generated at
google search


選択した部分をググれる! それだけ
[]タグ で囲ってある部分もそのまま選択してうまくいくようにした

テスト用
yahoo
yahoo
yahoo
yahoo

script.js
scrapbox.PopupMenu.addButton({ title: 'google', 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://google.co.jp/search?q=${uri}`); } })