Skip to content

Instantly share code, notes, and snippets.

@ealgase
Last active August 29, 2015 14:18
Show Gist options
  • Save ealgase/fb36de0a1d99efb4e11d to your computer and use it in GitHub Desktop.
Save ealgase/fb36de0a1d99efb4e11d to your computer and use it in GitHub Desktop.
Run external JS
function load(url){(function (){var s = document.createElement('script');s.setAttribute('src', url);document.body.appendChild(s);})();};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment