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



       glbscripts.myfreeforum.org Forum Index -> Original Scripts
mw54finest

PM's In Toolbar by yomamathecableguy

This places the number of PM's you have in the toolbar next to Inbox.

http://userscripts.org/scripts/show/28486
mw54finest



Added screenshot
RickeyHelsel

Changes

With Bort adding the Marketplace tab on the toolbar your inbox messages now appear next to the forum tab... is there a fix for this?
RickeyHelsel

Fixed

I got it:

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
mw54finest

Also modified version here: http://glbscripts.myfreeforum.org/sutra648.php
IggyWH

Could someone modify this for the new layout?  I don't really care where the notification is, just as long as I don't have to keep going back to the homepage to see if I have any PM's!

Thank you
pabst

IggyWH wrote:
Could someone modify this for the new layout?  I don't really care where the notification is, just as long as I don't have to keep going back to the homepage to see if I have any PM's!

Thank you


Already been done: http://userscripts.org/scripts/show/39100
IggyWH

Thanks man, I missed it.  I could have used this a LONG time ago Smile
keithj

Any way to get Alerts up there somewhere too? Smile

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