Skip to content

Instantly share code, notes, and snippets.

View benhook1013's full-sized avatar

Ben Hook benhook1013

View GitHub Profile
@benhook1013
benhook1013 / codex-credits.user.js
Last active March 24, 2026 04:13
Tampermonkey script to show cost and burn-rate stats on ChatGPT Codex usage page
// ==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==