⑤ 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, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Optimistic
1日のインストール数
3
累計インストール数
3
評価
0 0 0
バージョン
1.0.1
作成日
2026/06/09
更新日
2026/06/09
大きさ
117KB
ライセンス
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.