User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
mw54finest
offline
Link
 
Originally posted by karma99
Ok new script I've knocked up this evening after a suggestion for a name generator in this thread:


Thanks for the script! Added to the forum: http://glbscripts.myfreeforum.org/about70.html

 
DaRealest
offline
Link
 
Originally posted by mw54finest
Originally posted by Cream of the Crop

I have my players sorted by "next game", the cash on the home page is by date created. Is there a way to change that, or do I have to keep my players sorted by date created?


http://glbscripts.myfreeforum.org/about55.html bottom of first post. You need to modify the delay to about 500.


Tried it, but no luck. How can I just add the variable in and have it work?
 
mw54finest
offline
Link
 
To manually add 5 second delay,
Add this to very top of your code:
Originally posted by TOP
window.setTimeout( function()
{


And this needs to be ending you code:
Originally posted by BOTTOM

},500);

 
CTGuyton
offline
Link
 
Originally posted by karma99
Ok new script I've knocked up this evening after a suggestion for a name generator in this thread: http://goallineblitz.com/game/forum_thread.pl?thread_id=471556

Script file is here:
http://myweb.tiscali.co.uk/badkarma/glb_random_name_generato.user.js

Adds a link to the Create Player screen under the first and last name boxes. Each click will select from 1200 Forenames and 2000 Surnames (all real names from top 1200/2000 in the USA). It doesn't check if they already exist, but you can always choose another if it does, quite a few combos there.

So enjoy, please PM me with any bugs or improvement suggestions


great job
 
DaRealest
offline
Link
 
Originally posted by mw54finest
To manually add 5 second delay,
Add this to very top of your code:
Originally posted by TOP

window.setTimeout( function()
{


And this needs to be ending you code:
Originally posted by BOTTOM


},500);



That did the trick! Thanks.
 
osutuba
offline
Link
 
Originally posted by
Originally posted by Cronus6

I use Page Update Checker to check my inbox here and team forums it works pretty well.
https://addons.mozilla.org/en-US/firefox/addon/920

This does not work with the latest release of FF. May want to make note of that on the first post.
 
osutuba
offline
Link
 
Originally posted by knaim
Allright, then you both. I installed a script that now under my players, I see

Last Game:
Score Hidden

I don't like that and I want to uninstall it. I don't know which script that is... can you guys help me.

Thank you guys for all of this one-one help... lol


I'm trying to remember this, too. I liked it originally, but now not so much ... that and the one that hides the game summary
 
Batman540
offline
Link
 
Same here. I can't figure out which script it is to remove it.
 
CTGuyton
offline
Link
 
I saw in the suggestions forum a request for a GLB clock added to the page and I immediately thought of you guys. I'm sure this would be pretty possible to put on up next to the 'Log Out' maybe? also with a lil more hard work maybe a script to convert post times to local times. just a suggestion
 
Modok
offline
Link
 
You all have made great strides over the last month or so. Kudos to everyone's work and you have made my GLB experience much more pleasant.
 
mw54finest
offline
Link
 
Originally posted by russdwright
Originally posted by knaim

Allright, then you both. I installed a script that now under my players, I see

Last Game:
Score Hidden

I don't like that and I want to uninstall it. I don't know which script that is... can you guys help me.

Thank you guys for all of this one-one help... lol


I'm trying to remember this, too. I liked it originally, but now not so much ... that and the one that hides the game summary


Guys, I remember there was a script that did it at first, but it is a GLB feature now. Go to http://goallineblitz.com/game/account.pl and make sure "Hide Last Game Scores" does not have a check mark first before script hunting.

If you are script hunting. All the script has to be listed under "Manage User Scripts". Look for the ones that includes "http://goallineblitz.com/game/home.pl".
Last edited Jun 27, 2008 06:20:57
 
Link
 
Originally posted by CTGuyton
I saw in the suggestions forum a request for a GLB clock added to the page and I immediately thought of you guys. I'm sure this would be pretty possible to put on up next to the 'Log Out' maybe? also with a lil more hard work maybe a script to convert post times to local times. just a suggestion


I believe what you are looking for is server time. That can only come from the server itself. Greasemonkey scripts are all client side scripts.
 
karma99
offline
Link
 
Originally posted by sirnotappearinginthisfilm
Originally posted by CTGuyton

I saw in the suggestions forum a request for a GLB clock added to the page and I immediately thought of you guys. I'm sure this would be pretty possible to put on up next to the 'Log Out' maybe? also with a lil more hard work maybe a script to convert post times to local times. just a suggestion


I believe what you are looking for is server time. That can only come from the server itself. Greasemonkey scripts are all client side scripts.


Very true, however a client side script that knows the time difference would work. It won't be accurate to the second but it'll do the job.
I was hoping to do this over the weekend
 
Morphius
offline
Link
 
I seem to remember seeing a script a while back that allows you to save your game tactics from previous games to a spread sheet. I can't seem to find it anywhere. Anyone have the link?
 
Link
 
Originally posted by karma99
Originally posted by sirnotappearinginthisfilm

Originally posted by CTGuyton


I saw in the suggestions forum a request for a GLB clock added to the page and I immediately thought of you guys. I'm sure this would be pretty possible to put on up next to the 'Log Out' maybe? also with a lil more hard work maybe a script to convert post times to local times. just a suggestion


I believe what you are looking for is server time. That can only come from the server itself. Greasemonkey scripts are all client side scripts.


Very true, however a client side script that knows the time difference would work. It won't be accurate to the second but it'll do the job.
I was hoping to do this over the weekend


true, that could be done, it would require having a setting of some type in the script that would indicate what the timezone is for the GLB servers and then adjusting the time from your client accordingly before displaying it.

see
http://articles.techrepublic.com.com/5100-10878_11-6016329.html
http://www.w3schools.com/jsref/jsref_getTimezoneOffset.asp
Last edited Jun 27, 2008 09:02:08
 
Page:
 


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