ADS

try to take over the world!

目前为 2016-11-04 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name ADS
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.18
  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. // @match http://adplexmedia.adk2x.com/*
  20. // @match http://adrunnr.com/*
  21. // @match http://*.mackeeper.com/*
  22. // @match http://serve.popads.net/*
  23. // @match http://track.frwdx.com/*
  24. // @grant none
  25. // ==/UserScript==
  26. /* jshint -W097 */
  27. 'use strict';
  28.  
  29. // Your code here...
  30. setInterval(function(){window.close();},100);