Claude Usage Pace

Show whether Claude plan usage is ahead of or behind a linear limit pace.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
wolph
일일 설치 수
0
총 설치 수
3
평점
0 0 0
버전
1.0.3
생성일
2026-04-27
갱신일
2026-05-04
크기
13.7KB
라이선스
MIT
적용 사이트

Claude Usage Pace

Adds pace indicators to Claude's usage limits page so you can see whether your current usage is ahead of or behind a linear limit pace.

What It Shows

  • A vertical marker for the usage percentage that would match the current point in the reset window.
  • A compact label such as pace 38% - 21 points behind, pace 4% - on pace, or pace 99% - 1 point ahead.
  • Green, amber, and red fill colors for under/on pace, slightly ahead, and over limit pace.

Supported Rows

The script only changes these plan usage rows:

  • Current session
  • All models
  • Sonnet only
  • Claude Design

It intentionally leaves Additional features, routine runs, and Extra usage untouched.

Defaults

  • Current session window: 5 hours
  • Weekly limits window: 7 days
  • Weekly model rows reuse the All models reset time when Claude shows "You haven't used..." instead of a reset time.

You can edit the CONFIG object at the top of the script to adjust window lengths, thresholds, or colors.

Notes

This script does not make network requests and does not store data. It loads on https://claude.ai/* for more reliable userscript-manager injection, then only does UI work on https://claude.ai/settings*. This keeps Claude's single-page navigation from Billing to Usage observable.