Skip to content

Instantly share code, notes, and snippets.

@paulcarey
Created May 10, 2012 08:48
Show Gist options
  • Save paulcarey/2651956 to your computer and use it in GitHub Desktop.
Save paulcarey/2651956 to your computer and use it in GitHub Desktop.
jQuery and Underscore Bookmarklet
javascript:(function%20()%20{%20var%20$%20=%20document.createElement('script');%20$.src%20=%20'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';%20$.type%20=%20'text/javascript';%20document.getElementsByTagName('head')[0].appendChild($);%20var%20_%20=%20document.createElement('script');%20_.src%20=%20'http://documentcloud.github.com/underscore/underscore-min.js';%20_.type%20=%20'text/javascript';%20document.getElementsByTagName('head')[0].appendChild(_);%20})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment