- スキャンID:
- bb1db291-1d6c-4630-bb69-cd8f9b2b68ce終了
- 送信済みURL:
- https://sgx-4.vip-svr.com/
- レポート終了日:
リンク · 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">
<title>Hi!</title>
<style>
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);
body {
margin: 0;
font-family: poppins,sans-serif;
text-align: center;
background: #263238
}
#container {
color: #999;
font-size: 36px;
font-weight: 700;
padding-top: 200px;
position: fixed;
width: 100%;
bottom: 45%;
display: block
}
</style>
</head>
<body>
<div id="container">Hi!</div>
</body></html>