百度贴吧重定向

重定向其他百度贴吧到tieba.baidu.com

目前为 2020-02-16 提交的版本。查看 最新版本

// ==UserScript==
// @name           百度贴吧重定向
// @version        1.1
// @author         火心
// @description    重定向其他百度贴吧到tieba.baidu.com

// @include        http://tieba.baidu.com.cn/*
// @include        http://tieba.baidu.cn/*
// @include        http://c.tieba.baidu.com/*
// @include        http://xingqu.baidu.com/*
// @include        http://v.tieba.com/*
// @include        http://v.tieba.baidu.com/*
// @include        http://1111.baidu.com/*
// @include        http://post.baidu.*
// @include        http://www.tieba.com/*
// @include        http://dq.tieba.com/*
// @include        https://wapp.baidu.com/*
// @include        https://wefan.baidu.com/*

// @run-at         document-start

// @namespace https://greasyfork.org/users/319402
// ==/UserScript==

document.location.host = "tieba.baidu.com";