Neopets Inventory beta quick link

Life is full of pain and sadness

目前为 2021-01-06 提交的版本。查看 最新版本

// ==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>')}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址