https://img.kinboy.wang/

已提交的 URL:
https://img.kinboy.wang/
報告完成時間:

連結 · 找到 1 個

從頁面中識別的傳出連結

連結Text
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>