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

Is it possible to actually change the color of the skill point box? Like instead of blue red.


It is possible but takes a bit of work. Refer to this thread.
http://glbscripts.myfreeforum.org/about121.html


Not like all the time though, just when you level up?
 
mw54finest
offline
Link
 
Originally I was going to suggest combining that with karma's hide blue box, but karma's scripts have been removed. I don't have an answer for you.

I maybe getting all of karma's scripts. When I do, I will put them on userscripts and update the outside forum.
Last edited Aug 24, 2008 19:13:19
 
bondsclemente
offline
Link
 
Whatever, maybe someone will figure out how to do it, because I'm too dumb for this stuff.
 
RTS
offline
Link
 
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.
Last edited Aug 24, 2008 15:40:40
 
keithj
offline
Link
 
Anyone have a working link for the local forum time script? None of the links I found work anymore.
 
karma99
offline
Link
 
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 ]
Last edited Aug 24, 2008 17:04:15
 
CTGuyton
offline
Link
 
the script that shows your opponents overall rating on your schedule and then says if you + or - and by how much. Has that been edited to include scrimmages and post season schedules yet? I know its been a while since it was posted but I'm sure someone knows what I'm referring to.
 
Nixx
offline
Link
 
Originally posted by CTGuyton
the script that shows your opponents overall rating on your schedule and then says if you + or - and by how much. Has that been edited to include scrimmages and post season schedules yet?


Looks like it's never been updated: http://userscripts.org/scripts/show/29937
 
CTGuyton
offline
Link
 
thanx for finding that. I looked for a while but I gave up and finally just posted here. Is anyone willing to do this. I looked it over but it was one of the more complicated looking ones so I got lost in the code pretty quickly. With the addition of the "friendlies" this would be more helpful.
 
Onions
offline
Link
 
What happened to the script that when you click on a roster of team, it shows the player's agent next the the player?
 
DaRealest
offline
Link
 
Originally posted by Onions
What happened to the script that when you click on a roster of team, it shows the player's agent next the the player?


http://userscripts.org/scripts/show/30347
 
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.
 
pratt1130
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 have the same issue.
 
mw54finest
offline
Link
 
Originally posted by pratt1130
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 have the same issue.


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.
 
Onions
offline
Link
 
Thank you, Realest.
 
Page:
 


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