Top "Tampermonkey" questions

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

Adding a custom keyboard shortcut using userscript to Chrome with Tampermonkey

I would like to add some custom keyboard shortcuts to a certain web page. Using the accepted answer from this …

javascript google-chrome keyboard-shortcuts userscripts tampermonkey
Add parameters to the URL (redirect) via a Greasemonkey/Tampermonkey/Userscript

I'd like to write a Greasemonkey/userscript that automatically adds .compact to URLs starting with https://pay.reddit.com/ so …

url redirect greasemonkey tampermonkey userscripts
Tampermonkey - Right click menu

With Tampermonkey is there any way to create a right click menu option in Chrome? I found GM_registerMenuCommand but …

javascript tampermonkey
How can my script change a Specific Font (for a specific class)?

I'm trying to make my own Tampermonkey script to change a specific font style on a specific site from a …

javascript css fonts greasemonkey tampermonkey
Save images to hard disk WITHOUT prompt?

I use twitter. Some people's tweets contain photos and I want to save them. I checked ifttt, where twitter is …

javascript greasemonkey tampermonkey userscripts filesystem-access
How do I make functions added by Tampermonkey be available in console after the script has been ran?

I made a script that among other things has a function in it: function updateGUI(){ document.getElementById("cursoft").value = getSoftware(); …

javascript tampermonkey
How do I access an iframe's javascript from a userscript?

I'm trying to use a Chrome userscript or a Tampermonkey script to modify a page with this structure: <body&…

javascript google-chrome iframe greasemonkey tampermonkey