User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Serenity
offline
Link
 
Originally posted by karma99
Originally posted by tahl

Originally posted by DaRealest


Originally posted by Serenity



Anyone know how to expand the box with the ignore script for people whose usernames take up 2 lines?


I think you just have to find

allPosts.setAttribute('style','min-height:45px'

and change the 45px to a higher number. Try that and see if it works.


edit: It's easiest by just opening your editor and doing a search for

'style','min-height:45px'


I know about this too, tried to fix it before but can't seem to work it out either. I've changed it to random numbers going as high as 200px, but it doesn't seem to change the actual box thread size. Just to be sure I'm in the right area here is the area I'm adjusting set to 75:

-
if(alreadyIgnored)
{
allPosts.setAttribute('style','min-height:75px');
-

Now that I'm looking at it, I think the attribute does need to be somewhere else. It's the ones that are not being ignored that are the problem.


Replace this:

if (getElementsByClassName('post_user',allPosts[i ])[0].innerHTML.indexOf('<b>Admin</b>') > 0 ||
getElementsByClassName('post_user',allPosts[i ])[0].innerHTML.indexOf('<b>Moderator</b>') > 0)
{getElementsByClassName('post_user',allPosts[i ])[0].setAttribute('style','min-height:150px');}

with this:

if (getElementsByClassName('post_user',allPosts[i ])[0].innerHTML.indexOf('<b>Admin</b>') > 0 ||
getElementsByClassName('post_user',allPosts[i ])[0].innerHTML.indexOf('<b>Moderator</b>') > 0)
{getElementsByClassName('post_user',allPosts[i ])[0].setAttribute('style','min-height:175px');}
else
{getElementsByClassName('post_user',allPosts[i ])[0].setAttribute('style','min-height:150px');}

Remove the spaces in [i ]


Works thanks
No idea why I have this script since I have to see annoying posts but meh
 
a49erfan77
offline
Link
 
I've heard there is a script for copying playbooks from one GMed team to another...I can't seem to find it...help???
 
Nixx
offline
Link
 
Originally posted by a49erfan77
I've heard there is a script for copying playbooks from one GMed team to another...


It's not a script: http://goallineblitz.com/game/forum_thread.pl?thread_id=776063
 
a49erfan77
offline
Link
 
Thanks Nixx...you are awesome!!
 
mw54finest
offline
Link
 
Thanks, Nixx!
 
Nixx
offline
Link
 
Originally posted by mw54finest
Thanks, Nixx!


Hey, thanks to everyone who makes scripts. Some great stuff. I just give a little support when I know the answer.

Here's a suggestion that I wonder if it's possible to do with Greasemonkey: http://goallineblitz.com/game/forum_thread.pl?thread_id=907597

Basically making the 'description boxes' in the advanced AI bigger.
Last edited Aug 26, 2008 11:21:26
 
Link
 
Originally posted by Nixx
Originally posted by mw54finest

Thanks, Nixx!


Hey, thanks to everyone who makes scripts. Some great stuff. I just give a little support when I know the answer.

Here's a suggestion that I wonder if it's possible to do with Greasemonkey: http://goallineblitz.com/game/forum_thread.pl?thread_id=907597

Basically making the 'description boxes' in the advanced AI bigger.


I think this could be done with greasemonkey, only problem is I don't own a team so I can't advise you on it
 
mw54finest
offline
Link
 
Originally posted by sirnotappearinginthisfilm

I think this could be done with greasemonkey, only problem is I don't own a team so I can't advise you on it


snaif, if you want gm access with O/D AI access, pm me.
 
xtbone1006
offline
Link
 
I have added the script that shows my friends at the bottom of the home page, but I cannot figure out how to edit it or add people...
 
mw54finest
offline
Link
 
Originally posted by xtbone1006
I have added the script that shows my friends at the bottom of the home page, but I cannot figure out how to edit it or add people...


http://glbscripts.myfreeforum.org/about123.html
If you've loaded this one, I heard it's easier to configure.

http://glbscripts.myfreeforum.org/about13.html
This one requires bit of configuration. Instruction on second post.

I don't use either, so I really can't help you guys much.
 
xtbone1006
offline
Link
 
Thanks, how about this one. I used to have the script that allowed me not to have to hit next play in play by play but it is not working anymore and I tried downloading it again but it is not working.
 
Nixx
offline
Link
 
Originally posted by xtbone1006
I used to have the script that allowed me not to have to hit next play in play by play but it is not working anymore and I tried downloading it again but it is not working.


You need an updated version for season 4: http://userscripts.org/scripts/show/30863
 
Backspacer
offline
Link
 
the major player attributes one isnt working for me. Any ideas why or is there an updated script?
 
zaqf
offline
Link
 
Originally posted by xtbone1006
I have added the script that shows my friends at the bottom of the home page, but I cannot figure out how to edit it or add people...


I've modified the friends script to use cookies and added another script so that you can add/remove friends by clicking a link above the player name on the player page.

Fixing a problem with this, please hold =p
Last edited Aug 26, 2008 20:10:03
 
xtbone1006
offline
Link
 
Thanks a lot for the help with the scripts Nixx and Zagf!
 
Page:
 


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