机场流量签到

进行每天机场流量签到

  1. // ==UserScript==
  2. // @name 机场流量签到
  3. // @namespace https://www.bmt.pub/
  4. // @version 1.0
  5. // @description 进行每天机场流量签到
  6. // @author 院长
  7. // @require https://code.jquery.com/jquery-3.4.1.min.js
  8. // @include http://*
  9. // @include https://*
  10. // @grant GM_getValue
  11. // @grant GM.getValue
  12. // @grant GM_setValue
  13. // @grant GM.setValue
  14. // @grant GM_addStyle
  15. // @grant GM_xmlhttpRequest
  16. // @grant GM_getResourceText
  17. // @grant GM_registerMenuCommand
  18. // @grant unsafeWindow
  19. // ==/UserScript==
  20. //正文
  21. window.onload=function() {
  22. $("a.btn.btn-icon.icon-left.btn-primary")[0].click();
  23. };

QingJ © 2025

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