GU.Conf

Config

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/30214/198229/GUConf.js

  1. // ==UserScript==
  2. // @name GU.Conf
  3. // @description Config
  4. // @version 1.0.1.2
  5. // @author Ori
  6. // @match *://gamdom.com/*
  7. // @namespace http://tampermonkey.net/
  8. // @run-at document-idle
  9. // ==/UserScript==
  10.  
  11. // [a, f]
  12.  
  13.  
  14. var CONFIG = (function() {
  15. return {
  16. users: [],
  17. once: function(...arg) {},
  18. pulse: function(...arg) {},
  19. };
  20. })();

QingJ © 2025

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