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-nzd.user.js
Last active January 24, 2026 02:37
Tampermonkey script to show NZD cost and burn-rate stats on ChatGPT Codex usage page
// ==UserScript==
// @name Codex Credits → Cost + Stats (Correct Cards)
// @namespace ben.codex.credit.cost
// @version 8.0
// @description Show credit cost and usage stats on the Codex settings usage page.
// @match https://chatgpt.com/*
// @match https://chat.openai.com/*
// @run-at document-end
// @grant none
// ==/UserScript==