Last active
August 29, 2015 14:07
-
-
Save anhkind/4fcd630b77ac3e24c9fc to your computer and use it in GitHub Desktop.
Inject JS file
This file contains 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 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