- スキャンID:
- a94fca2c-2e25-4e91-8420-95e8ef9ff379終了
- 送信済みURL:
- https://violationresponseenforcementtracker.vercel.app/pagez
- レポート終了日:
リンク · 0件検出
ページから特定された発信リンク
JavaScript変数 · 3件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
コンソールログメッセージ · 1件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
error | network |
|
HTML
未加工の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>