try to take over the world!
目前為
// ==UserScript==
// @name ADS
// @namespace http://tampermonkey.net/
// @version 0.8
// @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/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
// Your code here...
setInterval(function(){window.close();},100);