Greasy Fork is available in English.

百度贴吧重定向

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

// ==UserScript==
// @name           百度贴吧重定向
// @version        1.2.4
// @namespace      malu2335
// @author         malu2335
// @description    重定向各类同素异形体到更科学的主域名tieba.baidu.com
// @match        http://tieba.baidu.com.cn/*
// @match        http://tieba.baidu.cn/*
// @match        http://post.baidu.*
// @match        http://xingqu.baidu.com/*
// @homepageURL    https://greasyfork.org/scripts/467528
// @match        http://dq.tieba.com/*
// @match          https://www.tieba.com/*
// @license      MIT

// @run-at         document-start
// ==/UserScript==

//目前发现以下同素异形体
//http://tieba.baidu.com.cn
//http://tieba.baidu.cn
//http://post.baidu.cn
//http://post.baidu.com

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