Skip to content

Instantly share code, notes, and snippets.

@ajaymenon0
Created June 13, 2018 08:26
Show Gist options
  • Save ajaymenon0/14e92faa406f50ebe4656b105fb189a0 to your computer and use it in GitHub Desktop.
Save ajaymenon0/14e92faa406f50ebe4656b105fb189a0 to your computer and use it in GitHub Desktop.
Code to make lodash run on chrome console
var el = document.createElement('script');
el.src = "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.15.0/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