Страница

Записаться на ТО SOUEAST

Отправьте заявку и дилер обязательно с Вами свяжется.

 

criptContent window.addEventListener('load', function () { const parser = new DOMParser() const content = parser.parseFromString(scriptContent, 'text/html') Array.from(content.scripts).forEach(insertScript => { const newScript = document.createElement('script') if (insertScript.src) { newScript.src = insertScript.src } newScript.text = insertScript.text document.body.appendChild(newScript) }) }) })()