This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Z.ai Quota Reset Time Display | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description 捕获配额接口获取日期并写到界面上 | |
| // @author Maicss | |
| // @match https://z.ai/manage-apikey/subscription | |
| // @run-at document-start | |
| // @grant none | |
| // ==/UserScript== |