(function() { var url = "https:\/\/www.srgoool.com.br\/plugin\/2024\/CONMEBOL-Sul-Americana?cl=srgoool"; var hash = top.document.location.hash.substr(1); if (hash) url = url.replace('?', "/" + hash + '?'); console.log("URL", url, null); var div = document.getElementById("iframe_container"); if (div.parentNode.parentNode === document.body) { div.removeAttribute("style"); div.style.width="100vw"; div.style.height="100vh"; document.body.style.margin="0"; document.body.style.padding="0"; document.body.appendChild(div); } var iframe = document.createElement("iframe"); iframe.setAttribute("src", url); iframe.style.border = "none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.setAttribute("name", null); iframe.setAttribute("id", "iframe_container"+"_iframe"); div.appendChild(iframe); })();