Skip to content

Instantly share code, notes, and snippets.

@thornbill
Created May 8, 2014 18:00
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 thornbill/a862b884a4edb4784a3c to your computer and use it in GitHub Desktop.
Save thornbill/a862b884a4edb4784a3c to your computer and use it in GitHub Desktop.
Bookmarklet to Inject jQuery
javascript:(function(d){var%20s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js';d.head.appendChild(s);})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment