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

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey, Greasemonkey или Violentmonkey.

Для установки этого скрипта вам необходимо установить расширение, такое как Tampermonkey.

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey или Violentmonkey.

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey или Userscripts.

Чтобы установить этот скрипт, сначала вы должны установить расширение браузера, например Tampermonkey.

Чтобы установить этот скрипт, вы должны установить расширение — менеджер скриптов.

(у меня уже есть менеджер скриптов, дайте мне установить скрипт!)

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

(у меня уже есть менеджер стилей, дайте мне установить скрипт!)

Автор
Optimistic
Установок в день
3
Всего установок
3
Оценки
0 0 0
Версия
1.0.1
Создано
09.06.2026
Обновлено
09.06.2026
Размер
116,6 КБ
Лицензия
MIT
Работает на

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