https://slope4classroom.com/

ID de l'analyse :
9d9203f4-cc4a-4f85-9352-85e08979eb9cTerminée
URL soumise :
https://slope4classroom.com/
Fin du rapport :

Liens : 3 trouvé(s)

Liens sortants identifiés à partir de la page

Lientexte
https://1v1lol4classroom.com1v1.lol
https://retrobowl4classroom.comRetro Bowl
https://snowrider3dclassroom.comSnow Rider 3D

Variables JavaScript : 10 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
UnityProgressfunction
UnityLoaderobject
$function
jQueryfunction
gameInstanceundefined

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<html><head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Slope Unblocked &lt;3</title>
    <link rel="shortcut icon" href="style/favicon.ico">
    <link rel="stylesheet" href="style/style.css">
    <script src="UnityProgress.js"></script>
    <style>
        html, body {
            background-color: #000000;
            color: #F5F5F5;
        }
        .gamebox {
            display: flex;
            justify-content: center;
            flex-flow: row nowrap;
            height: 100%;
            width: 100%;
        }
        .adv {
            width: 170px;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
            margin-top: 40px;
        }
				.more_link {
			text-decoration: none;
			color: #ff6600;
		}
		button {
		  font-family: inherit;
		  appearance: none;
		  border: 0;
		  border-radius: 5px;
		  background: #2c2c2c;
		  color: #fff;
		  padding: 18px 46px;
		  font-size: 28px;
		  cursor: pointer;
		}
		button:hover {
		  background: #3f3f3f;
		}
		button:focus {
		  outline: none;
		  box-shadow: 0 0 0 4px #cbd6ee;
		} 
    </style>
    <script src="UnityLoader.js"></script>
    <!-- -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
    <!-- -->
	    <script type="text/javascript">
      var gameInstance;
      window.onload = function () {
        let  bttn = document.createElement( "button" );
        bttn.appendChild(document.createTextNode( "CLICK TO PLAY NOW" ));
        bttn.setAttribute('id', 'run_game');
        bttn.style.display = 'none';
        bttn.style.position = 'absolute';
        document.body.appendChild(bttn);
        bttn.style.display = 'block';
        bttn.style.left = ((document.body.clientWidth - bttn.offsetWidth)/2) + 'px';
        bttn.style.top = ((document.body.clientHeight - bttn.offsetHeight)/2) + 'px';
        bttn.onclick = function () {
          gameInstance = UnityLoader.instantiate("gameContainer", "slope_new.json", {onProgress: UnityProgress,Module:{onRuntimeInitialized: function() {UnityProgress(gameInstance, "complete")}}});
          this.remove();
        }
      }
    </script>
</head>
<body>
<div class="gamebox">
    <div class="adv">
        <iframe src="https://slope.lol/160x600.html" width="160" height="600px" frameborder="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allowfullscreen="true" style="margin: 0; padding: 0;"></iframe>
    </div>
    <div class="webgl-content" style="width: 100%;">
        <div id="gameContainer" style="width: 100%; height: 95%; margin: auto;"></div>
        <div class="footer">
            <div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
            <div class="description">Home of slope unblocked game &lt;3. Play slope fullscreen from school and share us with your friends! More games: <a href="https://1v1lol4classroom.com" class="more_link">1v1.lol</a>, <a href="https://retrobowl4classroom.com" class="more_link">Retro Bowl</a>, <a href="https://snowrider3dclassroom.com" class="more_link">Snow Rider 3D</a></div>
        </div>
    </div>
    <div class="adv">
        <iframe src="https://slope.lol/160x600_right.html" width="160" height="600px" frameborder="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allowfullscreen="true" style="margin: 0; padding: 0;"></iframe>
    </div>
</div>

</body></html>