Skip to content Skip to sidebar Skip to footer
Showing posts with the label Greasemonkey

Javascript Value Composed Of Several Words [value=dog Crazy]

thanks for the help in this forum, I was able to get my code to work: // ==UserScript== // @name … Read more Javascript Value Composed Of Several Words [value=dog Crazy]

Greasemonkey Script Only Runs When Page Is Reloaded

I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script w… Read more Greasemonkey Script Only Runs When Page Is Reloaded

On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

On Reddit, people can post comments that get upvotes and downvotes. This information is not readily… Read more On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

Why Does Jquery Load Twice In My Greasemonkey Script

for some reason my Firefox4+GreaseMonkey Script loads jQuery twice. I copy'n'pasted the fol… Read more Why Does Jquery Load Twice In My Greasemonkey Script

Jquery: .parent() Wont Hide If Numerical Range Begins At 0

I am having some issues with using a numerical range detection within an element, to then hide anot… Read more Jquery: .parent() Wont Hide If Numerical Range Begins At 0

Greasemonkey: Gm_xmlhttprequest Return Value To Calling Function

ive been messing round with this for hours and im pulling my hair out at it. How do I return var a … Read more Greasemonkey: Gm_xmlhttprequest Return Value To Calling Function

Fetching Xml With Gm_xmlhttprequest

I'm trying to retrieve a page with greasemonkey and then extract a link from it, inserting the … Read more Fetching Xml With Gm_xmlhttprequest

Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail

with Greasemonkey script, I would like to change the link 'inbox' to 'test', it'… Read more Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail