script.jsscrapbox.PopupMenu.addButton({ title: 'h2', onClick: function (text) { text = '<h2>' + text + '</h2>'; return text; } });