Archive for glbscripts.myfreeforum.org Forum dedicated to Greasemonkey Scripts made for Goal Line Blitz online game.
 



       glbscripts.myfreeforum.org Forum Index -> Modified Scripts
Serenity

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 Razz

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

       glbscripts.myfreeforum.org Forum Index -> Modified Scripts
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum