Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
I am fairly new to the world of Greasemonkey and I was wondering how to make a button in JavaScript. …
javascript button greasemonkey tampermonkeyI would like to be able to add custom snippets of javascript to any site that matches a regex. This …
javascript google-chrome greasemonkey userscripts tampermonkeyIs there a Greasemonkey method to append basic HTML content to the end of a page right after the <…
javascript html greasemonkey tampermonkeyThe content I am trying to modify has a series of <div> entries, and within each of these …
javascript html greasemonkey webpage tampermonkeyI wrote one Greasemonkey/Tampermonkey script for Facebook . I needed to store data to retrieve it later. For that I …
javascript google-chrome local-storage greasemonkey tampermonkeyI would like to debug a tampermonkey script with the chrome's console, but I can't find my script in the …
google-chrome google-chrome-extension tampermonkeyI tried searching for this but the only results that come up are on double click, and never how to …
javascript double-click tampermonkeyI'm using Chrome 27.0.1453.116 m and have enabled "Experimental Javascript", however I'm unable to get jQuery to run on Tampermonkey. I …
jquery tampermonkeyI've written scripts to filter out threads and posts in a programming forum by author. But you need to post …
javascript browser greasemonkey userscripts tampermonkeyI need to hide a section from an html page: <h1 data-ng-show="!menuPinned && !isSaaS" class="…
javascript html tampermonkey