OBSOLETE as of Firefox 57.
I'm writing a user script to take an image from a page, and upload it to a server. The script …
google-chrome greasemonkey tampermonkey gm-xmlhttprequest ninjakitI have a greasemonkey user script with this single line of code... window.close(); but firefox does not allow a …
javascript firefox greasemonkeyI have some screen scraped tabular data that I want to export to a CSV file (currently I am just …
javascript greasemonkeyThe title is pretty much the question: Is it possible to add a Greasemonkey script to an iframed website? If …
iframe greasemonkey userscripts tampermonkeyI have captured list of data from the page using Greasemonkey. GM Script var hit = GM_getValue("hit") || 0; var _url = "…
javascript greasemonkeyI get a ReferenceError in the following userscript code: // ==UserScript== // @name ... // @namespace ... // @description ... // @include ... // @grant GM_xmlhttpRequest // ==/UserScript== console.log(…
javascript greasemonkey referenceerror gm-xmlhttprequestFor my Greasemonkey script, there is part of the code that should run before the page is loaded (@run-at document-start) …
javascript greasemonkey startupIf you create a Greasemonkey script with @include * and go to a site like youtube, it runs the script 20+ times …
javascript greasemonkey tampermonkeyI have an API documentation lying around on my Harddrive and to ease my workflow, I have written a simple …
javascript greasemonkey userscripts local-filesI want to display LaTeX math in the gmail messages that I receive, so that for example $\mathbb P^2$ would …
math latex gmail greasemonkey mathml