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

What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

Regex To Return All Attributes Of A Web Page That Starts By A Specific Value

The question is simple, I need to get the value of all attributes whose value starts withhttp://exa… Read more Regex To Return All Attributes Of A Web Page That Starts By A Specific Value

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?

Unable To Fill Out The Text Field And Submit Automatically

What I am trying to accomplish is to populate the text box for 'Reason for Access' with the… Read more Unable To Fill Out The Text Field And Submit Automatically

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