(function() {
var url = "https:\/\/www.srgoool.com.br\/plugin\/2025\/UEFA-Champions-League\/Masculino\/lance\/137964?cl=paulistaA1Lance";
url += "&url=" + encodeURIComponent(document.location.origin + document.location.pathname + document.location.search) +
"&hash=" + encodeURIComponent(document.location.hash.substr(1));
url += "&origin=" + encodeURIComponent(document.location.origin);
console.log("URL", url, "paulistaA1Lance");
var div = document.getElementById("iframe_container_1");
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", "MC45NjI3MjE3ODkyMjEwMjAz");
iframe.setAttribute("id", "iframe_container_1"+"_iframe");
iframe.setAttribute("allow", "web-share");
div.appendChild(iframe);
window.addEventListener("message", (event) => {
if (!/^https?:\/\/([a-z0-9]+\.)?srgoool.com.br$/.test(event.origin) || !event.data.height) return;
div.style.height = (event.data.height || 0) + 100 + "px";
});
})();