Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save djD-REK/b47f54acb032119cfeb43dc0c3489c87 to your computer and use it in GitHub Desktop.

Select an option

Save djD-REK/b47f54acb032119cfeb43dc0c3489c87 to your computer and use it in GitHub Desktop.
fetch("script.js")
.then((response) => response.text())
.then((text) => eval(text))
.then(() => {
/* Now you can use the script */
})
@isramv
Copy link

isramv commented Aug 14, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment