Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
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 tampermonkeyI'd like to write a Greasemonkey/userscript that automatically adds .compact to URLs starting with https://pay.reddit.com/ so …
url redirect greasemonkey tampermonkey userscriptsWith Tampermonkey is there any way to create a right click menu option in Chrome? I found GM_registerMenuCommand but …
javascript tampermonkeyI'm trying to make my own Tampermonkey script to change a specific font style on a specific site from a …
javascript css fonts greasemonkey tampermonkeyI 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-accessI made a script that among other things has a function in it: function updateGUI(){ document.getElementById("cursoft").value = getSoftware(); …
javascript tampermonkeyI'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