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

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

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

Modify New Elements When They Are Added

This is done by my userscript on page load: $('a.people').each(function (index, value) { … Read more Modify New Elements When They Are Added

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?

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?

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