Skip to content

Instantly share code, notes, and snippets.

@ilagnev
Last active April 14, 2016 18:58
Show Gist options
  • Save ilagnev/16b28aa815b42ba7f3db to your computer and use it in GitHub Desktop.
Save ilagnev/16b28aa815b42ba7f3db to your computer and use it in GitHub Desktop.
add js to page
var sc = document.createElement('script');
sc.setAttribute('src','http://example.com/site.js');
document.head.appendChild(sc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment