lanlanlu (@GitHaha) 在 脚本分享:ChatGPT 精确续费时间查看器 中发帖
我自己经常有一个需求,需要往 ChatGPT Team 对应的扣账卡里面充值,但经常拿不准具体时间点,只知道大概是今天。因此,我想搞一个脚本,好像之前也见过类似的,但找了一圈也没找到。于是,我使用 ChatGPT 一起做了一个,现在粘贴出来供有需要的人一起使用吧。
我个人体感时间应该还算准确吧,但也只是供参考
先看效果
[image]
[image]
// ==UserScript==
// @name ChatGPT 精确续费时间查看器
// @namespace https://chatgpt.com/
// @version 3.3.0
// @description 查看 ChatGPT Plus / Pro / Business 等订阅的精确续费时间,固定显示北京时间
// @author ChatGPT
// @mat...