Skip to content

Instantly share code, notes, and snippets.

@neopunisher
Created February 6, 2013 15:22
Show Gist options
  • Save neopunisher/4723238 to your computer and use it in GitHub Desktop.
Save neopunisher/4723238 to your computer and use it in GitHub Desktop.
Injects the underscore library into the page
(function(){var a=document.createElement("script");a.type="text/javascript";a.src="http://bit.ly/latestUnderscore";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment