Skip to content

Instantly share code, notes, and snippets.

@mebubo
Last active April 12, 2017 21:13
Show Gist options
  • Select an option

  • Save mebubo/23980f82d659de89afec49119ec688ff to your computer and use it in GitHub Desktop.

Select an option

Save mebubo/23980f82d659de89afec49119ec688ff to your computer and use it in GitHub Desktop.
javascript:(function () { var childWindow; document.addEventListener('mouseup', function(e) { var selection = window.getSelection().toString().trim(); if (selection) { if (!childWindow) { childWindow = window.open("about:blank", "Translate", "width=500,height=500"); } childWindow.location = "https://lingvolive.ru/translate/fr-ru/" + selection; } }); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment