Greasy Fork is available in English.

CAI Universal Toolbelt Menu

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

As of 12.05.2023. See ბოლო ვერსია.

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greasyfork.org/scripts/466064/1189757/CAI%20Universal%20Toolbelt%20Menu.js.

ავტორი
notdoingthateither
ვერსია
0.0.1.20230512175458
შექმნილია
11.05.2023
განახლებულია
12.05.2023
ლიცენზია
MIT

Usage:

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