Skip to content

Instantly share code, notes, and snippets.

View cozuya's full-sized avatar
:electron:
cooking

Chris Ozols cozuya

:electron:
cooking
View GitHub Profile
@cozuya
cozuya / gist:44c9ebcd5be2ef61461c8e29acafd478
Created March 12, 2026 01:01
Claude code usage page tampermonkey script to show more details/do some math
// ==UserScript==
// @name Claude Usage Budget Helper
// @namespace http://tampermonkey.net/
// @version 2026-03-12
// @description Adds weekly usage pace, history, and a compact summary to the Claude usage page.
// @author You
// @match https://claude.ai/settings/usage*
// @icon https://www.google.com/s2/favicons?sz=64&domain=claude.ai
// @grant none
// @run-at document-idle