您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Loader for Lux's Libraries
当前为
- // ==UserScript==
- // @name Idle-Pixel - Lux Libs
- // @namespace luxferre.dev
- // @version 1.0.2
- // @description Loader for Lux's Libraries
- // @author Lux-Ferre
- // @license MIT
- // @match *://idle-pixel.com/login/play*
- // @grant none
- // @require https://greasyfork.org/scripts/484046/code/IdlePixel%2B%20Custom%20Handling.js?anticache=20240725
- // @require https://greasyfork.org/scripts/491983-idlepixel-plugin-paneller/code/IdlePixel%2B%20Plugin%20Paneller.js?anticache=20240725
- // @require https://greasyfork.org/scripts/501360/code/Idle-Pixel%20Teams%20Storage%20Manager.js?anticache=20240725
- // ==/UserScript==
- (function() {
- console.log("Lux Libs Loaded")
- })()