Skip to content

Instantly share code, notes, and snippets.

@Sloaix
Last active August 29, 2015 14:21
Show Gist options
  • Save Sloaix/2918f8660d08d94d0238 to your computer and use it in GitHub Desktop.
Save Sloaix/2918f8660d08d94d0238 to your computer and use it in GitHub Desktop.
Include jQuery in the JavaScript Console
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