// ==UserScript== // @name 百度首页去广告 百度去广告 去广告 百度搜索去广告 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.3.0 // @description 百度首页去广告 百度去广告 去广告 百度搜索去广告 // @author liuhuajun // @match *://www.baidu.com* // @match *://www.baidu.com/* // ==/UserScript== (function() { 'use strict'; document.querySelector(".panel-list_8jHmm").setAttribute("style", "display: none"); document.querySelector(".s-hotsearch-title").setAttribute("style", "display: none"); document.querySelector(".s-hotsearch-content").setAttribute("style", "display: none"); document.getElementById("s-top-left").setAttribute("style", "display: none"); // Your code here... })();