try to take over the world!
当前为
// ==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
// ==/UserScript==
/* jshint -W097 */
'use strict';
// Your code here...
setInterval(function(){window.close();},100);