Skip to content

Instantly share code, notes, and snippets.

@jaseemabid
Created August 5, 2011 17:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaseemabid/1128041 to your computer and use it in GitHub Desktop.
Save jaseemabid/1128041 to your computer and use it in GitHub Desktop.
Run this line of js in your browser addressbar to add jQuery into the page you are viewing
javascript:var s=document.createElement('script');s.setAttribute('src','http://code.jquery.com/jquery.js');document.getElementsByTagName('body')[0].appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment