Ebi's bookmarklet

サイトをGoogle翻訳

Installation

サイトをGoogle翻訳 ←Please drag & drop this button to bookmark bar
or copy & paste code below

Description

現在表示しているサイトをGoogle翻訳します。

Source code

google-translate.js
window.open(`https://translate.google.com/translate?sl=auto&tl=ja&hl=en&u=${encodeURIComponent(location.href)}`)

Minified source code

javascript:window.open(`https://translate.google.com/translate?sl=auto&tl=ja&hl=en&u=${encodeURIComponent(location.href)}`);
Edit this page