https://violationresponseenforcementtracker.vercel.app/pagez

제출된 URL:
https://violationresponseenforcementtracker.vercel.app/pagez
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
errornetwork
URL
https://violationresponseenforcementtracker.vercel.app/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

<!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>