User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Link
 
try copy and then paste special and choose text, then it breaks it out for you.
 
grigser
offline
Link
 
Originally posted by cooljesture20
Originally posted by Dannyg28

Originally posted by cooljesture20


I've been using FF all day today, and really I don't see a difference. Everything loads as fast and looks the same as far as I can tell.

Having the extra scripts is cool though, that makes FF worth it IMO.


something like 70% of viruses need you to be on internet explorer for them to get on your computer.


True, but I never got a virus using IE and I don't have any software to prevent, I just never did anything stupid on the computer. My point is I don't see or feel a real difference. For all the hype FF gets (and not just on GLB, but everywhere) you'd think it would have some very substantial and noticeable upgrades about it over IE.

I'm not complaining though, nor am I really sure what I expected, I guess I just expected to be blown away by it and I wasn't.


Most of what IE has came from FF
 
Badluck13
offline
Link
 
thinking baout adding this to my firefox but is there anything on here that would help scout an opposing teams defense
 
Link
 
If you haven't installed Grease Monkey yet, do it now! This is the best thing I've seen in awhile.

And thanks for the help and advice Jed
 
Link
 
Originally posted by Badluck13
thinking baout adding this to my firefox but is there anything on here that would help scout an opposing teams defense


Not sure if that is possible.
 
Link
 
Originally posted by Badluck13
thinking baout adding this to my firefox but is there anything on here that would help scout an opposing teams defense


I don't see anything that would help with that.
 
j0hnnyrazz54
offline
Link
 
The only thing that might be possible is if pass deflections/hurries/sacks were somehow incorporated...
 
iMan
offline
Link
 
How do i tag my player?
i did all the steps but it doesnt pop up the text editor so i cant put all the codes in. someone help me
 
Drakau
offline
Link
 
you have to associate a text editor with greasemonkey.. either find the script manually and right click+open with.. or follow this step
http://wiki.greasespot.net/FAQ#How_do_I_change_the_script_editor.3F
 
Drakau
offline
Link
 
Another request:

Sortable roster page. sorts by pos, name, lvl, salary, bonus, contract ends

sorry if it's been suggested before, or indeed made already
 
iMan
offline
Link
 
Originally posted by Drakau
you have to associate a text editor with greasemonkey.. either find the script manually and right click+open with.. or follow this step
http://wiki.greasespot.net/FAQ#How_do_I_change_the_script_editor.3F


? i dont follow
 
Drakau
offline
Link
 
the part under heading 'Why doesn't the New Userscript command open anything?' tells you how to make the scripts open in a text editor (like notepad)
 
AWolf02
offline
Link
 
I didnt look through all the threads but is anyone else having a problem with the Game Scout Add-on. When installed it shows all 0's in the box score but on the play-by-play it is fine. Also in the box score the top performers list covers the first two sections on the right hand side.
 
mw54finest
offline
Link
 
Originally posted by Barry20

I'd just like to recommend an update to this, sorry if it's been done, I'm just dumping this for anyone who might find it helpful.

Originally posted by


var Player = [154407, 154497, 317095, 376935, 413013, 565887, 355118, 317815, 408599, 565820]
window.setTimeout( function() {
for(x in Player) {
if(document.getElementById(Player[x])){
document.getElementById(Player[x]).style.backgroundColor = 'red';
}
}
});


Instead of adding a new code block for each player, I've encapsulate the code in a loop, so you can use this snippet in full and just change the list of player ID's at the start. This is much easier to maintain.


Barry20, this looks like a very clean way to do it.
I also added your comments on: http://glbscripts.myfreeforum.org/about11.html
 
mw54finest
offline
Link
 
Originally posted by AWolf02
I didnt look through all the threads but is anyone else having a problem with the Game Scout Add-on. When installed it shows all 0's in the box score but on the play-by-play it is fine. Also in the box score the top performers list covers the first two sections on the right hand side.


Do you have the latest version installed? Make sure you have installed it from http://userscripts.org/scripts/show/28938
It should only have a scout box come up in PbP screen only.
 
Page:
 


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