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
URL
https://usernoticecompliancecheck-one.vercel.app/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()
warningdom
URL
https://usernoticecompliancecheck-one.vercel.app/comitment&id=Y29tbWVudDozOTc
文本
[DOM] Found 2 elements with non-unique id #exampleInputPassword: (More info: https://goo.gl/9p2vKq) %o %o

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>