Skip to content

Instantly share code, notes, and snippets.

@oxguy3
Last active August 29, 2015 14:24
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 oxguy3/db5b1c799d472f244f23 to your computer and use it in GitHub Desktop.
Save oxguy3/db5b1c799d472f244f23 to your computer and use it in GitHub Desktop.
import jQuery via console (for fiddling with other people's websites)
var f = document.createElement('script');
f.setAttribute("src", "https://code.jquery.com/jquery-1.11.3.min.js")
document.getElementsByTagName("head")[0].appendChild(f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment