V2EX 重定向

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

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

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