User-Friendly Interface
Tampermonkey offers an intuitive user interface that makes managing and editing user scripts straightforward.
Cross-Browser Support
Tampermonkey supports all major browsers including Chrome, Firefox, Safari, Edge, and Opera, ensuring compatibility for most users.
Sync Capabilities
The extension provides synchronization options via cloud storage services, enabling users to back up and restore their scripts.
Wide Range of Scripts
Users have access to a vast repository of pre-written scripts that extend functionality on a variety of websites.
Automatic Updates
Tampermonkey can automatically update installed scripts, keeping them up-to-date with the latest features and fixes.
Customizability
Allows users to create and customize their own scripts, providing a high degree of personalization.
Promote Tampermonkey. You can add any of these badges on your website.
Yes, Tampermonkey is considered good by many users and developers due to its extensive feature set, ease of use, and stability. It has a strong community support that consistently updates and creates a variety of scripts to enhance user experience across different websites.
We have collected here some useful links to help you find out if Tampermonkey is good.
Check the traffic stats of Tampermonkey on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Tampermonkey on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Tampermonkey's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Tampermonkey on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Tampermonkey on Reddit. This can help you find out how popualr the product is and what people think about it.
// ==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
// ==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
// ==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
// @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
// ==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
// ==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
// ==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
```// ==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
// ==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
// ==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
// ==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
// @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
// ==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== // @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== // @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
// ==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
// ==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
// @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== // @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
``` // ==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
// ==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.
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.
Widely used tool that allows users to customize and enhance their browsing experience through scripts.