Skip to content

Instantly share code, notes, and snippets.

@timnew
Created July 18, 2012 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timnew/3137257 to your computer and use it in GitHub Desktop.
Save timnew/3137257 to your computer and use it in GitHub Desktop.
Inject Javascript to current page
javascript:var%20b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://code.jquery.com/jquery-1.7.2.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