Neopets Inventory beta quick link

Life is full of pain and sadness

目前為 2021-01-06 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         Neopets Inventory beta quick link
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Life is full of pain and sadness
// @author       Fuzzy
// @match        http://www.neopets.com/inventory.phtml*
// @grant        none
// @icon         https://media.discordapp.net/attachments/793396281753337866/796492503033053214/pixeloctopus.gif?width=469&height=469
// ==/UserScript==

let c_url = window.location.href;
c_url = window.location.href
if (c_url === "http://www.neopets.com/inventory.phtml" || c_url === "https://www.neopets.com/inventory.phtml") {
    $('.navsub-left__2020').append('&nbsp&nbsp;<a href="http://www.neopets.com/customise/classic.phtml">Classic Customisation</a>&nbsp&nbsp;<a href="http://www.neopets.com/items/transfer_list.phtml">Item Transfer Log</a>&nbsp&nbsp;<a href="http://www.neopets.com/battledome/battledome.phtml">Battledome</a>&nbsp&nbsp;<a href="http://www.neopets.com/island/tradingpost.phtml">Trading Post</a>&nbsp&nbsp;<a href="http://www.neopets.com/gallery/index.phtml?view=all">Gallery</a>&nbsp&nbsp;<a href="http://www.neopets.com/safetydeposit.phtml">SDB</a>&nbsp&nbsp;<a href="http://www.neopets.com/market.phtml?type=your">My Shop</a>&nbsp&nbsp<a href="http://www.neopets.com/quickstock.phtml">Quick Stock</a><br><br>')}