| View previous topic :: View next topic |
| Author |
Message |
Serenity

Joined: 24 Jun 2008 Posts: 19
|
Posted: Wed Jul 23, 2008 6:04 pm Post subject: PM's in toolbar edit |
|
|
Because 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
|
|
| Back to top |
|
 |
RickeyHelsel
Joined: 04 Jul 2008 Posts: 6
|
Posted: Thu Jul 24, 2008 1:12 pm Post subject: |
|
|
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 |
|
|
| Back to top |
|
 |
SyedAshrafulla
Joined: 23 Jun 2008 Posts: 12 Location: Palms, CA
|
Posted: Thu Sep 04, 2008 3:32 pm Post subject: |
|
|
| any way to get it to include Alerts? |
|
| Back to top |
|
 |
RandomBeast Developer
Joined: 22 Jun 2008 Posts: 42
|
Posted: Tue Sep 09, 2008 6:05 pm Post subject: |
|
|
| I added a bit to show Alerts, I'll clean it up and post it here. |
|
| Back to top |
|
 |
RandomBeast Developer
Joined: 22 Jun 2008 Posts: 42
|
Posted: Wed Sep 10, 2008 8:32 am Post subject: |
|
|
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
|
|
| Back to top |
|
 |
|