Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in greasemonkey

Get subdomain and load it to url with greasemonkey

javascript url greasemonkey

UserScripts & Greasemonkey: calling a website's JavaScript functions

Replace remote JavaScript file with a local debugging copy using Greasemonkey or userscript

alert a variable value

javascript greasemonkey

Unique element ID, even if element doesn't have one

Why is usage of the downloadURL & updateURL keys called unusual and how do they work?

Injecting JS functions into the page from a Greasemonkey script on Chrome

How/Where to store data in a Chrome Tampermonkey script other than localStorage?

Greasemonkey/ Tampermonkey @match for a page with parameters

How to simulate typing in input field using jQuery?

Open a new tab with custom HTML instead of a URL

What is the difference between @include and @match in userscripts?

Can jQuery selectors be used with DOM mutation observers?

How can I intercept XMLHttpRequests from a Greasemonkey script?

How to debug Greasemonkey script with the Firebug extension?

Detecting combination keypresses (Control, Alt, Shift)?

Detect iFrame embedding in Javascript

How to change a class CSS with a Greasemonkey/Tampermonkey script?

Removing an anonymous event listener

Why doesn't document.addEventListener('load', function) work in a greasemonkey script?