Use the Tampermonkey tag if running Tampermonkey or Violentmonkey, use the "Greasemonkey-4" tag if running that engine on Firefox.
This is a bit of an oddly specific question. I'm writing a Greasemonkey script that will run across ten domains. …
greasemonkey userscriptsI was facing an issue while developing this small userscript. When I wanted to block every XMLHttpRequest from the running …
javascript greasemonkey scope userscriptsI've found it's pretty easy to take a Greasemonkey-type userscript and turn it into extensions/addons for Chrome, Safari, and …
internet-explorer cross-browser userscripts browser-extensionI'm trying to add jquery-ui to a Greasemonkey script. my full code: test.user.js: // ==UserScript== // @name Test // @namespace rajat.…
jquery jquery-ui firefox greasemonkey userscriptsI am writing a userscript that is injected into a webpage. The script reads some data from a web-server and …
javascript google-chrome-extension greasemonkey userscriptsI am writing a UserScript that will remove elements from a page that contain a certain string. If I understand …
javascript jquery userscriptsI enjoy running custom scripts on pages that I do not own or control. Many times these pages have dynamically …
javascript jquery dom bookmarklet userscriptsI would like to write a greasemonkey script to disable a div on a certain page. On any given load …
javascript html dom userscriptsThe title is pretty much the question: Is it possible to add a Greasemonkey script to an iframed website? If …
iframe greasemonkey userscripts tampermonkeyI'm writing a userscript (greasemonkey script) that needs to add a google map to a page on a website that …
javascript google-maps google-maps-api-3 userscripts