ๅฅ็‚นๅˆ‡
#UserScript
code:script.js
scrapbox.PopupMenu.addButton({
title: text => text.match(/ใ€‚./) ? 'ๅฅ็‚นๅˆ‡ใ‚Š' : null,
onClick: text => text.replace(/ใ€‚./g, '\n'),
})
ๅฅ็‚นๆฎ‹ใ™
text => text.replace(/[ใ€‚.]/g, '$&\n')
https://gyazo.com/796acc105940e654f3447de3c32d1929