https://noxbox.nl/

送信済みURL:
https://noxbox.nl/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 3件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

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

Webコンソールにログ記録されたメッセージ

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="nl"><head>
<meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1"><title>noxbox</title>
<style>
	.nox {
	  display: grid;
	  place-items: center;
  
	  background: #333333;
	  width: 100vw;
	  height: 100vh;
  
	  resize: both;
	  overflow: auto;
	}

	.box {
	  font-size: 1rem;
	  text-align: center;
	}

	body {
	  font-family: system-ui, serif;
	  color: white;
	}
</style>
<link rel="SHORTCUT ICON" href="/favicon.ico"> 
<link rel="icon" href="favicon.ico" type="image/x-icon"> 
</head>
<body>
<div class="nox">
  <div class="box" contenteditable="">
   <img src="/IMG/nxbx.gif" alt="noxbox">
   <p>Alleen in het holst van de nacht</p>
  </div>
</div>



</body></html>