https://violationresponseenforcementtracker.vercel.app/pagez

ID de exploración:
a94fca2c-2e25-4e91-8420-95e8ef9ff379Finalizado
URL enviada:
https://violationresponseenforcementtracker.vercel.app/pagez
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
errornetwork
URL
https://violationresponseenforcementtracker.vercel.app/favicon.ico
TEXTO
Failed to load resource: the server responded with a status of 404 ()

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>New Tab</title>
  <!-- <style>
    #myVideo {
      width: 100%;
      height: auto;
    }
  </style> -->
  <style>
   body,
   html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   #myVideo {
    max-width: 100%;
    max-height: 100%;
   }
  </style>
 </head>

 <body>
  <video id="myVideo" autoplay="" muted="" playsinline="">
   <source src="../img/Mate.mp4" type="video/mp4">
   Your browser does not support the video tag.
  </video>

  <script>
   setTimeout(function () {
    window.location.href =
     window.location.origin + "/[email protected]";
   }, 5000);
  </script>
 

</body></html>