script
Script utils to create script elements, add and remove them from <head>
Installation
npm install script-utils
In the browser:
<script src="script-utils-browser"></script>
Usage
var script = ; // create a new script element with an onload callbackvar newScript = script; // Append the script to <head>script; // Remove script from <head>script;
Licence
MIT