Hacker News new | ask | show | jobs
by Max_Mustermann 2536 days ago
Here's a bookmarklet you can add to your bookmark bar for translating to English:

  javascript:s=document.selection?document.selection.createRange().text:window.getSelection?window.getSelection().toString():document.getSelection?document.getSelection():%27%27;location.href=(s==%27%27)?%27http://translate.google.com/translate?u=%27+escape(location.href)+%27&sl=auto&tl=en%27:%27http://translate.google.com/translate_t?text=%27+s+%27&sl=auto&tl=en%27;