Auto refresh D2L.com/wait.html

Automatically refresh wait.html on d2l

当前为 2014-11-25 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Auto refresh D2L.com/wait.html
  3. // @namespace autoRefreshD2L
  4. // @description Automatically refresh wait.html on d2l
  5. // @include http://dota2lounge.com/wait.html
  6. // @version final
  7. // @grant none
  8. // @author Endzior
  9. // ==/UserScript==
  10.  
  11. function changePage()
  12. {
  13. window.location = "http://dota2lounge.com";
  14. window.location = "http://dota2lounge.com/mybets"
  15. }
  16.  
  17. setTimeout(changePage(), 0);