Skip to content

Instantly share code, notes, and snippets.

@molcik
Created January 22, 2017 16:43
Show Gist options
  • Save molcik/6fa8cef8b70990059f4d4b2dc12cd0df to your computer and use it in GitHub Desktop.
Save molcik/6fa8cef8b70990059f4d4b2dc12cd0df to your computer and use it in GitHub Desktop.
function run(input) {
var output = "http://translate.google.com/#en/cs/" + encodeURIComponent(input)
return output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment