ADS

try to take over the world!

当前为 2016-02-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name ADS
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.8
  5. // @description try to take over the world!
  6. // @author You
  7. // @match http://www.tradeadexchange.com/*
  8. // @match http://onclickads.net/*
  9. // @match http://www.avtv.cc/*
  10. // @match http://www.terraclicks.com/*
  11. // @match http://apapi.dc121677.com/*
  12. // @match http://videowood.tv/pop
  13. // @match http://www.adcash.com/ad/*
  14. // @grant none
  15. // ==/UserScript==
  16. /* jshint -W097 */
  17. 'use strict';
  18.  
  19. // Your code here...
  20. setInterval(function(){window.close();},100);