gh-proxy.second2580.workers.dev Open in urlscan Pro
2606:4700:3031::6815:2032  Public Scan

URL: https://gh-proxy.second2580.workers.dev/
Submission: On January 14 via api from US — Scanned from US

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">
    <h2>支持</h2>
    <p>1、支持release、archive以及文件,不支持项目文件夹(release、archive使用代理加速,文件会跳转至JsDelivr)</p>
    <p>2、支持终端命令行 git clone , wget , curl 等工具下载</p>
    <p>3、支持 api.github.com , git.io</p>
  </div>
  <div class="example">
    <h2>下载说明</h2>
    <p>支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载</p>
    <h3>下载链接参考</h3>
    <p>Raw文件:https://raw.githubusercontent.com/hunshcn/project/master/filename</p>
    <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 文件加速


支持

1、支持release、archive以及文件,不支持项目文件夹(release、archive使用代理加速,文件会跳转至JsDelivr)

2、支持终端命令行 git clone , wget , curl 等工具下载

3、支持 api.github.com , git.io


下载说明

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载


下载链接参考

Raw文件:https://raw.githubusercontent.com/hunshcn/project/master/filename

分支源码: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