User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
cooljesture20
offline
Link
 
Originally posted by pabst
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.


Very nice, just installed this one and I like it a lot, thanks man!
 
E-A-G-L-E-S
offline
Link
 
wtf do you do after you install the script? How do you put in information like for the buddy list??
 
mw54finest
offline
Link
 
Originally posted by E-A-G-L-E-S
wtf do you do after you install the script? How do you put in information like for the buddy list??


http://glbscripts.myfreeforum.org/about13.html
Check the second post.
 
Raiyn
offline
Link
 
Originally posted by Raiyn
Originally posted by Raiyn

Is there a script or add-on that lets me track threads? If not, would it be possible to write a script for it? It would really help. Thanks.


I'm gonna go ahead and bump this.


I still haven't heard back about this.
 
Link
 
Originally posted by Raiyn
Originally posted by Raiyn

Originally posted by Raiyn


Is there a script or add-on that lets me track threads? If not, would it be possible to write a script for it? It would really help. Thanks.


I'm gonna go ahead and bump this.


I still haven't heard back about this.


when you say track threads, what exactly do you mean? what I am asking is how would you envision it to work. I understand that you would like to somehow flag a thread as one you are interested in, if you were to do so what would happen when you flagged a thread?

To flag a thread (ie remember it) would be relatively easy to do, it's what you want to do with that information that is the question.

Last edited Jul 3, 2008 07:28:25
 
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!


short answer, Yes.

I'll see what I can do.
 
Raiyn
offline
Link
 
Originally posted by sirnotappearinginthisfilm
Originally posted by Raiyn

Originally posted by Raiyn


Originally posted by Raiyn



Is there a script or add-on that lets me track threads? If not, would it be possible to write a script for it? It would really help. Thanks.


I'm gonna go ahead and bump this.


I still haven't heard back about this.


when you say track threads, what exactly do you mean? what I am asking is how would you envision it to work. I understand that you would like to somehow flag a thread as one you are interested in, if you were to do so what would happen when you flagged a thread?

To flag a thread (ie remember it) would be relatively easy to do, it's what you want to do with that information that is the question.



Well, there's an addon called gamefox that works on www.gamefaqs.com which add the option to "track" thread, which puts the url of the thread on a list which you can pull up off the browser and just opens the url in a tab.
 
Raiyn
offline
Link
 
I apologize for double posting but here is a screenshot of the list of topics "tagged"

http://whitefyre.com/gamefox/screens/options-tags.png
 
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!


ask and ye shall receive

http://userscripts.org/scripts/show/29532

does it just for the Attributes, not for the Special Abilities.
Last edited Jul 3, 2008 09:05:34
 
RandomBeast
offline
Link
 
I get a skill points: NaN when mousing over the + to add skill points for equipped stats.

I actually think I'd like it if it just did a tooltip with the equipped value and left the base there, and I might tweak your script to do that instead.
 
Link
 
Originally posted by Raiyn
I apologize for double posting but here is a screenshot of the list of topics "tagged"

http://whitefyre.com/gamefox/screens/options-tags.png


The add-on behavior of gamefox (browser dialog box) cannot be done by greasemonkey. But, what could be done is a button added to the top (and/or bottom) of each thread, when clicked it would add that thread to a "favorites" type of list.

To see the "favorites" list you would to either display it at the top of one of the forum pages, or, a link could be added to bread crumb menu at the top of each forum page that, when clicked, would open up a pop up what would list out the "favorites" as links, and if you clicked the links it would navigate the page to the last page of the thread.

FYI, this is a what is called a bread crumb menu:

http://img300.imageshack.us/img300/1719/bcmnb7.jpg
 
Link
 
Originally posted by RandomBeast
I get a skill points: NaN when mousing over the + to add skill points for equipped stats.

I actually think I'd like it if it just did a tooltip with the equipped value and left the base there, and I might tweak your script to do that instead.


ah yes, they must use the skill point in the field to detemine the skill points needed, I'll make that switch
 
sndhillshntr
offline
Link
 
Originally posted by sirnotappearinginthisfilm
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!


ask and ye shall receive

http://userscripts.org/scripts/show/29532

does it just for the Attributes, not for the Special Abilities.


Great! Thanks
 
Raiyn
offline
Link
 
Originally posted by sirnotappearinginthisfilm
Originally posted by Raiyn

I apologize for double posting but here is a screenshot of the list of topics "tagged"

http://whitefyre.com/gamefox/screens/options-tags.png


The add-on behavior of gamefox (browser dialog box) cannot be done by greasemonkey. But, what could be done is a button added to the top (and/or bottom) of each thread, when clicked it would add that thread to a "favorites" type of list.

To see the "favorites" list you would to either display it at the top of one of the forum pages, or, a link could be added to bread crumb menu at the top of each forum page that, when clicked, would open up a pop up what would list out the "favorites" as links, and if you clicked the links it would navigate the page to the last page of the thread.

FYI, this is a what is called a bread crumb menu:

http://img300.imageshack.us/img300/1719/bcmnb7.jpg



That sounds perfect
 
RandomBeast
offline
Link
 
Originally posted by sirnotappearinginthisfilm
Originally posted by RandomBeast

I get a skill points: NaN when mousing over the + to add skill points for equipped stats.

I actually think I'd like it if it just did a tooltip with the equipped value and left the base there, and I might tweak your script to do that instead.


ah yes, they must use the skill point in the field to detemine the skill points needed, I'll make that switch


You probably already know this, but here's what I did. In your switch...case, instead of replacing the innerHTML, I use

{
attribute_value[ i ].style.color = 'blue';
attribute_value[ i ].title = stats[ 6 ];
}

to color the table cell and provide the tooltip without modifying the number inside. I am also keeping the original number and displaying the boosted number as a tooltip. I keep the blue to highlight which ones have a boost.

Because they use the number to calculate skill point cost, you may run into problems by switching that actual value out for the boosted one.
 
Page:
 


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