Use the Tampermonkey tag if running Tampermonkey or Violentmonkey, use the "Greasemonkey-4" tag if running that engine on Firefox.
I'm trying to figure out how can I add a button to the Gmail compose window. In "Gmail Labs" they …
google-chrome google-chrome-extension gmail userscripts gmail-contextual-gadgetsI have a custom userscript that I'm running in Chrome and Firefox using Tampermonkey/Greasemonkey. Is there any way of …
javascript internet-explorer userscriptsToday Google changed the way userscripts are installed in Chrome. No longer can you just click on a link that …
google-chrome google-chrome-extension userscriptsI want to load another script file, in a site, using a userscript. But, the js.onload event doesn't work …
javascript google-chrome userscripts script-tagI have an API documentation lying around on my Harddrive and to ease my workflow, I have written a simple …
javascript greasemonkey userscripts local-filesI'm sure this is simple but I have no idea how to do it. How do i count the amount …
javascript firefox dom bookmarklet userscriptsPossible Duplicate: How can I use jQuery in Greasemonkey scripts in Google Chrome? I'm unable to get this user script …
jquery google-chrome userscriptsCan, for example, Facebook.com run a version control script on my browser and find out if I am running …
javascript facebook greasemonkey userscripts tampermonkeyThe GreaseSpot page on metadata blocks says that the two are very similar but @match "sets more strict rules on …
javascript greasemonkey userscripts tampermonkey// the iframe of the div I need to access var iframe = document.getElementsByTagName("iframe")[2]; var innerDoc = iframe.contentDocument || iframe.contentWindow.…
javascript google-chrome iframe greasemonkey userscripts