Perplexity Status HUD

Show Perplexity rate limits, settings, and model match/mismatch HUD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
TheChadd
일일 설치 수
8
총 설치 수
9
평점
0 0 0
버전
1.0
생성일
2026-03-08
갱신일
2026-03-08
크기
15.9KB
라이선스
MIT
적용 사이트

Perplexity Status HUD adds a small floating panel on Perplexity.ai that shows your live usage limits, account settings, and which model actually answered your last request (vs the one you selected).

The HUD is draggable, remembers its position, and updates automatically as you use Perplexity.

What it shows

  • Remaining Pro Search, Deep Research, Labs, and file upload limits (fetched from /rest/rate-limit/all and /rest/user/settings using your existing session).
  • Total query count and time zone.
  • A “AI Model” indicator that highlights when the display_model returned by Perplexity does not match the user_selected_model.
  • A detailed modal with: recent model history, MCP / connector usage, subscription tier, training on/off, default image model, Pages cap, and connected services list.

How it works

  • Hooks window.fetch on perplexity.ai and inspects JSON responses for display_model and user_selected_model.
  • Calls Perplexity’s own internal endpoints from the same origin, does not send data to any third party, and stores only a small state object in localStorage (ppx_v16_pos, ppx_mod) to remember HUD position and model history.
  • Runs automatically on https://perplexity.ai/* and https://www.perplexity.ai/* in normal browsers with a userscript manager.

Credits

Original idea and bookmarklet UI by u/banecorn, from this Reddit post:
“Built a floating dashboard to track Perplexity Pro limits” (r/perplexity_ai).

This userscript is simply a cleaned-up Tampermonkey port of that bookmarklet so it runs automatically without needing to click the bookmark.

Additional info (Installation / usage snippet to include at bottom of description or on Reddit)

Installation

  1. Install a userscript manager (recommended: Tampermonkey or Violentmonkey).
  2. Click the Install this script button on Greasy Fork.
  3. Open any page on perplexity.ai in a normal browser tab (extensions must be allowed).
  4. You should see a small floating HUD in the top-right; drag it wherever you like.

Notes

  • Works in standard browsers (Chrome, Edge, Firefox, Brave, etc).
  • Does not run in the Perplexity Comet desktop browser, since Comet does not support Tampermonkey or other extension-based userscripts; there you can keep using the original bookmarklet.
  • Data stays on perplexity.ai; the script never calls external domains.