Skip to content

Instantly share code, notes, and snippets.

@sbirch
Created November 21, 2013 19:03
Show Gist options
  • Select an option

  • Save sbirch/7587577 to your computer and use it in GitHub Desktop.

Select an option

Save sbirch/7587577 to your computer and use it in GitHub Desktop.
Underscorify bookmarklet (tested in Chrome)
javascript:(function(){var a=document.createElement("script");a.src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js",document.getElementsByTagName("head")[0].appendChild(a)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment