Last active
February 24, 2021 08:09
-
-
Save kiinlam/f2e245b2de25441ed32e314f71d29a4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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