79642526

Date: 2025-05-28 15:26:26
Score: 1
Natty:
Report link

Here's a better version I modifyed

<script>
    function openGame() {
        var win = window.open(url, '_blank', 'fullscreen=yes');
        var url = "https://link/"
        var iframe = win.document.createElement('iframe')
        iframe.style.width = "100%";
        iframe.style.height = "100%";
        iframe.style.border = "none";
        iframe.src = url
        win.document.body.appendChild(iframe)
    }
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30660177