OBSOLETE as of Firefox 57.
My aim is to detect the unvisited links on a webpage and then create a greasemonkey script to click on …
javascript firefox hyperlink click greasemonkeyWhat I want to do is replace all instances of 'foo' in a webpage with 'bar' in a JS bookmarklet/…
javascript greasemonkey bookmarkletI was facing an issue while developing this small userscript. When I wanted to block every XMLHttpRequest from the running …
javascript greasemonkey scope userscriptsThe script adds a download link for videos (on a specific site). How do I change the filename to something …
javascript greasemonkeySo, I am trying to make it where every time I visit any nike.com sneaker page (without the HTML …
javascript jquery greasemonkey tampermonkeyWhile debugging a client app that uses a Google backend, I have added some debugging versions of the functions and …
javascript google-chrome firebug greasemonkeyI'm totally new to Greasemonkey, javascript, in fact all the UI stuff. Requirement: Userscript is run by GS once after …
javascript ajax greasemonkey tampermonkeyI'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've got a Greasemonkey script for Firefox. The script includes this meta-block and some lines of code. I want to …
greasemonkey auto-update tampermonkeyI 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 userscripts