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


I tried everything from that post and still no report. I did get this error message in the error console:

Error: cName has no properties
Source File: file:///C:/Documents%20and%20Settings/JoshR/Application%20Data/Mozilla/Firefox/Profiles/9n3dle95.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js
Line: 1250

Any suggestions?


Which version of Firefox were you using when you got this? This looks like a byproduct of the new parsing code. It might not be compatible with the version of firefox you were using.
 
Okole
offline
Link
 
SCRIPT IDEA
On the SP page it can be easy to forget what your actual level of a skill is including your equipment. It shows you your unequipped number, but if we could either see the equipped number somewhere or the equipment number (+10 for instance) that would be VERY helpful!
 
Link
 
Originally posted by Okole
SCRIPT IDEA
On the SP page it can be easy to forget what your actual level of a skill is including your equipment. It shows you your unequipped number, but if we could either see the equipped number somewhere or the equipment number (+10 for instance) that would be VERY helpful!


I like this idea also, always having to jump back and forth.
 
pabst
offline
Link
 
Originally posted by Jrad2111

Error: cName has no properties
Source File: file:///C:/Documents%20and%20Settings/JoshR/Application%20Data/Mozilla/Firefox/Profiles/9n3dle95.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js
Line: 1250


This error appears to be caused by using Firefox 2.0. To fix it, upgrade to Firefox 3.0 or download an older version of the script from http://userscripts.org/scripts/show/29499
Last edited Jul 2, 2008 15:40:22
 
karma99
offline
Link
 
Ok, 5 days of sweat and the occasional rude word and it's ready to be eaten by you hungry public

For your enjoyment, the GLB Score Ticker
Features:
You can add as many conferences as you like, and it's very easy (no script hacking)
It only loads the scores once when they sim to keep loading times fast and page hits down
It will persist it's ticker location as you browse (if you open multiple tabs/browsers it won't, but with standard page to page browsing it will continue to scroll from the last place it was at when you left the previous page)
More details in the notes

From the script notes:

Originally posted by
Goal Line Blitz Score Ticker, by karma99 v0.9
Displays a running ticker of league scores on all pages EXCEPT your home page, the 1 by 1 revealing play by play page and the replay page. Obviously you don't want a ticker to spoil those hidden results!
If you don't care about such things, just highlight each entry in the "Excluded Pages" in the "Manage User Scripts" window and click "Remove" for each one and it will show on all GLB pages.

Limitations: when you start the ticker for the first time if a page doesn't have any games listed or they are shown but the score says "Matchup" they will be listed in the ticker as "No scores available" or "Games will sim soon" respectively.
The ticker stores the game data on your local machine and only gets updates when the games are due to play. This is to vastly speed up loading and to stop Bort crying when the server gets killed with lots of unrequired hits to pages that haven't changed.
The results will be rechecked at the time they are due to sim. If they are simmed early (as most games are) they will still NOT show until the due time. If the games are late the script will check every 10 minutes after the due time until they sim.
The ticker is designed as a nice football website style add on, if you need to know a result the very second the game is simmed... go to the page and look

Ok, so now you know what it does, how do you set it up?
On every league details page and conference details page you will see a link under the conference name "Add to Score Ticker". Click this and the conference will be added, and "Remove from Score Ticker" does exactly what you'd expect!

So that's it. This is currently a late Beta as I need to see how to deal with playoffs and the off season, but I can't do that until I can see the pages, so keep an eye out for updates soon!
Enjoy


The script is available here - http://glbscripts.myfreeforum.org/about102.html - I'm not putting a direct link here as the post contains some screen shots which will help it all make sense and currently we can't add images here
 
mattyboy11
offline
Link
 
OK, I need help. When I tried to do the script for getting your players an icon in a replay, I accidentally chose the wrong program for the text file, so when I open it, nothing's there, when the guide says there should be a few lines at the top. Is the inly way to fix this re-installing Greasemonkey?
 
karma99
offline
Link
 
Originally posted by mattyboy11
OK, I need help. When I tried to do the script for getting your players an icon in a replay, I accidentally chose the wrong program for the text file, so when I open it, nothing's there, when the guide says there should be a few lines at the top. Is the inly way to fix this re-installing Greasemonkey?


http://www.howtogeek.com/howto/internet/firefox/change-or-set-the-greasemonkey-script-editor-in-firefox/
 
DaRealest
offline
Link
 
Originally posted by karma99
Ok, 5 days of sweat and the occasional rude word and it's ready to be eaten by you hungry public

For your enjoyment, the GLB Score Ticker
Features:
You can add as many conferences as you like, and it's very easy (no script hacking)
It only loads the scores once when they sim to keep loading times fast and page hits down
It will persist it's ticker location as you browse (if you open multiple tabs/browsers it won't, but with standard page to page browsing it will continue to scroll from the last place it was at when you left the previous page)
More details in the notes

From the script notes:

Originally posted by

Goal Line Blitz Score Ticker, by karma99 v0.9
Displays a running ticker of league scores on all pages EXCEPT your home page, the 1 by 1 revealing play by play page and the replay page. Obviously you don't want a ticker to spoil those hidden results!
If you don't care about such things, just highlight each entry in the "Excluded Pages" in the "Manage User Scripts" window and click "Remove" for each one and it will show on all GLB pages.

Limitations: when you start the ticker for the first time if a page doesn't have any games listed or they are shown but the score says "Matchup" they will be listed in the ticker as "No scores available" or "Games will sim soon" respectively.
The ticker stores the game data on your local machine and only gets updates when the games are due to play. This is to vastly speed up loading and to stop Bort crying when the server gets killed with lots of unrequired hits to pages that haven't changed.
The results will be rechecked at the time they are due to sim. If they are simmed early (as most games are) they will still NOT show until the due time. If the games are late the script will check every 10 minutes after the due time until they sim.
The ticker is designed as a nice football website style add on, if you need to know a result the very second the game is simmed... go to the page and look

Ok, so now you know what it does, how do you set it up?
On every league details page and conference details page you will see a link under the conference name "Add to Score Ticker". Click this and the conference will be added, and "Remove from Score Ticker" does exactly what you'd expect!

So that's it. This is currently a late Beta as I need to see how to deal with playoffs and the off season, but I can't do that until I can see the pages, so keep an eye out for updates soon!
Enjoy


The script is available here - http://glbscripts.myfreeforum.org/about102.html - I'm not putting a direct link here as the post contains some screen shots which will help it all make sense and currently we can't add images here


Nice!
 
jtoj
offline
Link
 
Originally posted by Okole
SCRIPT IDEA
On the SP page it can be easy to forget what your actual level of a skill is including your equipment. It shows you your unequipped number, but if we could either see the equipped number somewhere or the equipment number (+10 for instance) that would be VERY helpful!


Yup.

+1
 
Link
 
is there a way to change top player threats?
 
DaRealest
offline
Link
 
Originally posted by jtoj
Originally posted by Okole

SCRIPT IDEA
On the SP page it can be easy to forget what your actual level of a skill is including your equipment. It shows you your unequipped number, but if we could either see the equipped number somewhere or the equipment number (+10 for instance) that would be VERY helpful!


Yup.

+1


Maybe the GLB Player Comparison script could be modified to do that.
 
DaRealest
offline
Link
 
Originally posted by jonathanmcnutt
is there a way to change top player threats?


Not that I know of. I think it's based solely on the player's core attributes.
 
buckeyes33
offline
Link
 
Wow, these are great. Thanks guys. I downloaded the red dot one for the player, the numbers for scouting report, and something else. I forget.

But, can someone help me...

I have 2 Offensive Linemen on the same team. (Giant Monster and Huge Beast) LT and LG. Well since they are so close to each other, is there anyway I can get Huge Beast a different color, like black or green other than red?

thanks
 
Toad22484
offline
Link
 
Originally posted by Buckeyes33
Wow, these are great. Thanks guys. I downloaded the red dot one for the player, the numbers for scouting report, and something else. I forget.

But, can someone help me...

I have 2 Offensive Linemen on the same team. (Giant Monster and Huge Beast) LT and LG. Well since they are so close to each other, is there anyway I can get Huge Beast a different color, like black or green other than red?

thanks


I'm sure someone has a faster way but I just took the dots in paint and repainted them with the players initials for each, uploaded the image and used it.
 
pabst
offline
Link
 
Originally posted by Buckeyes33
Wow, these are great. Thanks guys. I downloaded the red dot one for the player, the numbers for scouting report, and something else. I forget.

But, can someone help me...

I have 2 Offensive Linemen on the same team. (Giant Monster and Huge Beast) LT and LG. Well since they are so close to each other, is there anyway I can get Huge Beast a different color, like black or green other than red?

thanks


You can try getting my version from ... http://userscripts.org/scripts/show/29460

It uses 8 colors, so players will usually be different. You shouldn't have to modify the source, just install it and it should figure out who your players are. No one has complained about it yet, so it must work for somebody.
 
Page:
 


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