ReloadPage 2.5min

try to take over the world!

  1. // ==UserScript==
  2. // @name ReloadPage 2.5min
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://freebitco.in/
  8. // @match http://example.com/
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. setTimeout(function(){ location.reload(); }, 2000*10*6);
  15. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址