https://theannoyingsite.com/

ID de exploración:
47dbfa5a-59f0-4685-9400-bbff7165f722Finalizado
URL enviada:
https://theannoyingsite.com/
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 59 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
initfunction
initChildWindowfunction
initParentWindowfunction
attemptToTakeoverReferrerWindowfunction
isParentSameOriginfunction
confirmPageUnloadfunction
registerProtocolHandlersfunction

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistro
errornetwork
URL
https://theannoyingsite.com/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><!--
  The Annoying Site
  https://theannoyingsite.com

  Author:
    Feross Aboukhadijeh
    https://feross.org

  Patreon:
    If you enjoyed this, please support me on Patreon!
    https://www.patreon.com/feross
--><html><head>
  <meta charset="UTF-8">
  <meta name="theme-color" content="#fff" class="theme-color">
  <style>
    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir,
        'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial,
        sans-serif;
      overflow: hidden;
    }
    .hello-message {
      margin: 40px;
      text-align: center;
    }
    .logout-messages {
      pointer-events: none;
      color: red;
      margin: 40px;
      position: fixed;
      top: 0;
      left: 0;
      text-shadow: 2px 2px #FFF, 4px 4px 10px #000;
    }
    img {
      width: 300px;
    }
    @keyframes blurslowly {
      0% {
        filter: none;
      }
      92% {
        filter: blur(0);
      }
      96% {
        filter: blur(1px);
      }
      100% {
        filter: blur(0);
      }
    }
    body {
      animation-name: blurslowly;
      animation-iteration-count: infinite;
      animation-duration: 15s;
      animation-play-state: running;
    }
  </style>
</head>
<body>

<template>
  <div class="hello-message">
    <h1>Hi there!</h1>
    <h2>To get started, HOLD DOWN the space key for 3 seconds.</h2>
    <h3>(or, on mobile, tap the cat!)</h3>

    <img src="/cat-cute.jpg" alt="Cute cat">
  </div>
  <div class="logout-messages"></div>
</template>

<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-4B861V1CXZ&amp;l=dataLayer&amp;cx=c&amp;gtm=457e4cc1za200"></script><script src="/index.js"></script>
  <div class="hello-message">
    <h1>Hi there!</h1>
    <h2>To get started, HOLD DOWN the space key for 3 seconds.</h2>
    <h3>(or, on mobile, tap the cat!)</h3>

    <img src="/cat-cute.jpg" alt="Cute cat">
  </div>
  <div class="logout-messages"></div>
<video src="cat.mp4" loop="" autoplay="" style="position: fixed; width: 1px; height: 1px; overflow: hidden; top: -10px; left: -10px;"></video>

<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-3898076-24"></script>
<script>
  window.dataLayer = window.dataLayer || []
  function gtag () {
    window.dataLayer.push(arguments)
  }
  gtag('js', new Date())
  gtag('config', 'UA-3898076-24')
</script>



</body></html>