Skip to content

Instantly share code, notes, and snippets.

@anthonychung14
Forked from khalilovcmd/lodashify.js
Created October 14, 2017 01:09
Show Gist options
  • Select an option

  • Save anthonychung14/34745fb00ae46627ba7e3ab7d49d7a6b to your computer and use it in GitHub Desktop.

Select an option

Save anthonychung14/34745fb00ae46627ba7e3ab7d49d7a6b to your computer and use it in GitHub Desktop.
to import lodash into chrome dev tools console
var el = document.createElement('script');
el.src = "https://raw.githubusercontent.com/lodash/lodash/3.10.1/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