Serenity
|
PM's in toolbar editBecause of the new marketplace it shifted over
People who know their way around shouldn't need this, but for the clueless ones here's a simple one
http://userscripts.org/scripts/show/30472
|
RickeyHelsel
|
For people who sort-of know their way around:
Old code:
| Code: | var newmsgfinal=newmsg1[0]
var container=getElementsByClassName('toolbar_item',document)[4]
container.innerHTML = container.innerHTML + newmsgfinal |
New code:
| Code: | var newmsgfinal=newmsg1[0]
var container=getElementsByClassName('toolbar_item',document)[5]
container.innerHTML = container.innerHTML + newmsgfinal |
|
SyedAshrafulla
|
any way to get it to include Alerts?
|
RandomBeast
|
I added a bit to show Alerts, I'll clean it up and post it here.
|
RandomBeast
|
This script is just a hack for people who want to see Alerts as well. It will notify you of alerts in the same spot as the Inbox messages - clicking the header still links to the inbox, you'll have to switch to alerts from there. At some point I may clean this up to provide alerts their own separate link.
http://userscripts.org/scripts/show/33469
|
|
|