// ==UserScript== // @name 百度去广告测试脚本 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author 李恒道 // @match https://www.baidu.com/ // @icon https://www.google.com/s2/favicons?domain=baidu.com // @grant unsafeWindow // @grant GM_addStyle // ==/UserScript== GM_addStyle('#s_main{display:none !important}') GM_addStyle('#lm-new{display:none !important}') GM_addStyle('.s-bottom-layer-content{display:none !important}') GM_addStyle('#s-usersetting-top{display:none !important}') GM_addStyle('#head{min-height:auto !important}') GM_addStyle('html{overflow-y: hidden !important}') GM_addStyle('#head_wrapper{min-height: 600px; !important}') GM_addStyle('#lg{margin-bottom: 40px; !important}') let list=document.querySelectorAll('.mnav') for(let index=0;index