Skip to content

Instantly share code, notes, and snippets.

@michaelwills
Forked from timnew/gist:3137257
Last active November 24, 2015 12:59
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 michaelwills/68f9b16a88dd27e8fd8f to your computer and use it in GitHub Desktop.
Save michaelwills/68f9b16a88dd27e8fd8f to your computer and use it in GitHub Desktop.
Inject Javascript to current page
javascript:var s = 'http://code.jquery.com/jquery-1.7.2.min.js'; var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src=s);void(b.appendChild(z));}else{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment