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 Codex Credits -> Cost + Stats (Visited Pages Accumulator) | |
| // @namespace ben.codex.credit.cost | |
| // @version 10.4 | |
| // @description Show converted cost, visible-page totals, and accumulated spend across visited Codex usage pages. | |
| // @match https://chatgpt.com/* | |
| // @match https://chat.openai.com/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |