Skip to content

Instantly share code, notes, and snippets.

@deanbot
Created July 12, 2017 20:13
Show Gist options
  • Save deanbot/9d62115b0d1030362086bab7a56fbed0 to your computer and use it in GitHub Desktop.
Save deanbot/9d62115b0d1030362086bab7a56fbed0 to your computer and use it in GitHub Desktop.
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'http://yourdomain.com/script.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment