您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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>')}