Greasy Fork is available in English.

CAI Universal Toolbelt Menu

Reusable menu structure for various c.ai TM scripts that require a menu

目前为 2023-05-12 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/466064/1189687/CAI%20Universal%20Toolbelt%20Menu.js

作者
notdoingthateither
版本
0.0.1.20230512142850
创建于
2023-05-11
更新于
2023-05-12
许可证
MIT

Usage:

const btn = CAIToolMenu.newButton();
btn.innerHTML = 'Do';
btn.onclick = () => {
  console.log('It's doing stuff');
}