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

How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

this is my greasemonkey script. I want to auto-trigger it every time I open a reddit page. I want … Read more How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

How Can I Redirect Some Page With Javascript In Greasemonkey?

Hey, I want to redirect a page when it finish loading... For example, when google.com finish loadin… Read more How Can I Redirect Some Page With Javascript In Greasemonkey?

Replace Images Source For All Images

I want to replace the src attribute for all images matching a regex using Greasemonkey scripting. E… Read more Replace Images Source For All Images

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

Addeventlistener Only Working At Page Refresh?

I´m modifying the appearance of two drop down lists. No problems here. Everything works great. The … Read more Addeventlistener Only Working At Page Refresh?

Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?

I have this userscript (written with a great help from Stack Overflow) for the site metal-archives.… Read more Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?

How Do I Open A List Of Pages Automatically And Sequentially?

I wish to load a list of webpages sequentially, with Greasemonkey. var list = array ('http://ww… Read more How Do I Open A List Of Pages Automatically And Sequentially?

Obfuscated Code Throws Error In A Greasemonkey Script

I have a Greasemonkey script that I want to be obfuscated. I was wondering what goes wrong with the… Read more Obfuscated Code Throws Error In A Greasemonkey Script