Top "Tampermonkey" questions

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

How to Transfer All Greasemonkey userscripts to Tampermonkey on Firefox 57+

After read that Greasemonkey recommends users to install Tampermonkey or Violentmonkey. I've installed Tampermonkey and now I'm trying to transfer …

greasemonkey tampermonkey greasemonkey-4 firefox-57+
indexOf within Switch

I have a Javascript-based bot for a Xat chatroom which also acts as an AI. I've recently decided to redo …

javascript switch-statement tampermonkey
Choosing and activating the right controls on an AJAX-driven site

So, I am trying to make it where every time I visit any nike.com sneaker page (without the HTML …

javascript jquery greasemonkey tampermonkey
Chrome 65 blocks cross-origin <a download>. Client-side workaround to force download?

Chrome 65 removed support for the download attribute on anchor elements with cross-origin hrefs: Block cross-origin <a download> To …

javascript google-chrome frontend tampermonkey
Run Greasemonkey script on the same page, multiple times?

I'm totally new to Greasemonkey, javascript, in fact all the UI stuff. Requirement: Userscript is run by GS once after …

javascript ajax greasemonkey tampermonkey
$ is not defined Javascript

I'm writing a piece of code currently in tampermonkey and I can't work out why i get this error in …

javascript tampermonkey
Why isn't my Greasemonkey script updating?

I've got a Greasemonkey script for Firefox. The script includes this meta-block and some lines of code. I want to …

greasemonkey auto-update tampermonkey
Use GM_xmlhttpRequest to POST data on Chrome?

I'm writing a user script to take an image from a page, and upload it to a server. The script …

google-chrome greasemonkey tampermonkey gm-xmlhttprequest ninjakit
Apply a Greasemonkey/Tampermonkey/userscript to an iframe?

The title is pretty much the question: Is it possible to add a Greasemonkey script to an iframed website? If …

iframe greasemonkey userscripts tampermonkey
How to edit Tampermonkey scripts outside of the browser

How do I edit Tampermonkey scripts outside of the browser? Would rather be in a good IDE instead of trying …

javascript google-chrome tampermonkey