Skip to content

Instantly share code, notes, and snippets.

@petasittek
Created October 16, 2011 21:37
Show Gist options
  • Save petasittek/1291452 to your computer and use it in GitHub Desktop.
Save petasittek/1291452 to your computer and use it in GitHub Desktop.
Load jQuery via bookmarklet
javascript:el=document.createElement('script');el.src='http://code.jquery.com/jquery-latest.min.js';document.body.appendChild(el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment