一只特立独行的猪 (@Pigger)sub2api测活浏览器插件(参考佬友) 中发帖

// ==UserScript==
// @name         Sub2API 账号模型巡检并自动下线
// @namespace    https://sinry.example
// @version      0.2.0
// @description  分批巡检账号模型;401 自动关闭并永久跳过;429 usage_limit_reached 视为正常;支持 5h 冷却和进度条
// @match        http://127.0.0.1:8317/admin/accounts*
// @run-at       document-start
// @grant        none
// ==/UserScript==

(function () {
  'use strict';

  const CONFIG = {
    apiBase: locati...
 
 
Back to Top