Skip to content

Instantly share code, notes, and snippets.

@jq-87
Created November 7, 2018 15:54
Show Gist options
  • Save jq-87/682982af64f5a79a36e9ec0316f02852 to your computer and use it in GitHub Desktop.
Save jq-87/682982af64f5a79a36e9ec0316f02852 to your computer and use it in GitHub Desktop.
(function(w, d, s) {
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s);
j.async = true;
j.src = '//mysite.com/myscript.js';
f.parentNode.insertBefore(j, f);
})(window, document, 'script');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment