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

Create An Iframe Then Append Data To It With Jquery

I am trying do some modification to an greasemonkey userscript to implement a feature I need. The c… Read more Create An Iframe Then Append Data To It With Jquery

How Do I Get My Redirecting Script To Add A Random Suffix To Select Sites?

I've a userscript that redirects to a random site from a list. (Reference: How to redirect to … Read more How Do I Get My Redirecting Script To Add A Random Suffix To Select Sites?

Trying To Map Somefunction.jquery To "$"

I found a function (via this person's github) that I might use in my script that mimics the fun… Read more Trying To Map Somefunction.jquery To "$"

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 Convert A Bookmarklet Into A Greasemonkey Userscript?

Is there a easy way to do this. And is there anything that needs to be changed due to differences i… Read more How To Convert A Bookmarklet Into A Greasemonkey Userscript?

How To Change All Links In An Ajax Driven Page?

I have a userscript that modifies the href of all applicable links on an an IP-direct, Google searc… Read more How To Change All Links In An Ajax Driven Page?

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

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