Perplexity Status HUD

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
TheChadd
Installazioni giornaliere
8
Installazioni totali
10
Valutazione
0 0 0
Versione
1.0
Creato il
08/03/2026
Aggiornato il
08/03/2026
Dimensione
15,9 KB
Licenza
MIT
Applica a

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.