Skip to content

Instantly share code, notes, and snippets.

@ingeniumstudio
ingeniumstudio / redirect-to-english.js
Created November 3, 2022 23:35 — forked from loilo/redirect-to-english.js
Userscript: Redirect Website to its English Version
// 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]>