Skip to content

Instantly share code, notes, and snippets.

@cabbiepete
Created March 11, 2015 23:53
Show Gist options
  • Save cabbiepete/520f14d86db36986a294 to your computer and use it in GitHub Desktop.
Save cabbiepete/520f14d86db36986a294 to your computer and use it in GitHub Desktop.
inject underscore
(function() {
var u = 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.2/underscore.js';
var s = document.createElement('script');
s.type = 'text/javascript';
s.charset = 'utf-8';
s.src = u;
document.body.appendChild(s);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment