https://img.kinboy.wang/

送信済みURL:
https://img.kinboy.wang/
レポート終了日:

リンク · 1件検出

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

リンクテキスト
https://github.com/ifyour/cf-image-hostingGitHub

JavaScript変数 · 10件検出

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

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
imageCompressionfunction
onFileChangefunction
onFileDropfunction
onFilePastefunction
onFileUrlCopyfunction
handleCompressFilefunction
handleUploadfunction

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

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

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Telegraph Image Hosting</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/css/bootstrap.min.css">
    <link rel="stylesheet" href="./style.css">
  </head>

  <body>
    <div class="full-window" ondragover="event.preventDefault()">
      <div class="container card">
        <h3 class="text-center">Telegraph Image Hosting</h3>
        <p class="text-center text-muted">Free &amp; Unlimited Image Hosting</p>
        <button id="upload" class="btn btn-primary mx-auto" type="button" title="Supported formats: Images, videos, GIFs">
          <span class="spinner-grow spinner-grow-sm d-none"></span>
          <span class="upload-text">Drag &amp; Drop your files or <u><i>Browse</i></u></span>
          <input id="fileInput" type="file" name="file" accept="image/*, video/*">
        </button>
        <div id="uploadStatus" class="text-center" style="margin-top: 10px"></div>
        <a class="text-center text-muted" href="https://github.com/ifyour/cf-image-hosting" target="_blank">GitHub</a>
      </div>
    </div>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/browser-image-compression/2.0.2/browser-image-compression.min.js"></script>
    <script src="./script.js"></script>
  

</body></html>