var jquery = document.createElement('script'); jquery.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(jquery); var section = document.createElement('section'); section.className = 'avenue-messenger minimized'; document.getElementsByTagName('body')[0].appendChild(section); section.innerHTML = `
`; function myInitFunction() { var script = document.createElement('script'); script.type = 'text/javascript'; script.id = "script_chat_softinova"; document.getElementsByTagName('body')[0].appendChild(script); var url = window.location.href; script.innerHTML = ` $(document).ready(function() { $("#div_chat_content").load("https://softapi.softmarketing.com.br/scpg/chat"); }); `; } setTimeout(function() { myInitFunction(); }, 1000);