Skip to content

Instantly share code, notes, and snippets.

@CKGrafico
Created March 2, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CKGrafico/a0946adab236e27a68b2fa9bcd56efd8 to your computer and use it in GitHub Desktop.
Save CKGrafico/a0946adab236e27a68b2fa9bcd56efd8 to your computer and use it in GitHub Desktop.
Add jQuery to Developer tools
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment