UserScript:Google日中翻訳-繁体
選択したテキストをGoogle翻訳に送って翻訳する。
code:script.js
scrapbox.PopupMenu.addButton({
title: '🇯🇵🇹🇼',
onClick: text => {
const keyword = text.split(/\n/)
.map(line => line.replace(/\(.*)\/g,'$1')).join('\n'); window.open(https://translate.google.com/#ja/zh-TW/${encodeURIComponent(keyword)});
}
})
scrapbox.PopupMenu.addButton({
title: '🇹🇼🇯🇵',
onClick: text => {
const keyword = text.split(/\n/)
.map(line => line.replace(/\(.*)\/g,'$1')).join('\n'); window.open(https://translate.google.com/#zh-TW/ja/${encodeURIComponent(keyword)});
}
})
js-script-button.icon←実行ボタン
こんにちは
你好