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

How To Loop Through Get/post Calls Sequentially (waiting For Previous) Return?

I'm writing a Tampermonkey script for a web page and trying to extract data from other pages. I… Read more How To Loop Through Get/post Calls Sequentially (waiting For Previous) Return?

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?

Using Javascript To Create A Keylistener Hotkey For Facebook Page "like"

I'm doing an art project for school where a user hugs an object and gets a 'liked' stat… Read more Using Javascript To Create A Keylistener Hotkey For Facebook Page "like"

Youtube Userscript (tampermonkey) To Change The Placeholder In Search

I'm writing a theme in userscript for TamperMonkey to theme YouTube, the problem i'm having… Read more Youtube Userscript (tampermonkey) To Change The Placeholder In Search

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

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

YouTube Userscript (TamperMonkey) To Change The Placeholder In Search

I'm writing a theme in userscript for TamperMonkey to theme YouTube, the problem i'm having… Read more YouTube Userscript (TamperMonkey) To Change The Placeholder In Search