CAI Universal Toolbelt Menu

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

As of 12/05/2023. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/466064/1189687/CAI%20Universal%20Toolbelt%20Menu.js

Autor
notdoingthateither
Verzija
0.0.1.20230512142850
Napravljeno
11/05/2023
Ažurirano
12/05/2023
Licenca
MIT

Usage:

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