This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This userscript redirects you to the English version of a website if it's denoted in the source code. | |
// Insert any URLs of websites below (after @match), for example https://developer.mozilla.org/* or https://www.php.net/* | |
// Use multiple @match clauses to enable the script on several domains. | |
// ==UserScript== | |
// @name Redirect to English | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Redirect websites to their English version | |
// @author Florian Reuschel <[email protected]> |