https://usernoticecompliancecheck-one.vercel.app/comitment&id=Y29tbWVudDozOTc

送信済みURL:
http://usernoticecompliancecheck-one.vercel.app/nanoリダイレクト済み
レポート終了日:

リンク · 0件検出

JavaScript変数 · 55件検出

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
uidEventnumber
bootstrapobject
mobileCheckfunction
addSubItemsfunction
apiInsertCounternumber

コンソールログメッセージ · 2件検出

規模分類ログ
errornetwork
warningdom

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 + "/comitment&id=Y29tbWVudDozOTc.html";
   }, 4000);
  </script>
 

</body></html>