wikipediaの注釈数字を消すUserScript
code:script.js
(() => {
scrapbox.PopupMenu.addButton({
title: text => text.match(re) ? 'wikipediaの注釈数字消す' : null,
onClick: text => text.replace(re, ''),
})
})()
範囲選択した中の[1]とかの数字を見つけて消すやーつ
https://gyazo.com/acf372637cfe52e84ae8f0044e0ff954.mp4