Skip to content

Instantly share code, notes, and snippets.

@kiinlam
Last active February 24, 2021 08:09
Show Gist options
  • Save kiinlam/f2e245b2de25441ed32e314f71d29a4e to your computer and use it in GitHub Desktop.
Save kiinlam/f2e245b2de25441ed32e314f71d29a4e to your computer and use it in GitHub Desktop.
(function (url) {
var script = document.createElement("script");
script.src = url;
var n = document.getElementsByTagName("script")[0];
n.parentNode.insertBefore(script, n);
})(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment