Skip to content

Instantly share code, notes, and snippets.

@natchiketa
Forked from paulcarey/(+ $ _)
Last active August 29, 2015 14:00
Show Gist options
  • Save natchiketa/dd302889a7a2efa81051 to your computer and use it in GitHub Desktop.
Save natchiketa/dd302889a7a2efa81051 to your computer and use it in GitHub Desktop.
Bookmarklet to inject underscore.js on a page
javascript:(function%20()%20{%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