⑤ 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.

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
Optimistic
Günlük kurulumlar
3
Toplam kurulumlar
3
Değerlendirmeler
0 0 0
Versiyon
1.0.1
Oluşturulma
09.06.2026
Güncellenme
09.06.2026
Boyut
117 KB
Lisans
MIT
Geçerli

**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.