[Neopets] NeoPass Pop Up Begone

Get that crap outta my face dog

// ==UserScript==
// @name         [Neopets] NeoPass Pop Up Begone
// @namespace    https://greasyfork.org/en/scripts/495208/
// @version      0.2
// @description  Get that crap outta my face dog
// @author       You
// @match        https://www.neopets.com/*
// @match        https://*.neopets.com/*
// @match        https://neopets.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=neopets.com
// @grant        GM.addStyle
// @license      MIT
// ==/UserScript==

GM.addStyle(`#np_notice {display:none;}`);