Nov. 30th, 2009

nonethefewer: (Default)
Userscript I've found that is good for people like me, who have both Gmail and fifty billion tabs open:

Gmail title unread count:
"Moves unread count in front of title. Good for tabs so it doesn't get cut off."

If you want to also remove the email address from the title (I only use the one @gmail address, so I want this), change this line in the script from:

newval = "(" + matches[1] + ') Gmail - Inbox - ' + endval;

To:

newval = "(" + matches[1] + ') Gmail - Inbox';

Then, change these lines from:

}
return (newval);


To:

} else if (newval.match(/Gmail - Inbox - .*/)) {
endval = newval.split("-")[0] + ' - ' + newval.split("-")[1];
newval = endval;
}
return (newval);

February 2022

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728     

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 17th, 2025 06:22 am
Powered by Dreamwidth Studios