github.bone2020.link Open in urlscan Pro
2606:4700:3037::ac43:d632  Public Scan

URL: https://github.bone2020.link/
Submission: On July 08 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

GET ./

<form action="./" method="get" style="padding-bottom: 40px" target="_blank" class="flex" onsubmit="toSubmit(event)">
  <label class="block" style="width: fit-content">
    <input class="block url" name="q" type="text" placeholder="键入Github文件链接" pattern="^((https|http):\/\/)?(github\.com\/.+?\/.+?\/(?:releases|archive|blob|raw|suites)|((?:raw|gist)\.(?:githubusercontent|github)\.com))\/.+$" required="">
    <div class="bar"></div>
  </label>
  <input class="block btn" type="submit" value="下载">
  <div class="tips">
    <p>GitHub文件链接带不带协议头都可以,支持release、archive以及文件,右键复制出来的链接都是符合标准的,更多用法、clone加速请参考<a href="https://hunsh.net/archives/23/">这篇文章</a>。</p>
    <p>release、archive使用cf加速,文件会跳转至JsDelivr</p>
    <p>注意,不支持项目文件夹</p>
  </div>
  <div class="example">
    <p>分支源码:https://github.com/hunshcn/project/archive/master.zip</p>
    <p>release源码:https://github.com/hunshcn/project/archive/v0.1.0.tar.gz</p>
    <p>release文件:https://github.com/hunshcn/project/releases/download/v0.1.0/example.zip</p>
    <p>分支文件:https://github.com/hunshcn/project/blob/master/filename</p>
  </div>
</form>

Text Content

GITHUB 文件加速

GitHub文件链接带不带协议头都可以,支持release、archive以及文件,右键复制出来的链接都是符合标准的,更多用法、clone加速请参考这篇文章。

release、archive使用cf加速,文件会跳转至JsDelivr

注意,不支持项目文件夹

分支源码:https://github.com/hunshcn/project/archive/master.zip

release源码:https://github.com/hunshcn/project/archive/v0.1.0.tar.gz

release文件:https://github.com/hunshcn/project/releases/download/v0.1.0/example.zip

分支文件:https://github.com/hunshcn/project/blob/master/filename

项目基于Cloudflare Workers,开源于GitHub hunshcn/gh-proxy