User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Link
 
Originally posted by usafdirtboyz
Holy shit, this looks hard. Its going to take some reading and playing with.


are you familiar at all with coding a scripting language or with html?
 
pabst
offline
Link
 
Originally posted by TxSteve
on the new scouting script -

could it be enabled from a player's game log page somehow - so that you could use it for scouting previous season?



That's a little trickier, but I'll look into it.
 
mw54finest
offline
Link
 
Hey! pabst has a face now.
 
PackMan97
offline
Link
 
Link2Post - http://userscripts.org/scripts/show/31189

This will add a "Link" link next to the Quote/Edit links in each post. This link will take a user to that SPECIFIC post (and scroll down the page).
Last edited Aug 5, 2008 18:47:01
 
Nixx
offline
Link
 
Originally posted by PackMan97
This will add a "Link" link next to the Quote/Edit links in each post. This link will take a user to that SPECIFIC post (and scroll down the page).


Nice! Useful for the Bort stalker thread (as I'm sure you know).
 
mw54finest
offline
Link
 
PackMan97, I gave you dev forum access. Thanks!
 
greg420
offline
Link
 
the only bad part about watching the game on the replay screen is that it tells you what happend before the play is even run. kind of takes the suspense out of the play.
 
mw54finest
offline
Link
 
Originally posted by TxSteve
another suggestion:

how about a link to the league forum on the home page -

i hate clicking:

Eastern Europe
then
A leagues
then
A #6

http://glbscripts.myfreeforum.org/about107.html
Now works with EEA
 
superpunk
offline
Link
 
Can someone please tell me what is wrong with this script for watching my player as a red dot?

Originally posted by
// ==UserScript==
// @name Mikey Bjornson
// @namespace GLB
// @description Custom Icon
// @include http://goallineblitz.com/game/replay.pl?pbp_id=*
// ==/UserScript==
window.setTimeout( function()
{
if(document.getElementById('87797')){
document.getElementById('87797').innerHTML = '<img src="http://img529.imageshack.us/img529/2025/redcircleci8.png">';
}
}
)


it's driving me crazy.
 
bondsclemente
offline
Link
 
Originally posted by AD_MVP
has anyone else had problems signing in to GLB from firefox? It's been a few weeks since I could log on with it, and I'm getting frustrated with watching the old replays and not being able to look at the play by play stats...



Yeah when you started using firefox you probably didn't want to take up space on your computer, and you aren't allowing cookies to come in. I had the same problem. It's in FF Settings, allow cookies then problem should be solved.

 
Raiyn
offline
Link
 
Originally posted by superpunk
Can someone please tell me what is wrong with this script for watching my player as a red dot?

Originally posted by

// ==UserScript==
// @name Mikey Bjornson
// @namespace GLB
// @description Custom Icon
// @include http://goallineblitz.com/game/replay.pl?pbp_id=*
// ==/UserScript==
window.setTimeout( function()
{
if(document.getElementById('87797')){
document.getElementById('87797').innerHTML = '<img src="http://img529.imageshack.us/img529/2025/redcircleci8.png">';
}
}
)


it's driving me crazy.


It's most likely because of the changes in the replay url. The url in "included pages" under "manage user scripts" in greasemonkey should be http://goallineblitz.com/game/replay.pl?* NOT http://goallineblitz.com/game/replay.pl?pbp_id=*

Did your script work before season 4 started?
 
Link
 
Someone tell me if this is possible. I'm not a script writer so I need someone to take on this as a project. I'd like a script that will give me an average of the last five games of any team for outputting the ratio of runs to passes, the average of inside to outside passes and the average of short medium and long passes.

Possible?
 
Rickerdoo
offline
Link
 
I can't get the GM stat script to run. I have the newest Firefox, and newest script. The charts come up, but they are all Zero's. Any ideas what I'm doing wrong?
 
SLammers
offline
Link
 
Originally posted by photofinishron
Someone tell me if this is possible. I'm not a script writer so I need someone to take on this as a project. I'd like a script that will give me an average of the last five games of any team for outputting the ratio of runs to passes, the average of inside to outside passes and the average of short medium and long passes.

Possible?


That would kind of eliminate the need to scout the opponents wouldn't it?
 
mdkaden
offline
Link
 
Originally posted by photofinishron
Someone tell me if this is possible. I'm not a script writer so I need someone to take on this as a project. I'd like a script that will give me an average of the last five games of any team for outputting the ratio of runs to passes, the average of inside to outside passes and the average of short medium and long passes.

Possible?


Seems like you could do this using the game scout script and some simple math. You can scout multiple games and then divide some of the totals to get your desired numbers.
Last edited Aug 6, 2008 22:36:27
 
Page:
 


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