Skip to content

Instantly share code, notes, and snippets.

@crccheck
Created November 19, 2010 18:05
Show Gist options
  • Save crccheck/706880 to your computer and use it in GitHub Desktop.
Save crccheck/706880 to your computer and use it in GitHub Desktop.
Add the latest jquery to the page for you to play with
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';document.documentElement.childNodes[0].appendChild(script)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment