OBSOLETE as of Firefox 57.
The issue is that when I invoke window.close() or self.close() it doesn't close the window. Now there seems …
javascript google-chrome greasemonkey tampermonkeyI have a regular HTML page with some images (just regular <img /> HTML tags). I'd like to get …
javascript image firefox greasemonkey base64How do I display the value of a variable in javascript in an alert box? For example I've got a …
javascript greasemonkeyI'm writing a Greasemonkey script for a site which at some point modifies location.href. How can I get an …
javascript dom greasemonkey dom-eventsThe information I need is in a meta tag. How can I access the "content" data of the meta tag …
javascript html greasemonkey meta-tagsIt doesn't give an error, and I put a console.log('loaded userscript wifi-autologin'), the console.log works, but the …
javascript greasemonkey addeventlistenerI tried putting this line but it doesn't work: // @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js jQuery …
jquery greasemonkeyI'm writing a Greasemonkey user script, and want the specific code to execute when the page completely finishes loading since …
javascript jquery greasemonkey tampermonkeyI have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work …
javascript google-chrome google-chrome-extension greasemonkey userscriptsAs some of you may know, Google Chrome has put some severe limitation on Greasemonkey scripts. Chromium does not support @…
jquery google-chrome greasemonkey require userscripts