Greasy Fork 支持简体中文。

GC Block Pet Names

Allows you to block specific pet names and replace them with "A Neopet".

作者
sanjix
今日安裝
0
安裝總數
3
評價
0 0 0
版本
0.2
建立日期
2025-01-07
更新日期
2025-01-07
尺寸
2.8 KB
授權條款
MIT
腳本執行於

Allows you to block pet names that make you uncomfy. Please dm me on discord or GC if you find any pages this isn't working on. Currently checks userlookups, petlookups, pet pages, and all the pet HSTs I could think of.

Enter pet names exactly as they appear on the site between the [] brackets on line 25. Each name should be in quotation marks (single or double is fine). Separate names with commas. For example the line below would hide the pets with the names "Pet 1", "Pet2", and "No":
var block = ['Pet 1', 'Pet2', 'No'];

If you want to customize the replacement text (default is "A Neopet"), change the text between the single quotes in line 31.