Perplexity Status HUD

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
TheChadd
Cài đặt hàng ngày
8
Số lần cài đặt
9
Đánh giá
0 0 0
Phiên bản
1.0
Đã tạo
08-03-2026
Đã cập nhật
08-03-2026
Kích thước
20 KB
Giấy phép
MIT
Áp dụng cho

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.