Greasy Fork is available in English.
12.1.2026, 23:58:06
// ==UserScript==
// @name Redirect github-wiki-see.page to github.com
// @namespace Violentmonkey Scripts
// @match https://github-wiki-see.page/m/*
// @grant none
// @version 1.0
// @author binarynoise
// @description 12.1.2026, 23:58:06
// @license EUPL 1.2
// ==/UserScript==
window.location.href = window.location.href.replace("https://github-wiki-see.page/m/", "https://github.com/");