nobiyou (@Kairy_Yong) 在 一个自用的额度重置信息查看脚本,分享大家用 中发帖
[image]
一个查看额度重置信息的脚本,方便自己用的,分享出来,有需要自行修改使用。
脚本代码:
// ==UserScript==
// @name ChatGPT Rate Limit Reset Credits
// @namespace https://chatgpt.com/
// @version 2.1
// @description 图标收起展开 + 全中文紧凑布局
// @author nobiyou
// @match https://chatgpt.com/*
// @run-at document-idle
// @grant none
// ==/UserScript==
(function () {
"use strict";
let panel, co...