Last active
August 29, 2015 14:21
-
-
Save Sloaix/2918f8660d08d94d0238 to your computer and use it in GitHub Desktop.
Include jQuery in the JavaScript Console
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
var script = document.createElement('script');script.src = "http://libs.useso.com/js/jquery/1.10.0/jquery.min.js";document.getElementsByTagName('head')[0].appendChild(script); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment