script.js(() => { const re = /\[\d+\]/g scrapbox.PopupMenu.addButton({ title: text => text.match(re) ? 'wikipediaの注釈数字消す' : null, onClick: text => text.replace(re, ''), }) })()
[1]