Skip to content

Instantly share code, notes, and snippets.

@ParoTheParrot
Last active November 8, 2021 13:28
Show Gist options
  • Save ParoTheParrot/366168b908991de3584d98e9dfe77bd9 to your computer and use it in GitHub Desktop.
Save ParoTheParrot/366168b908991de3584d98e9dfe77bd9 to your computer and use it in GitHub Desktop.
translate linguee #firefox #bookmarklet
javascript:(function(){var%20a=window.getSelection(),b='';if(a!=''){a=encodeURIComponent(a)}else{a='u='+encodeURIComponent(location.href);b='translate'};window.open('https://app.linguee.de/deutsch-englisch/search?source=auto&query='+b+a,'_blank','height=800,width=600,noreferrer,noopener')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment