// ==UserScript== // @name 百度贴吧重定向 // @version 1.0 // @author 火心 // @description 重定向其他百度贴吧到tieba.baidu.com // @include http://tieba.baidu.com.cn/* // @include http://tieba.baidu.cn/* // @include http://post.baidu.* // @include http://xingqu.baidu.com/* // @include http://dq.tieba.com/* // @include http://wefan.baidu.com/* // @run-at document-start // @namespace https://greasyfork.org/users/319402 // @downloadURL none // ==/UserScript== document.location.host = "tieba.baidu.com";