Skip to content

Instantly share code, notes, and snippets.

@dancancer
Created November 11, 2018 12:18
Show Gist options
  • Save dancancer/034b5258eb256abd05f4e9cabc25d63f to your computer and use it in GitHub Desktop.
Save dancancer/034b5258eb256abd05f4e9cabc25d63f to your computer and use it in GitHub Desktop.
import lodash in chrome
var el = document.createElement('script');
el.src = "https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js";
el.type = "text/javascript";
document.head.appendChild(el)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment