Last active
April 12, 2017 21:13
-
-
Save mebubo/23980f82d659de89afec49119ec688ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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