Console Charger Lodash Chrome

fetch('https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js')
    .then(response => response.text())
    .then(text => eval(text))
Puzzled Parrot