Fraud Blocker

It seems we can’t find what you’re looking for. Perhaps searching can help.

document.addEventListener("DOMContentLoaded", function () { const centerBot = setInterval(function () { const iframe = document.querySelector('iframe[src*="tinytalk"]'); if (iframe) { iframe.style.position = "fixed"; iframe.style.top = "50%"; iframe.style.left = "50%"; iframe.style.transform = "translate(-50%, -50%)"; iframe.style.bottom = "auto"; iframe.style.right = "auto"; iframe.style.zIndex = "999999"; clearInterval(centerBot); } }, 500); });