百度搜索引擎推广参数移除

屏蔽百度搜索引擎推广参数

目前为 2022-11-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         百度搜索引擎推广参数移除
// @namespace    http://tampermonkey.net/
// @version      1.0.1
// @description 屏蔽百度搜索引擎推广参数
// @author       捈荼
// @license Apache License 2.0
// @match        https://www.baidu.com/s?*tn=*
// @run-at document-start
// @grant unsafeWindow
// ==/UserScript==



(function () {
    "use strict";

    window.stop();
    document.location.href = document.location.href.replace(/(tn=[^&]*&)|(&tn=[^&]*)/g, '');
})();

QingJ © 2025

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