Skip to content

Instantly share code, notes, and snippets.

@anhkind
Last active August 29, 2015 14:07
Show Gist options
  • Save anhkind/4fcd630b77ac3e24c9fc to your computer and use it in GitHub Desktop.
Save anhkind/4fcd630b77ac3e24c9fc to your computer and use it in GitHub Desktop.
Inject JS file
javascript:(function(){ var file = prompt("Paste URL of the js file here:"); document.body.appendChild(document.createElement('script')).src=file;})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment