① Neopets — Core & Layout

Foundation script for the suite. Defines the common theme tokens (CSS vars + accent palette + button-icon themes), draws the fixed top bar (search, NST clock, quest log, alerts bell), wraps page content in a centered responsive frame, and hides ads / sidebars / native nav while leaving the underlying nodes intact so Neopets' own JS keeps working.

スクリプトをインストールするには、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日のインストール数
1
累計インストール数
1
評価
0 0 0
バージョン
3.28.2
作成日
2026/06/09
更新日
2026/06/09
大きさ
67.5KB
ライセンス
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

The Core script is the **foundation** for the suite. It provides:

- A fixed top bar with hover menus (Community / Games / Explore / Shop / Premium), NST clock, quest log shortcut, alerts bell, and search box.
- A centered responsive frame around the page content (clamped to 1100px wide max).
- Shared theme tokens (CSS variables + accent palette + button-icon themes) consumed by the other scripts in the suite.
- Ad / sidebar / native nav hiding, with the underlying DOM kept intact so Neopets' own JS keeps working.

## How to install

1. Install [Tampermonkey](https://www.tampermonkey.net/) in your browser.
2. Click **Install** on this page.
3. Reload neopets.com — the new top bar should appear.

## Customize

- **Top-bar menus**: hover a category, click the "+ Add link" button at the bottom of the dropdown to add custom shortcuts.
- **Accent color & button theme**: open the **③ Background & Decor** script's right-side picker (the `❮` handle on the right edge of the screen).
- **Bell notifications**: pulls your latest alerts from Neopets every 5 minutes, with a one-click dismiss.

## The full suite

This script works **standalone**, but pairs with the other 4 scripts of the suite:

- ② HUD — left-side stack (user, bank, NP, QuickRef, pet image, side buttons)
- ③ Background & Decor — animated bg + DTI picker + accent/theme settings
- ④ Dailies Sidebar — collapsed sidebar with all dailies + cooldown tracking
- ⑤ QuickRef Pet Card — full revamp of `/quickref.phtml` in Pokémon-card style

## Privacy / safety

- No automation. Every action is a user click.
- Settings are stored locally (localStorage) — nothing leaves your browser.
- Open-source, auditable.