Skip to content

Instantly share code, notes, and snippets.

@yaph
Created May 14, 2010 14:10
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 yaph/401201 to your computer and use it in GitHub Desktop.
Save yaph/401201 to your computer and use it in GitHub Desktop.
jQueryfy Bookmarklet
javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://code.jquery.com/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);alert('thank%20you%20for%20using%20jquery!');void(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment