-
-
Save frankfenghua/5cbb3b14eea7acd51f2d6070da533d4b to your computer and use it in GitHub Desktop.
Lodashify chrome devtools snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
'use strict'; | |
var element = document.createElement('script'); | |
element.src = "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.15.0/lodash.min.js"; | |
element.type = "text/javascript"; | |
document.head.appendChild(element); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment