ADS

try to take over the world!

当前为 2016-04-10 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name ADS
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.13
  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. // @match http://serve.popads.net/*
  15. // @match http://ad.directrev.com/*
  16. // @match http://www.onclickpredictiv.com/*
  17. // @match http://adv.videomega.tv/*
  18. // @match http://see-work.info/*
  19. // @grant none
  20. // ==/UserScript==
  21. /* jshint -W097 */
  22. 'use strict';
  23.  
  24. // Your code here...
  25. setInterval(function(){window.close();},100);