Software Alternatives, Accelerators & Startups
Tampermonkey

Tampermonkey Reviews and Details

This page is designed to help you find out whether Tampermonkey is good and if it is the right choice for you.

Screenshots and images

  • Tampermonkey Landing page
    Landing page //
    2023-01-13

Features & Specs

  1. User-Friendly Interface

    Tampermonkey offers an intuitive user interface that makes managing and editing user scripts straightforward.

  2. Cross-Browser Support

    Tampermonkey supports all major browsers including Chrome, Firefox, Safari, Edge, and Opera, ensuring compatibility for most users.

  3. Sync Capabilities

    The extension provides synchronization options via cloud storage services, enabling users to back up and restore their scripts.

  4. Wide Range of Scripts

    Users have access to a vast repository of pre-written scripts that extend functionality on a variety of websites.

  5. Automatic Updates

    Tampermonkey can automatically update installed scripts, keeping them up-to-date with the latest features and fixes.

  6. Customizability

    Allows users to create and customize their own scripts, providing a high degree of personalization.

Badges & Trophies

Promote Tampermonkey. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

5ๆญฅ่ฎฉไฝ ็Žฉ่ฝฌchromeๆต่งˆๅ™จ็ฅž็บงๆ’ไปถtampermonkey-ๆฒน็Œด

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Tampermonkey and what they use it for.
  • Fixing ChatGPT "Lost First Key" Bug in Firefox
    // ==UserScript== // @name ChatGPT Firefox Input Focus Fix // @namespace http://tampermonkey.net/ // @version 1.0 // @description Fixes lost first keystroke in ChatGPT input on Firefox by focusing and clicking the textarea // @match https://chat.openai.com/* // @match https://chatgpt.com/* // @grant none // ==/UserScript== (function () { const simulateClick = (el) => { ... - Source: dev.to / about 1 year ago
  • How to Fix Auto-Expanding Menu Issues in Tampermonkey Script
    // ==UserScript== // @name Hide Expanding Menu Bar // @namespace http://tampermonkey.net/ // @version 0.1 // @require https://code.jquery.com/jquery-3.6.0.min.js // @description Hides Zillow auto-expanding menu // @author mikmak // @match https://www.zillow.com/* // @grant GM_addStyle // ==/UserScript== Const $ = window.$; Function hideExpandingMenu() { ... - Source: dev.to / about 1 year ago
  • How to Force GitHub Actions to Light Theme Using Tampermonkey
    // ==UserScript== // @name Remove data-dark-theme attributes // @namespace http://tampermonkey.net/ // @version 2024-06-23 // @description Remove data-dark-theme attributes from GitHub Actions console // @author masayoshi haruta // @match https://github.com/*/*/actions/runs/* // @icon https://www.google.com/s2/favicons?sz=64&domain=github.com // @grant none //... - Source: dev.to / about 2 years ago
  • How do I remove the yellow highlighting every time I search for a word?
    // @name 0 Highlight remover // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://outlook.office.com/mail/id/* // @icon https://www.google.com/s2/favicons?sz=64&domain=office.com // @grant none // ==/UserScript==. Source: over 2 years ago
  • jQuery Library Conflict (TamperMonkey)
    // ==UserScript== // u/name {snipped} // u/namespace http://tampermonkey.net/ // u/version 0.1 // u/description {snipped} // u/author You // u/match {snipped} // u/require http://code.jquery.com/jquery-3.7.1.min.js // u/icon https://www.google.com/s2/favicons?sz=64&domain=pokefarm.com // u/grant none // ==/UserScript== /* global jQuery... Source: over 2 years ago
  • hello guys can anyone help me figure out why is this code not working it is been last updated since 3 years it is function is to Reload and autoplay Spotify when it stops (because I'm blocking ads)
    // ==UserScript== // u/nameSpotifresh // u/namespacehttp://tampermonkey.net/ // @version 0.1 // @description Reload and autoplay Spotify when it stops (because I'm blocking ads) // @author Your neighbor // @include https://open.spotify.com/playlist/* // @include https://open.spotify.com/album/* // @grant none // ==/UserScript== (function() { 'use strict'; Const... Source: over 2 years ago
  • Looking for a script to scrap links and add them to clipboard
    // ==UserScript== // @name Hi10anime Downloads De-Redirector // @namespace http://tampermonkey.net/ // @version 1.2 // @description Converts data-href download links on hi10anime.com into normal href links, bypassing the ad site. Only works if at least 1 ad site link has the full download link. // @author tamchow // @match https://*.hi10anime.com/archives/* // @connect ... Source: about 3 years ago
  • Any scripts to change "preview.redd.it" to "i.redd.it"?
    ```// ==UserScript== // u/nameReddit Preview Image replace // u/namespacehttp://tampermonkey.net/ // u/version0.1 // u/description try to take over the world! // u/authorYou // u/grantnone // u/matchhttp://*.reddit.com/* // u/matchhttps://*.reddit.com/* // u/matchhttp://*.redd.it/* // u/matchhttps://*.redd.it/* // u/run-atdocument-idle. Source: about 3 years ago
  • Hiding old (or current) stock plans
    // ==UserScript== // @name Hide stock plans on Fidelity // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://oltx.fidelity.com/* // @icon https://www.google.com/s2/favicons? sz=64&domain=google.com // @grant none // ==/UserScript== (function() { 'use strict'; ... Source: about 3 years ago
  • back to the desktop
    // ==UserScript== // @name Reddit Promoted Remover // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author You // @match https://*.reddit.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com // @grant none // ==/UserScript== (function() { 'use strict'; Array ... Source: about 3 years ago
  • Firemonkey + block popups
    // ==UserScript== // @name Block popup // @namespace http://tampermonkey.net/ // @version 0.1 // @description Block all popups // @author You // @match http://*/* // @match https://*/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @run-at document-start // ==/UserScript== 'use strict'; Function... Source: about 3 years ago
  • ๐Ÿ’• KICK APPRECIATION THREAD ๐Ÿ’•
    // @name Disable Websockets // @namespace http://tampermonkey.net/ // @version 1.0 // @description Disables websockets // @author csalvato // @include * // @grant none // @run-at document-start // ==/UserScript==. Source: about 3 years ago
  • custom userscript no longer working
    // ==UserScript== // @name MyScript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.typingmind.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=typingmind.com // @grant GM_log // ==/UserScript== (function(send, open) { 'use strict'; console.log('RUNNING'); ... Source: about 3 years ago
  • Userscript Request
    // ==UserScript== // @name YouTube Text Replacement // @namespace http://tampermonkey.net/ // @version 1.0 // @description Replaces text on YouTube website // @match https://vanced-youtube.neocities.org/2011/* // @grant none // ==/UserScript== (function() { 'use strict'; function replaceText(original, replacement) { const elements =... Source: about 3 years ago
  • Userscript Request
    // ==UserScript== // @name Excluir nรณ na pรกgina do Vanced YouTube // @namespace http://tampermonkey.net/ // @version 1.0 // @description Exclui o nรณ Drive na pรกgina do Vanced YouTube // @include https://vanced-youtube.neocities.org/2015/* // @run-at document-idle // @grant none // ==/UserScript== (function() { 'use strict'; var node = document.querySelector('#gb_49 >... Source: about 3 years ago
  • A list of fixes that fixes YouTube's bad stuff
    // ==UserScript== // @name Disable inline-playback and caption // @namespace http://tampermonkey.net/ // @version 0.1 // @description Disable inline-playback and caption // @match https://www.youtube.com* // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com // @grant GM_cookie // @run-at document-end // ==/UserScript== (function() { let preferences... Source: about 3 years ago
  • Managed to trick the AI into writing script it thought was malicious
    // ==UserScript== // @name Button Clicker // @namespace http://tampermonkey.net/ // @version 1.0 // @description Automatically clicks a specific button on a webpage once it appears. // @author Your Name // @match http://example.com/* // Replace with the URL of the webpage you want to monitor // @require https://code.jquery.com/jquery-3.6.0.min.js // Optional: If you want to use... Source: about 3 years ago
  • Anyone else getting a different "subscriptions" view?
    // @name Youtube Grid // @namespace http://tampermonkey.net/ // @version 0.1 // @author You // @match https://www.youtube.com/feed/subscriptions // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com // @grant GM_addStyle // ==/UserScript==. Source: about 3 years ago
  • Userscript request
    // ==UserScript== // @name Delete Node // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://vanced-youtube.neocities.org/2013/test // @icon https://www.google.com/s2/favicons?sz=64&domain=neocities.org // @grant none // ==/UserScript== (function() { 'use strict'; let elSpan =... Source: about 3 years ago
  • Send link to server from context menu
    ``` // ==UserScript== // @name Send To EventGhost // @namespace http://tampermonkey.net/ // @version 1.0 // @description Add a context menu option to send a link to EventGhost or choose your own server // @author @Reddit u/The_IMPERIAL_One // @match :///* // @run-at document-start // @grant GM_registerMenuCommand // @grant GM_xmlhttpRequest // @icon ... Source: about 3 years ago
  • Anybody self-hosted โ€œLinkdingโ€ bookmark manger?
    // ==UserScript== // @name Linkding Suggest // @namespace http://tampermonkey.net/ // @version 20230212 // @description Suggest additional tags // @author Zoredache // @match https://linkding.example.org/bookmarks/new* // @grant none // ==/UserScript== (function() { // 'use strict'; setTimeout(function() { var tags=[]; var url =... Source: about 3 years ago

Do you know an article comparing Tampermonkey to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Tampermonkey discussion

Log in or Post with
  1. User avatar
    JamieJonk
    ยท 4 months ago
    ยท Reply

    Widely used tool that allows users to customize and enhance their browsing experience through scripts.

Is Tampermonkey good? This is an informative page that will help you find out. Moreover, you can review and discuss Tampermonkey here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.