// ==UserScript== // @name 百度广告去除 // @namespace http://ide.yumc.pw/ // @version 0.0.2 // @description 去除百度上下推广广告 // @author MiaoWoo // @include http*://*.baidu.* // @grant none // @namespace yumc // ==/UserScript== (function() { 'use strict'; function clear(){ var content = document.getElementById('content_left') var result = content.childNodes; for (var i = 0; i