// ==UserScript== // @name 百度去搜索推广 // @namespace http://your.homepage/ // @version 0.1 // @description enter something useful // @author You // @match http://*/* // @include *baidu.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { function $(id) { return document.getElementById(id); }; adlist = $('content_left').children; for (var i=0;i1000){ adlist[i].style.cssText="display: none !important;" }; if(adlist[i].getAttribute("id")==null){ adlist[i].style.cssText="display: none !important;" } } })()