Perplexity Status HUD

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
TheChadd
Günlük kurulumlar
8
Toplam kurulumlar
9
Değerlendirmeler
0 0 0
Versiyon
1.0
Oluşturulma
08.03.2026
Güncellenme
08.03.2026
Boyut
15,9 KB
Lisans
MIT
Geçerli

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.