V2EX 重定向

www.v2ex.com 重定向至 v2ex.com

Od 21.07.2022.. Pogledajte najnovija verzija.

// ==UserScript==
// @name         V2EX 重定向
// @namespace    V2EX Redirect
// @run-at      start
// @match       *://www.v2ex.com/*
// @version     1.0
// @author      uJZk
// @description www.v2ex.com 重定向至 v2ex.com
// @license     MIT
// ==/UserScript==

window.location.replace(document.location.href.replace("www.v2ex.com","v2ex.com"));