おみくじMenu
https://gyazo.com/7bbe1194f96e01b07808be6a64d5ea05
code:script.js
scrapbox.PageMenu.addMenu({
title: 'おみくじ',
icon: 'fas fa-torii-gate'
})
scrapbox.PageMenu('おみくじ').addItem({
onClick: () => null
})
addItemのtitleにstringを返す関数を渡すと、Menu開閉毎に実行してくれる