Skip to content

Instantly share code, notes, and snippets.

@fallengiants
Last active December 15, 2015 23:38
Show Gist options
  • Select an option

  • Save fallengiants/5341324 to your computer and use it in GitHub Desktop.

Select an option

Save fallengiants/5341324 to your computer and use it in GitHub Desktop.
Inject JQuery
d=document;s=d.createElement('script');s.src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js";s.type="text/javascript";d.getElementsByTagName('head')[0].appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment