User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
missnlife
offline
Link
 
Originally posted by jrry32
Sticky this back!!!!!!!


Especially with the forum search function still down!
 
mw54finest
offline
Link
 
Average list that doesn't get updates stays and this doesn't? Can we get some explanation why this thread was unstickied, please?
 
mw54finest
offline
Link
 
http://goallineblitz.com/game/forum_thread.pl?thread_id=655657&page=1

And this deserves a sticky? how?
 
Jed
offline
Link
 
I dunno why it was unstickied, but I restickied it. If another Mod is going to unsticky it, it would be good to post a reason as to why, when it's a great community project, a lot of work is put into it, and it helps the community greatly.
 
mw54finest
offline
Link
 
Thanks Jed, I appreciate it.
 
xnahog
offline
Link
 
Here's an idea that would give me great peace. A script that shaded the "NEW" icon for threads you've posted in. The offseason FA markets and trade forum are hard to keep up with.
 
karma99
offline
Link
 
Cheers Jed
 
blamand
offline
Link
 
I have that great script "PMs in toolbar" installed. But recently the (1) is showing in the "forum", not in the "inbox".
Is that only on my computer, or...?

The fix is here: http://userscripts.org/scripts/show/30472

You guys are fast!
Thanks
Last edited Jul 24, 2008 12:35:23
 
Ocho_CinCo
offline
Link
 
Why won't my friend list work?

Originally posted by
var container=document.getElementById('content')
var avatar='http://goallineblitz.com/game/user_pic.pl?user_id='
var friendlink='http://goallineblitz.com/game/home.pl?user_id='
//Friend 1
//ID -
var id1='17966'
//name -
var name1='kite188'

//Friend 2
//ID -
var id2='166776'
//name -
var name2='D.Allen'

//Friend 3
//ID -
var id3='58947'
//name -
var name3='WCK'

//Friend 4
//ID -
var id4='2840'
//name -
var name4='Chambers'

//Friend 5
//ID -
var id5='166532'
//name -
var name5='Lputony'

//Friend 6
//ID -
var id6='172949'
//name -
var name6='Law'

//Friend 7
//ID -
var id7='192692'
//name -
var name7='Tenks/Bailey'

//Friend 8
//ID -
var id8='161276'
//name -
var name8='GoodGarion'

container.innerHTML = container.innerHTML + '<div class="medium_head">' +
'My Friends</div>' +
'<table><tr>' +
'<td><img src="' + avatar + id1 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id1 + '">' + name1 + '</a></td>' +
'<td><img src="' + avatar + id2 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id2 + '">' + name2 + '</a></td>' +
'<td><img src="' + avatar + id3 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id3 + '">' + name3 + '</a></td>' +
'<td><img src="' + avatar + id4 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id4 + '">' + name4 + '</a></td>' +
'<td><img src="' + avatar + id5 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id5 + '">' + name5 + '</a></td>' +
'<td><img src="' + avatar + id6 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id6 + '">' + name6 + '</a></td>' +
'</tr></table>'
'<td><img src="' + avatar + id7 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id7 + '">' + name7 + '</a></td>' +
'<td><img src="' + avatar + id8 + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id8 + '">' + name8 + '</a></td>' +
 
karma99
offline
Link
 
Originally posted by OchO_CinCo
Why won't my friend list work?


If you just have the 8 friends, remove the + right at the end. If you have more and only posted as far as 8... I can't see anything obvious
 
Ocho_CinCo
offline
Link
 
I only have 8, thanks

Also now NONE of my scripts are working out of nowhere? wth just happened
 
karma99
offline
Link
 
Originally posted by OchO_CinCo
I only have 8, thanks

Also now NONE of my scripts are working out of nowhere? wth just happened


Does your monkey in the bottom right corner have a sad face? Click him to make him happy
 
Ocho_CinCo
offline
Link
 
Originally posted by karma99
Originally posted by Ocho_OinCo
I only have 8, thanks

Also now NONE of my scripts are working out of nowhere? wth just happened


Does your monkey in the bottom right corner have a sad face? Click him to make him happy

lol..i just edited friends script and refreshed a couple of times then it worked again...except now only 6 instead of 8 friends are showing..
 
ChuckTaylor
offline
Link
 
This thread is the best kept secret on GLB and it's been here forever,you guys are awesome.
 
bondsclemente
offline
Link
 
I think under the outbox or inbox on the homepage should be a Send Pm button, so we don't have to go to the forum, or click on inbox then click on Send PM.
 
Page:
 


You are not logged in. Please log in if you want to post a reply.