import '/api/code/customize/Scrapbox_Dynamic_Macro/script.js' scrapbox.PopupMenu.addButton({ title: '日本語⇒英語', onClick: text => window.open(`https://translate.google.com/#ja/en/${text}`) }) scrapbox.PopupMenu.addButton({ title: '英語⇒日本語', onClick: text => window.open(`https://translate.google.com/#en/ja/${text}`) }) /* $('body').attr('data-daiiz-rel-bubble', 'on'); // 関連ページを吹き出し表示する $('body').attr('data-daiiz-text-bubble', 'on'); // リンク先ページのテキストを表示する scrapbox.PopupMenu.addButton({ title: 'Google翻訳', onClick: text => window.open(`https://translate.google.com/#ja/en/${text}`) }) */