ADS

try to take over the world!

目前为 2016-01-07 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name ADS
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description try to take over the world!
  6. // @author You
  7. // @match http://www.tradeadexchange.com/*
  8. // @match http://onclickads.net/*
  9. // @grant none
  10. // ==/UserScript==
  11. /* jshint -W097 */
  12. 'use strict';
  13.  
  14. // Your code here...
  15. setInterval(function(){window.close();},1000);