Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

load lodash chrome console

fetch('https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js')
    .then(response => response.text())
    .then(text => eval(text))
 
PREVIOUS NEXT
Tagged: #load #lodash #chrome #console
ADD COMMENT
Topic
Name
4+7 =