User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Link
 
Great stuff guys!
Last edited Jul 12, 2008 10:15:12
 
flarsten
offline
Link
 
About the forum favorites script.

Would it be possible to show your favorite "subforums" on your home page?
 
RTS
offline
Link
 
Originally posted by karma99
Forum Ignore List

Finally you can ignore those stupid trolls whose posts waste your time and wear out your eyeballs for no reason


I like it... but now their is to much info under their picture for those that enter only a couple line comments. The info sticks below their blocked out area of posting on the forum.

I know I saw a way to hid online/offline status somewhere in this mass forum. Anyone know where that script is? To remove the online/offline status so I can use this script and shorten it up.
 
karma99
offline
Link
 
Originally posted by tahl
Originally posted by karma99

Forum Ignore List

Finally you can ignore those stupid trolls whose posts waste your time and wear out your eyeballs for no reason


I like it... but now their is to much info under their picture for those that enter only a couple line comments. The info sticks below their blocked out area of posting on the forum.

I know I saw a way to hid online/offline status somewhere in this mass forum. Anyone know where that script is? To remove the online/offline status so I can use this script and shorten it up.


Hmm, I thought there was enough room in the box as it was. I have in fact extended it for Mods and Admins as they have an extra line in their left side info.
Can you post a thread/post link here where this happens for you and I'll take a look. Cheers
 
cbrown
offline
Link
 
can i get my monkey greased up here?
 
mw54finest
offline
Link
 
Originally posted by cbrown
can i get my monkey greased up here?


You need what greased? where? And you need a script for that?
 
bondsclemente
offline
Link
 
How do I get rid of the friend's list. I don't know any of the people on my friend's list.
 
mw54finest
offline
Link
 
Originally posted by bondsclemente
How do I get rid of the friend's list. I don't know any of the people on my friend's list.


Look for a monkey icon on FireFox lower right status bar.
Right Click-> Manage User Scripts.
On the box, highlight friends list and click uninstall.
 
PSUScott1
offline
Link
 
Have there been any scripts that extend how many players come up when you do a player search? I'd search the forums, but it is disabled.

Right now you can only see 25 players on the list. I'm trying to come up with average levels in my league, and the best way I could think to do it was copy everyone in a league into Excel and then it is a 5 minute exercise. Problem is that I'd need to copy like 35 pages worth of players. Would be real simple if I could put 1000 on a list, or even 100.
 
mdkaden
offline
Link
 
Can someone please take a look at this and see if they can figure out what I might have done wrong?


I loaded the following script but it doesn't highlight the player in the replay. Any ideas?

Window.setTimeout(function()
{

if(document.getElementById('506779')){
document.getElementById('506779').style.backgroundColor = 'red';
}

if(document.getElementById('655583')){
document.getElementById('655583').style.backgroundColor = 'red';
}

if(document.getElementById('517805')){
document.getElementById('517805').style.backgroundColor = 'red';
}
}
)
Last edited Jul 13, 2008 17:55:06
 
bondsclemente
offline
Link
 
I can't figure out the friend's list script, it is a tad bit confusing.
 
bondsclemente
offline
Link
 
And is there anyway that someone could make a countdown clock until game time is? On the homepage.
 
Nixx
offline
Link
 
Originally posted by bondsclemente
And is there anyway that someone could make a countdown clock until game time is? On the homepage.


Umm...the one that is already there isn't good enough for you?
 
bondsclemente
offline
Link
 
Originally posted by Nixx
Originally posted by bondsclemente

And is there anyway that someone could make a countdown clock until game time is? On the homepage.


Umm...the one that is already there isn't good enough for you?


It's fine, I was just wondering if there was a way to do it without refreshing the page.
 
Dudeamis
offline
Link
 
Originally posted by mdkaden
Can someone please take a look at this and see if they can figure out what I might have done wrong?


I loaded the following script but it doesn't highlight the player in the replay. Any ideas?

Window.setTimeout(function()
{

if(document.getElementById('506779')){
document.getElementById('506779').style.backgroundColor = 'red';
}

if(document.getElementById('655583')){
document.getElementById('655583').style.backgroundColor = 'red';
}

if(document.getElementById('517805')){
document.getElementById('517805').style.backgroundColor = 'red';
}
}
)


first is it enabled?
second is the replay page an included page?
thrid is this to highlight the player on the play by play page or replay page?
 
Page:
 


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