Автор: Gluek — Категории: google, browsers, tweak, javascript — 2:39
Добавляем кнопки Google-переводчика в свой браузер — тащим ссылку на панель закладок:
**»[русский на английский](javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=”){location.href=‘http://translate.google.com/translate_t?text=‘+t+‘&hl=ru&langpair=ru|en&tbb=1&ie=‘+e;}else{location.href=‘http://translate.google.com/translate?u=‘+escape\(location.href\)+‘&hl=ru&langpair=ru|en&tbb=1&ie=‘+e;};)
**»[английский на русский](javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=”){location.href=‘http://translate.google.com/translate_t?text=‘+t+‘&hl=ru&langpair=en|ru&tbb=1&ie=‘+e;}else{location.href=‘http://translate.google.com/translate?u=‘+escape\(location.href\)+‘&hl=ru&langpair=en|ru&tbb=1&ie=‘+e;};)
Если Вам попадется в Интернете фрагмент текста, который Вы захотите перевести, выделите этот текст мышкой и нажмите на кнопку. Чтобы перевести всю веб-страницу, просто нажмите на кнопку.