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 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 |