script.jsscrapbox.PopupMenu.addButton({ title: '[→[', onClick: text => text .replace(/\[/g, '[') .replace(/\]/g, ']') });
\