// ==UserScript== // @name ADS // @namespace http://tampermonkey.net/ // @version 0.3 // @description try to take over the world! // @author You // @match http://www.tradeadexchange.com/* // @match http://onclickads.net/* // @grant none // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; // Your code here... setInterval(function(){window.close();},100);