User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
legothug
offline
Link
 
don't know if this has been asked, but is anyone else having problems with firefox 3.0 grease monkey, and trying to do things on the site? For some reason, when i go to add skill points, it won't let me submit the page and actually add the new stats. same with the delete button in my inbox, I can select the messages, but when i click the delete button, the are you sure box comes up, i click yes, and then nothing happens.

i know it's something with grease monkey because when I disable it, and refresh the page and it will submit just fine. the scripts I have are:

Highlight Attributes
The auto replay with first down marker
Team Links
The Chat box
and
the game scout (which is awesome by the way, great work on it)

any ideas what would be causing this to happen?
 
mw54finest
offline
Link
 
Try disabling scripts one by one and see which one is causing it. If you find the one causing error, report it here or the script forum and hopefully one of the devs can look at it
 
claudious
offline
Link
 
Hey, just wanted to say thanks for everyone that put these together. I'm using like seven or eight of them and they're really helpful.
 
crawlins
offline
Link
 
Originally posted by claudious
Hey, just wanted to say thanks for everyone that put these together. I'm using like seven or eight of them and they're really helpful.


Same here...thanks all, they really improve the game.
 
DaRealest
offline
Link
 
Originally posted by RandomBeast
YAC script: http://userscripts.org/scripts/show/29074
GLB Script Forum Thread: http://glbscripts.myfreeforum.org/sutra87.php#87

This script will add a stat for YAC (yards after catch) to the end of the play description on replays.

I am working on a way to incorporate this into the pbp page.

Note: For passes caught behind the line of scrimmage, the YAC will be greater than the yards gained.


Nice work...again! Maybe this will help with the Scouting script that pabst had done/is working on/that you all are working on.
 
Dravz
offline
Link
 
Getting the 4/5/3 bug with this game using the pbr Scout script -- http://goallineblitz.com/game/game.pl?game_id=44843&mode=pbp
 
mw54finest
offline
Link
 
Originally posted by Dravz
Getting the 4/5/3 bug with this game using the pbr Scout script -- http://goallineblitz.com/game/game.pl?game_id=44843&mode=pbp


Interesting, Quarter breakdown works fine. I wonder what might be causing it.

Also posted this issue at http://glbscripts.myfreeforum.org/about54.html , hopefully pabst will look at it here or there.
Last edited Jun 24, 2008 20:35:32
 
legothug
offline
Link
 
Originally posted by mw54finest
Try disabling scripts one by one and see which one is causing it. If you find the one causing error, report it here or the script forum and hopefully one of the devs can look at it


thanks, probably should have thought of this first.

anyway, i checked them out, and it's the chat box script that is the culprit. I've posted in the creators thread of it so hopefully he can take a look at it, but just a heads up for those of us that have firefox 3.0 and this script.
 
mw54finest
offline
Link
 
I've noticed that even on FF 2.xx some of the scripts do not work well together. That is why we need http://glbscripts.myfreeforum.org (Shameless plug) to have "My people have a talk with your people" and sort everything out.
Last edited Jun 24, 2008 20:39:42
 
cbrown
offline
Link
 
Originally posted by Dravz
Getting the 4/5/3 bug with this game using the pbr Scout script -- http://goallineblitz.com/game/game.pl?game_id=44843&mode=pbp


that happens when the game ends in a kickoff

 
pabst
offline
Link
 
Originally posted by Dravz
Getting the 4/5/3 bug with this game using the pbr Scout script -- http://goallineblitz.com/game/game.pl?game_id=44843&mode=pbp


Like cbrown said, it's the kickoff bug. Should be fixed in the new one (which also adds a few more surprises).

Edit: I've already uploaded it.
Last edited Jun 25, 2008 09:26:33
 
manic
offline
Link
 
This adds the day your ownership expires to the team profile page for owners ONLY, it won't work anyone else..

Screenshot: http://www.fantasymvp.net/expiration.jpg

Be sure to change the team id from 1002 to your team id in both places

Code:

// ==UserScript==
// @name GLB Team Expiration
// @description Adds the day ownership expires to the team profile page for the owner.
// @include http://goallineblitz.com/game/team.pl?team_id=1002
// ==/UserScript==

GM_xmlhttpRequest({
method: 'GET',
url: 'http://goallineblitz.com/game/extend_team.pl?team_id=1002&action=Select',
headers: {
'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey',
'Accept': 'application/atom+xml,application/xml,text/xml',
},
onload: function(expday) {
var response1=expday.responseText
var newmsg=response1.split('<b>Expiration Day:</b> ')
var newmsg1=newmsg[1].split('<br>')
var newmsgfinal=newmsg1[0]
var container=document.getElementById('team_owner')
container.innerHTML = '<b>Expiration Day:</b> ' + newmsgfinal + '<br>' + container.innerHTML
}
});


 
Gazeruth
offline
Link
 
Awesome!

Cheers!
 
Guppy, Inc
offline
Link
 
Originally posted by legothug
don't know if this has been asked, but is anyone else having problems with firefox 3.0 grease monkey, and trying to do things on the site? For some reason, when i go to add skill points, it won't let me submit the page and actually add the new stats. same with the delete button in my inbox, I can select the messages, but when i click the delete button, the are you sure box comes up, i click yes, and then nothing happens.

i know it's something with grease monkey because when I disable it, and refresh the page and it will submit just fine. the scripts I have are:

Highlight Attributes
The auto replay with first down marker
Team Links
The Chat box
and
the game scout (which is awesome by the way, great work on it)

any ideas what would be causing this to happen?


i had that problem. none of the buttons would work. I finally disabled all of them as I was crashing every few minutes.
 
Raiyn
offline
Link
 
I can't get the friends list script to work.

//Friend 1
//ID -
var id1='9761'
//name -
var name1='Zeke Woodson'

All I did was change the id and name to my friend, but when I click the link it just takes me to my home page without the friends list, the url would be the exact same as if I clicked on Bort's link, just with a different id number. Any ideas?
 
Page:
 


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