https://ethonion10.neocities.org/

ID da verificação
d707ecf6-d56a-405e-830b-27f5568e46cfConcluído
URL enviado:
https://ethonion10.neocities.org/
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 10266 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
JSON_gameobject
gml_Script_poki_initfunction
gml_Script_poki_commercial_breakfunction
gml_Script_poki_rewarded_breakfunction
gml_Script_poki_script_closurefunction
gml_Script_gmcallback_poki_closurefunction
gmcallback_poki_closurefunction

Mensagens de registro do console · 9 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
an unknown OS Detected(-1)
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Chrome detected
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
an unknown OS Detected(-1)
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Chrome detected
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Browser CAN play MP3
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Browser CAN play OGG
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Audio Engine => Loading
errornetwork
URL
https://ethonion10.neocities.org/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()
logother
URL
https://ethonion10.neocities.org/html5game/RetroBowl.js?cachebust=1606201936
Texto
Audio Engine => Running

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta charset="utf-8">
    <meta http-equiv="pragma" content="no-cache">
    <title>Retro Bowl College</title>
    <style>
        body {
            background: #000000;
            color: #cccccc;
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

        canvas {
            image-rendering: pixelated;
            -webkit-interpolation-mode: nearest-neighbor;
            -ms-touch-action: none;
            touch-action: none;
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

        :-webkit-full-screen #canvas {
            width: 100%;
            height: 100%;
        }

        :-webkit-full-screen {
            width: 100%;
            height: 100%;
        }

        /* Custom Runner Styles */
        div.gm4html5_div_class {
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

        div.gm4html5_login {
            padding: 20px;
            position: absolute;
            border: solid 2px #000000;
            background-color: #404040;
            color: #00ff00;
            border-radius: 15px;
            box-shadow: #101010 20px 20px 40px;
        }

        div.gm4html5_cancel_button {
            float: right;
        }

        div.gm4html5_login_button {
            float: left;
        }

        div.gm4html5_login_header {
            text-align: center;
        }
        :-webkit-full-screen {
            width: 100%;
            height: 100%;
        }
    </style>
</head>
<body>
    <div class="gm4html5_div_class" id="gm4html5_div_id">
        <img src="html5game/splash.png" id="GM4HTML5_loadingscreen" alt="GameMaker:HTML5 loading screen" style="display:none;">
        <!-- Create the canvas element the game draws to -->
        <canvas id="canvas" width="853" height="480" style="position: absolute; inset: 50% -50% -50% 50%; transform: translate(-50%, -50%); touch-action: none;">
            <p>Your browser doesn't support HTML5 canvas.</p>
        </canvas>
    </div>
    <script type="text/javascript" src="html5game/RetroBowl.js?cachebust=1606201936"></script>
    <script src="poki-sdk.js"></script>
    <script>
      window.onload = GameMaker_Init;
    </script>


</body></html>