Tampermonkey is recommended for developers, tech enthusiasts, and users who wish to customize their web browsing experience. It's especially useful for individuals who frequently use specific websites and want to automate repetitive tasks or add new functionalities that are not natively supported by those sites.
Dark Reader might be a bit more popular than Tampermonkey. We know about 191 links to it since March 2021 and only 134 links to Tampermonkey. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
// ==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 / 28 days 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 / 11 months 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 1 year 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 1 year 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 1 year ago
I suppose they’re using https://darkreader.org/ or something like that! If you implement dark mode yourself, you can add `` to prevent Dark Reader from triggering. - Source: Hacker News / 2 months ago
Instead of writing this shitty article, just do like those of us who can't take light mode, and install Dark Reader (that also does light mode). https://darkreader.org/. - Source: Hacker News / 4 months ago
I prefer sites not to implement a custom dark mode and instead to make sure their styles invert well, less work for devs, more consistency for me. https://darkreader.org/ https://www.howtogeek.com/446198/how-to-force-dark-mode-on-every-website-in-google-chrome/. - Source: Hacker News / 5 months ago
DarkReader will save your eyes, I'm not fond of extensions, but this one is worth it: https://darkreader.org/. - Source: Hacker News / 6 months ago
DarkReader works pretty well for my needs. It has an iOS Safari Extension. [1] https://darkreader.org/. - Source: Hacker News / 7 months ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
Stylebot - Change the appearance of websites instantly. Preview and install styles created by other users on stylebot.me
Greasemonkey - Customize the way a web page displays or behaves, by using small bits of JavaScript.
Night Eye - Night Eye is a browser extension that enables dark mode on any website you visit. It does not ruin your browsing experience by simply inverting images.
Userscripts - An open-source userscript editor for Safari.
Stylus - User Styles Manager - Stylus is a userstyles editor and manager based on the source code of Stylish version 1.5.2.