Based on our record, Random User-Agent should be more popular than Greasemonkey. It has been mentiond 2 times since March 2021. 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.
Use the following extension and set a Windows user agent: https://github.com/tarampampam/random-user-agent. Source: about 2 years ago
It still doesn't make you safe from being tracked, it only makes you harder to track through fingerprinting and there are other methods to track you as well. A similar extension is also available for other browsers. Source: over 3 years ago
// ==UserScript== // @name Wikipedia Redirect // @namespace https://greasespot.net // @version 0.1 // @description Redirect from English Wikipedia to Simple English Wikipedia if the page exists // @author Noname // @match https://en.wikipedia.org/wiki/* // @grant none // ==/UserScript== (function() { 'use strict'; let currentURL = window.location.href; let... Source: about 2 years ago
30 Seconds of Knowledge - Become a better developer, in every new tab.
Tampermonkey - Greasemonkey compatible script manager.
User-Agent Switcher and Manager - spoofs browser's User-Agent string.
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
Chameleon WebExtension - Chameleon is a Firefox extension to Spoof your browser profile.
Userscripts - An open-source userscript editor for Safari.