Use the Tampermonkey tag if running Tampermonkey or Violentmonkey, use the "Greasemonkey-4" tag if running that engine on Firefox.
First of all there is a question with the same title here on SO but its not what I'm looking …
javascript xmlhttprequest download userscriptsWhere are Chrome/Tampermonkey userscripts stored on the filesystem? I want to edit user scripts directly instead of using the …
javascript google-chrome userscripts tampermonkeyI have to include all sites in tampermonkey..this is the script that i have to run // ==UserScript== // @name Phishing …
userscripts tampermonkeyI would like to be able to add custom snippets of javascript to any site that matches a regex. This …
javascript google-chrome greasemonkey userscripts tampermonkeyEDIT: Something was wrong with my Chrome browser and creating a conflict with my script, a full reinstall eliminated whatever …
javascript google-chrome google-chrome-extension userscripts content-scriptIs there anyway to remove an event listener added like this: element.addEventListener(event, function(){/* do work here */}, false); Without …
javascript greasemonkey addeventlistener userscriptsMy userscript prints some information using console.log(). This works fine in Chrome, but when I install this userscript in …
firefox greasemonkey userscriptsI'm creating a UserScript extension for Firefox & Chrome and I'm trying to use some of the code in the …
javascript google-chrome-extension greasemonkey userscriptsI've written scripts to filter out threads and posts in a programming forum by author. But you need to post …
javascript browser greasemonkey userscripts tampermonkeyI'm noob with JavaScript and Greasemonkey and I'd like to write a simple script. I know that Greasemonkey wraps your …
javascript greasemonkey userscripts