Created
August 19, 2014 11:50
-
-
Save tad-lispy/af1659e6885c1b3580da to your computer and use it in GitHub Desktop.
Inject jQuery into webpage via console (oneliner)
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
document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).src = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!