Top "Tampermonkey" questions

Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.

Add a JavaScript button using Greasemonkey or Tampermonkey?

I am fairly new to the world of Greasemonkey and I was wondering how to make a button in JavaScript. …

javascript button greasemonkey tampermonkey
What's a simple way in Google Chrome to insert Javascript into sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This …

javascript google-chrome greasemonkey userscripts tampermonkey
Basic method to Add html content to the page with Greasemonkey?

Is there a Greasemonkey method to append basic HTML content to the end of a page right after the <…

javascript html greasemonkey tampermonkey
How to use greasemonkey to selectively remove content from a website

The content I am trying to modify has a series of <div> entries, and within each of these …

javascript html greasemonkey webpage tampermonkey
How/Where to store data in a Chrome Tampermonkey script?

I 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 tampermonkey
Debug tampermonkey script

I 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 tampermonkey
How do I double-click on objects using javascript? Do I have to .click() twice?

I tried searching for this but the only results that come up are on double click, and never how to …

javascript double-click tampermonkey
Using jQuery in Tampermonkey

I'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 tampermonkey
Automatically run JavaScript code upon loading a specific website

I've written scripts to filter out threads and posts in a programming forum by author. But you need to post …

javascript browser greasemonkey userscripts tampermonkey
Tampermonkey script run before page load

I need to hide a section from an html page: <h1 data-ng-show="!menuPinned &amp;&amp; !isSaaS" class="…

javascript html tampermonkey