手电大家谈重定向

重定向至www.shoudian.org

// ==UserScript==
// @name           手电大家谈重定向
// @namespace sqliuchang
// @version        0.1
// @author         sqliuchang
// @description    重定向至www.shoudian.org

// @match        *://shoudian.org/*
// @match        *://*.shoudianbbs.com/*
// @match        *://*.shoudianbbs.org/*
// @grant        none

// ==/UserScript==

document.location.host = "www.shoudian.org";