Skip to content

Instantly share code, notes, and snippets.

@guimello
Created September 20, 2011 01:11
Show Gist options
  • Save guimello/1228065 to your computer and use it in GitHub Desktop.
Save guimello/1228065 to your computer and use it in GitHub Desktop.
Load jquery on any page through console
javascript:void((function(){j=document.createElement("SCRIPT");j.src="http://code.jquery.com/jquery-latest.pack.js";document.getElementsByTagName("HEAD")[0].appendChild(j);})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment