| Script Summary: Changes the title of Facebook application pages to one that is more descriptive. This makes it easier to tell which page you have open in a tab. |
this script has 1 topic, 2 posts |
This script has no reviews. |
For example, instead of have the title "Movies" for every page by that app, the homepage will have the title "Home - Movies", the quiz pages will have the title "Never-Ending Quiz - Movies", etc.
Currently supports the following apps:
I'll be adding more apps over time; requests are welcome.
Customization
You can change the format used for the new titles by modifying the value of
You can enter any text you wish here. "%p" will be replaced with the name of the page; "%a" will be replaced by the name of the app; "%t" will be replaced by the time the page loaded; "%T" will be replaced by the time the page loaded, including seconds.
Examples:
You may also like some of my other scripts:
- Black Jack
- Block Star (Tetris Tournament)
- (fluff)Friends
- Ghost Racer
- Movies (Flixster)
- Pro Racer
- Scramble
- Speed Racer
- Texas Holdem
- Top Friends
I'll be adding more apps over time; requests are welcome.
Customization
You can change the format used for the new titles by modifying the value of
greasemonkey.scriptvals.http://userscripts.org/people/14536/Facebook App Re-Title.formatin about:config. By default the value is "%p - %a" which creates a title like "Home - Movies".
You can enter any text you wish here. "%p" will be replaced with the name of the page; "%a" will be replaced by the name of the app; "%t" will be replaced by the time the page loaded; "%T" will be replaced by the time the page loaded, including seconds.
Examples:
- "%p (%a)" becomes "Home (Movies)"
- "%p [%T]" becomes "Home [2:35:14]"
- "Facebook | %a [%t]" becomes "Facebook | Movies [2:35]"
You may also like some of my other scripts:

