Life is full of pain and sadness
// ==UserScript==
// @name Neopets Beta Navigation Bar
// @namespace http://tampermonkey.net/
// @version 0.7
// @description Life is full of pain and sadness
// @author Fuzzy
// @match http://www.neopets.com/*
// @match https://www.neopets.com/*
// @grant none
// @icon https://media.discordapp.net/attachments/793396281753337866/796492503033053214/pixeloctopus.gif?width=469&height=469
// ==/UserScript==
{
$('.navsub-left__2020').append('  \
<a href="https://www.neopets.com/customise/">Customisation</a>  \
<a href="https://www.neopets.com/items/transfer_list.phtml">Item Transfer Log</a>  \
<a href="https://www.neopets.com/battledome/battledome.phtml">Battledome</a>  \
<a href="https://www.neopets.com/safetydeposit.phtml">SDB</a>  \
<a href="https://www.neopets.com/inventory.phtml">Inventory</a>  \
<a href="https://www.neopets.com/quickstock.phtml">Quick Stock</a>  \
<a href="https://www.neopets.com/island/tradingpost.phtml">Trading Post</a>  \
<a href="https://www.neopets.com/gallery/index.phtml?view=all">Gallery</a>  \
<a href="https://www.neopets.com/market.phtml?type=your">My Shop</a><br>')}