百度贴吧重定向

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

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

// @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        https://wapp.baidu.com/*
// @include        https://wefan.baidu.com/*
// @include        https://jump2.bdimg.com/*
// @include        http://anfudianshang.com/*


// @run-at         document-start

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

// ==/UserScript==

if (window.location.host = "anfudianshang.com"){
window.location.href = window.location.href.replace('anfudianshang.com/tieba_baidu_', 'tieba.baidu.com')
}
 else{
     window.location.host = "tieba.baidu.com"
 }