Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
If you create a Greasemonkey script with @include * and go to a site like youtube, it runs the script 20+ times …
javascript greasemonkey tampermonkeyI am trying to modify a piece of code I wrote for Grease Monkey to make it compatible with Tampermonkey. …
javascript jquery ajax tampermonkeyCan, 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 tampermonkeyFor security reasons, Tampermonkey scripts are not saved in accessible files, but in a plugin data. The only way to …
javascript tampermonkeyI am developing an extension that will read HTML elements value, then make API calls to an external website, get …
google-chrome-extension userscripts tampermonkeyWhere does GM_setValue store the data to in chrome. I've tried to determine where the data is going but …
google-chrome tampermonkeyI was reading GM's wiki to determine the difference between @downloadURL & @updateURL (which I didn't). But what confused me …
greasemonkey userscripts tampermonkeyIf I create a div programmatically with Tampermonkey: HTML: <div onclick="myfunc()"/> script: function myfunc() { alert("clicked"); } then …
javascript jquery onclick tampermonkeySo my console is giving me this message - The page at https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(…
jquery greasemonkey tampermonkey