var script= document.createElement('script'); script.type= "text/javascript"; script.text= `тут ваш код`; document.body.appendChild(script);