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
Инсталации дневно
7
Инсталации общо
9
Рейтинг
0 0 0
Версия
1.0
Създаден
08.03.2026
Обновен
08.03.2026
Размер
20 КБ
Лиценз
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.