@NeverMind浅发一个一键更新AccessToken到Chat2API的油猴脚本 中发帖

作用:给ChatGPT的页面添加一个按钮,点击后自动获取最新 token 并更新到 chat2api 的 token 列表 
使用前务必将 CHAT2API_URL 替换为你的 Chat2API 接口地址
使用前务必将 CHAT2API_URL 替换为你的 Chat2API 接口地址
使用前务必将 CHAT2API_URL 替换为你的 Chat2API 接口地址
安装完成后打开 https://chatgpt.com/api/auth/session 就可以看到一个大大的更新按钮
// ==UserScript==
// @name 更新 ChatGPT AccessToken
// @description 在 ChatGPT 的 session 页面点击自动更新 AccessToken 到 Chat2API 中
// @author NeverMi...