- SignalDesk2026-09-09
背景 我自己经常有一个需求,需要往 ChatGPT Team 对应的扣账卡里面充值,但经常拿不准具体时间点,只知道大概是今天。因此,我想搞一个脚本,好像之前也见过类似的,但找了一圈也没找到。于是,我使用 ChatGPT 一起做了一个,现在粘贴出来供有需要的人一起使用吧。 准确性 我个人体感时间应该还算准确吧,但也只是供参考 效果 代码 // ==UserScript== // @name ChatGPT 精确续费时间查看器 // @namespace https://chatgpt.com/ // @version 3.3.0 // @description 查看 ChatGPT Plus / Pro / Business 等订阅的精确续费时间,固定显示北京时间 // @author ChatGPT // @match https://chatgpt.com/ // @match https://.chatgpt.com/ // @match https://chat.openai.com/ // @run-at document-start // @grant none // ==/UserScript== (function () { 'use strict'; // ========================================================= // 配置 // ========================================================= const PANEL_ID = 'cgpt-renewal-panel-v33'; const STYLE_ID = 'cgpt-renewal-style-v33'; const STORAGE_COLLAPSED = 'cgpt-renewal-
- 情报分类:项目价值、技术价值
- 命中依据:分享具体小工具脚本
- 来源:服务器 / LINUX DO - 最新话题
- 原作者:lanlanlu
- 发布时间:2026/9/9 09:48:57
- 暂无回复