Greasy Fork is available in English.
自动返回旧版贴吧
// ==UserScript==
// @name tiebaOldVersion
// @namespace tset
// @include http://tieba.baidu.com/*
// @description 自动返回旧版贴吧
// @version 1
// ==/UserScript==
window.onload=function(){
document.getElementById("toggle_old").click();
}