百度贴吧自动跳过核心区

try to take over the world!

// ==UserScript==
// @name         百度贴吧自动跳过核心区
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        *tieba.baidu.com/*kw=*
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
var a = window.location.href
    if (a.search('tab=')==-1 && a.search('qw=')==-1)
    {
        window.location.href=a + '&tab=main'
    }
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址