// ==UserScript== // @name 贴吧重定向 // @namespace http://tampermonkey.net/ // @license GPL-3.0 // @version 0.1 // @description 重定向各类同素异形体到更科学的主域名tieba.baidu.com // @author ykiZheng // @icon https://www.google.com/s2/favicons?sz=64&domain=baidu.com // @grant none // @match http*://tieba.baidu.com.cn/* // @match http*://tieba.baidu.cn/* // @match http*://c.tieba.baidu.com/* // @match http*://c.tieba.baidu.com/p/* // @match http*://post.baidu.com/* // @match http*://post.baidu.cn/* // @match http*://jump2.bdimg.com/f?kw=* // @match http*://live.baidu.com/f?kw=* // @run-at document-start // @downloadURL none // ==/UserScript== window.location.replace(location.href.replace(location.hostname, "tieba.baidu.com"));