// ==UserScript== // @name ADS // @namespace http://tampermonkey.net/ // @version 0.17 // @description try to take over the world! // @author You // @match http://www.tradeadexchange.com/* // @match http://onclickads.net/* // @match http://www.avtv.cc/* // @match http://www.terraclicks.com/* // @match http://apapi.dc121677.com/* // @match http://videowood.tv/pop // @match http://www.adcash.com/ad/* // @match http://serve.popads.net/* // @match http://ad.directrev.com/* // @match http://www.onclickpredictiv.com/* // @match http://adv.videomega.tv/* // @match http://see-work.info/* // @match http://adplexmedia.adk2x.com/* // @match http://adrunnr.com/* // @match http://*.mackeeper.com/* // @match http://serve.popads.net/* // @grant none // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; // Your code here... setInterval(function(){window.close();},100);