OBSOLETE as of Firefox 57.
I'm learning how to use Greasemonkey, and was wondering what the @namespace metadata id is for. Does it have to …
metadata namespaces greasemonkeyI would like to be able to add custom snippets of javascript to any site that matches a regex. This …
javascript google-chrome greasemonkey userscripts tampermonkeyIs there a Greasemonkey method to append basic HTML content to the end of a page right after the <…
javascript html greasemonkey tampermonkeyIs there anyway to remove an event listener added like this: element.addEventListener(event, function(){/* do work here */}, false); Without …
javascript greasemonkey addeventlistener userscriptsThe content I am trying to modify has a series of <div> entries, and within each of these …
javascript html greasemonkey webpage tampermonkeyI wanted to know if anyone has had experience with trying to remove the 'X-Requested-With' header from the ajax request …
ajax jquery greasemonkeyI wrote one Greasemonkey/Tampermonkey script for Facebook . I needed to store data to retrieve it later. For that I …
javascript google-chrome local-storage greasemonkey tampermonkeyI want to stop the execution of one single line from a site, so that the whole page is read …
javascript greasemonkeyI'm writing a greasemonkey script to keep session open on a webapp I use for work. Which javascript command would …
javascript session greasemonkeyMy userscript prints some information using console.log(). This works fine in Chrome, but when I install this userscript in …
firefox greasemonkey userscripts