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

How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

I don't want to see distracting youtube recommendations on my start screen, I just want to be r… Read more How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

Window.load Doesn't Fire Always On Chrome?

I have this userscript: // ==UserScript== // @name test // @namespace test // @descrip… Read more Window.load Doesn't Fire Always On Chrome?

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

Userscript For Creating A Confirmation Popup Whenever Submitting An Issue Or Posting A Comment Via Pressing Ctrl+enter(the Built-in Hotkey) In Github

Test URL: https://github.com/darkred/test/issues/new GitHub allows in the issues area for a public … Read more Userscript For Creating A Confirmation Popup Whenever Submitting An Issue Or Posting A Comment Via Pressing Ctrl+enter(the Built-in Hotkey) In Github

Submit Form Using Greasemonkey

The first time, each day, I try to access a web page at work, I get redirected to an internally hos… Read more Submit Form Using Greasemonkey

Remove Blankspace From Td Class With Greasemonkey

If I have webpage with for example alot of 111 22 . The numbers are random but classname is the sam… Read more Remove Blankspace From Td Class With Greasemonkey

Greasemonkey Jquery Interference?

Possible Duplicate: jQuery in Greasemonkey 1.0 conflicts with websites using jQuery It appears th… Read more Greasemonkey Jquery Interference?

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