Greasy Fork镜像 还支持 简体中文。

Auto Open Boxes lootbits

Auto open boxes- auto refresh

  1. // ==UserScript==
  2. // @name Auto Open Boxes lootbits
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Auto open boxes- auto refresh
  6. // @author Matheustbo
  7. // @match https://lootbits.io/dashboard.php
  8. // @grant none
  9. // @license Free for all
  10. // ==/UserScript==
  11.  
  12. $(document).ready(function(){
  13. document.getElementsByClassName("lootbox-side lootbox-side-front")[0].click();
  14.  
  15. setTimeout(function() {
  16. location.reload();
  17. }, 10000);
  18. });
  19.  

QingJ © 2025

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