Greasy Fork

ADS

try to take over the world!

目前为 2016-08-02 提交的版本。查看 最新版本

// ==UserScript==
// @name         ADS
// @namespace    http://tampermonkey.net/
// @version      0.15
// @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/*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

// Your code here...
setInterval(function(){window.close();},100);