Greasy Fork

Greasy Fork is available in English.

贴吧重定向

重定向各类同素异形体到更科学的主域名tieba.baidu.com

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         贴吧重定向
// @namespace    http://tampermonkey.net/
// @license      GPL-3.0
// @version      0.3
// @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*://www.tieba.com/*
// @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/*
// @match          http*://live.baidu.com/*
// @run-at         document-start
// ==/UserScript==

window.location.replace(location.href.replace(location.hostname, "tieba.baidu.com"));