⑤ Neopets — QuickRef Pet Card

Full revamp of /quickref.phtml into a Pokemon-card style layout, themed with Neopets h5 assets. Standalone (no dependency on the other scripts in this collection). Embedded theme list, default theme stored locally, each pet card can be assigned its own theme via the bottom carousel arrows. Right-click an arrow to reset that pet to the default theme. Also tracks per-pet stat history and shows a small evolution graph.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Optimistic
Instalaciones diarias
3
Instalaciones totales
3
Calificaciones
0 0 0
Versión
1.0.1
Creado
9/6/2026
Actualizado
9/6/2026
Tamaño
117 KB
Licencia
MIT
Funciona en

**Part of the [Neopets QoL Suite](https://greasyfork.org/fr/users/1611043-optimistic)** — a set of 5 modular userscripts that modernize the Neopets.com browsing experience.

## What this script does

A full **revamp of the `/quickref.phtml` page** into a card style layout, themed with native Neopets H5 assets. Runs **only** on the QuickRef page — no impact anywhere else.

For each of your pets:

- **Pokémon-style header** — name + colour/species chips + animated HP bar + theme avatar.
- **Pet image** in a square frame with rounded black border, with the active pose swapped to the "happy" variant.
- **Stats grid** — Age (with calculated birthday), Mood, Hunger, Intel, Petpet/Petpetpet, plus an auto-fetched Fishing skill from `petlookup.phtml`.
- **Notices column** — Lab Ray notice, sick pet notice, weather, etc., cleaned up and re-styled.
- **Bottom action bar** — Customize, Quick Reference, Pet Page, Profile, …

## Bonus: stat history & evolution graph

The script **records a daily snapshot** of each pet's stats (Level / HP / Str / Def / Move) and lets you view a small evolution graph. Toggle the view via the icon in the top-right of each card:

- **Profile view** — the default Pokémon-card layout.
- **Log view** — replaces the notices column with an SVG graph + a "Today this pet gained X" summary. Switch between "All stats" (delta from the first snapshot) and "HSD" (HP + Str + Def, the official cap).

## Per-pet themes

Each pet card can have its own Neopets H5 theme. Use the **carousel arrows** at the bottom-left/right of each card to cycle through 18 themes (Constellations, Faerie Festival, Haunted Woods, Mystery Island, Tyrannia…). The picked theme becomes the new default for cards without an explicit override. **Right-click an arrow** to reset that pet to the default theme.

## Bonus: sick-pet heal overlay

If a pet is sick, the script overlays a cooling-ointment GIF on the pet image with a one-click link to the SDB filter for healing items.

## How to install

1. Install [Tampermonkey](https://www.tampermonkey.net/) in your browser.
2. Click **Install** on this page.
3. Open `/quickref.phtml` — the new layout appears.

## Standalone

This script is **fully standalone** — no dependency on the other scripts in the suite. It embeds its own theme list and asset cache (per-theme image probes are cached to `localStorage` after the first visit).

## Privacy / safety

- No automation. Stats are recorded locally only when you visit your QuickRef page.
- `petlookup.phtml` is fetched only for your **own** pet names (extracted from the QuickRef page).
- All data persists locally (`localStorage`). Nothing is sent off-site.