阿尔斯神 · 屏蔽百度广告

2021/5/1 下午1:40:52

目前為 2021-09-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name        阿尔斯神 · 屏蔽百度广告
// @namespace   https://www.baidu.com/
// @match       https://www.baidu.com/
// @grant       none
// @version     3.2.1
// @author      阿尔斯神
// @match       www.baidu.com
// @description 2021/5/1 下午1:40:52
// ==/UserScript==
//以下是代码
(function () {
    'use strict';
    //阅读全文
    $("div").remove("#s-hotsearch-wrapper");
    $("div").remove("#s_side_wrapper");
    $("div").remove("#s-top-left");
    $("div").remove("#s_wrap");
    $("div").remove("#s_menu_gurd");
    $("div").remove("#s-top-nav");
    $("div").remove("#s_ctner_menus");
    $("div").remove("#s-center-box");
})();

QingJ © 2025

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