Skip to content

Instantly share code, notes, and snippets.

@monyskynet
Created July 26, 2013 02:07
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 monyskynet/6085502 to your computer and use it in GitHub Desktop.
Save monyskynet/6085502 to your computer and use it in GitHub Desktop.
Inject jQuery library
var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://code.jquery.com/jquery-latest.min.js');void(b.appendChild(z));}else{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment