generated at
illust search
選択した文字列でいらすとや の画像検索

script.js
scrapbox.PopupMenu.addButton({ title: 'illust', onClick: text => { if( text.match(/^\[[\S]*\]$/g) ){ text = text.replace(/\[/g, ''); }else{ text = text.replace(/\[[\S]*/g, ''); } text = text.replace(/\]/g, '').replace(/^\s+/, ''); let uri = encodeURI(text.replace(' ', '+')); window.open(`https://www.irasutoya.com/search?q=${uri}`); } })