你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/462013-abnormal-menu,源站連結 點此以跳轉。
This is a JavaScript script that creates a menu for scripts.
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.org.cn/scripts/462013/1164920/Abnormal%20Menu.js
Abnormal Menu is a JavaScript library for creating customizable menus. It provides various components such as buttons, switches, select menus, and file drops.
You can include Anormal Menu in your script project by adding the script header below to your Tampermonkey script file:
// @require https://greasyfork.org.cn/scripts/462013-abnormal-menu/code/Abnormal%20Menu.js?version=1164919
To create a menu, simply call the CreateMenu function and pass in an object with the following properties:
var menu = new CreateMenu({
title: "Menu Title",
startX: 10,
startY: 10,
width: 600,
height: 600,
pin: true
});
For more information and examples, please refer to the official documentation: Abnormal Menu Documentation
I hope this helps! Let me know if you have any other questions.