Skip to content

Instantly share code, notes, and snippets.

@1wheel
Last active March 30, 2021 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1wheel/308228ec8ccaa1173652 to your computer and use it in GitHub Desktop.
Save 1wheel/308228ec8ccaa1173652 to your computer and use it in GitHub Desktop.
Inject d3
var script = document.createElement("script")
script.src = 'https://roadtolarissa.com/worlds-group-2017/d3_.js'
document.body.appendChild(script)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment