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>