// ==UserScript== // @name 茄子去广告 // @namespace http://*/* // @version 0.1 // @description try to take over the world! // @author eggplant // @match *://*/* // @run-at document-end // @grant none // @downloadURL https://update.greasyfork.icu/scripts/376777/%E8%8C%84%E5%AD%90%E5%8E%BB%E5%B9%BF%E5%91%8A.user.js // @updateURL https://update.greasyfork.icu/scripts/376777/%E8%8C%84%E5%AD%90%E5%8E%BB%E5%B9%BF%E5%91%8A.meta.js // ==/UserScript== (function() { 'use strict'; var t1 = window.setInterval(main,2000); var adHostList = ['pos.baidu','tpc.googlesyndication.com','googleads']; function main(){ var iframes = document.querySelectorAll("iframe"); for(var i =0;i