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

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 To Switch To Raw Html In Contenteditable For In Place Editing?

I'm writing a user script to edit the whole html page: one of the features I will include would… Read more How To Switch To Raw Html In Contenteditable For In Place Editing?

How To Reload Only A Userscript, I.e. Without Reloading The Page?

I'm working on a Greasemonkey userscript for a web app that needs configuration steps before I … Read more How To Reload Only A Userscript, I.e. Without Reloading The Page?

Google Chrome Userscripts Reference Window.open

I have been trying to figure this one out for a while, but when I try to reference a window that I … Read more Google Chrome Userscripts Reference Window.open

Dom Click() Is Not Working On This Button

When I use method click() to click the button, the submission failed. But, when I use the mouse to … Read more Dom Click() Is Not Working On This Button

Transferring Information Between Userscripts In Chrome

I need to have a function execute on a page in one tab when certain conditions are met in another t… Read more Transferring Information Between Userscripts In Chrome