Domain gh.5993.workers.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3033::ac43:99ef:8443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad4ef1ea3fe-EWR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 66
    Cache-Control: max-age=600
    Expires: Wed, 17 Dec 2025 11:52:03 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 692931f72048891abcd65446b29dcd20e02a6455
    x-github-request-id: D5D9:12F4B0:B5032E:C2E7D4:6942970B
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-lga21931-LGA
    x-timer: S1767722320.165405,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y9e9KjlxImptprZSCsiYV2AVld9RUTWPm2Dqe1A3hJPXDORVkej0QKQBc%2Bbhe7YldOS%2FDJgr3%2Bbdfb%2FlfH%2FPj4wPPWgaJimcTPUfzITsfTa0AtJTmqUOaVq%2FF0J2PF0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:99ef:443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad4da32a146-SIN
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 436
    Cache-Control: max-age=600
    Expires: Tue, 23 Dec 2025 23:24:52 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 2
    x-fastly-request-id: 721a34a68586e4baf5a112254a8019df6182b6db
    x-github-request-id: 09E6:1EAC34:A3B686:A6B042:694B226C
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-sin-wsat1880066-SIN
    x-timer: S1767722320.342205,VS0,VE0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=E41YhaviXgnt6N9S15czxLcVl%2BqNjSnj0GQanEBJAEyIWdurly%2BzKhiYrla3LX02RGTa0s7x0bcTuzMDfi0bBtYvDx4ihCPIwdP4n3YPleAIZhKxvty09KqbCKV0XMQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.12.240:443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad49e7346b5-YYZ
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 522
    Cache-Control: max-age=600
    Expires: Tue, 16 Dec 2025 08:11:05 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 9f2548e259d2f55f601b7cb106bedc195f855110
    x-github-request-id: C689:2D467A:1685CE:190BDD:694111C1
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-yyz4542-YYZ
    x-timer: S1767722320.163140,VS0,VE2
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LcdGngDiXMwUohjlVh2FXx2%2Bd1qEfo1RUDUxleQfR5lOcdhZMfmDn4zHrClIxvD%2FyjWG0bPwnJQ8rtGNFu7jH%2FtvJ5ieUzJ5pQ5LbDpV7UgZKg4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.153.239:80 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad4aca53c26-AMS
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 97
    Cache-Control: max-age=600
    Expires: Tue, 23 Dec 2025 20:07:41 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: b3aff3e4203955a554d1c94df32fac3a71f5ec97
    x-github-request-id: 8680:83D7F:161C586:166892A:694AF435
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-rtm-ehrd2290054-RTM
    x-timer: S1767722320.177972,VS0,VE3
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tI21mS%2BxqWy0nYteAxtZlRGzdp83Wq5IHo4cPLXlqKwxZbvwyJOS1aq9viD2jtHBLvkuKJ8lABz2WGWyobI1IjptHevURWRfk76B1lbwFxiWD1c%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.153.239:8443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad3ef99d2e6-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 107
    Cache-Control: max-age=600
    Expires: Wed, 24 Dec 2025 03:20:27 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 0fe41bd40854dbb618c0d6eea19c255c36f3133b
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230181-FRA
    x-timer: S1767722320.053305,VS0,VE2
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UPqyOaU5f8I4A84xPShf7j%2F1dQ8doR7FT4SYg3LdzvWp%2FEZgoxm0wwZdEZnvJMybzUrElnyDm95t6uswpjnLGHUBCMZPn88XprRk0%2F4i2bfT4jI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.12.240:80 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad3aa2fbedf-LHR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 342
    Cache-Control: max-age=600
    Expires: Tue, 06 Jan 2026 02:26:49 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 288295cb7eca0228046a02a92b0387ba22ee3519
    x-github-request-id: 0B6C:3E2157:33348F:349308:695C7091
    x-proxy-cache: MISS
    x-served-by: cache-lcy-eglc8600051-LCY
    x-timer: S1767722320.027059,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FVaWJUp0L6DxYI11W88Y%2FBhh0J5t2y3iEemphBiWz4BlO4X%2BJQqkGJxB5ZinYzDRf2zFSKalE6HsGttXcwErsPKPDjw9U2G7vnjKs2c0%2BvOOTO8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:cf0:443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:39 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad39b9636fe-YYZ
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 522
    Cache-Control: max-age=600
    Expires: Tue, 16 Dec 2025 08:11:05 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 2
    x-fastly-request-id: 5e52839e6383b54f6123af5da56bd21638042d3b
    x-github-request-id: C689:2D467A:1685CE:190BDD:694111C1
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-yyz4579-YYZ
    x-timer: S1767722320.962348,VS0,VE0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MTg8200mXO3k%2Bpuc0%2BiJBNscolFqPxnzfTQk%2BcqZDX468wmoe1Fvocsep64VLJYeQRO65NmX8yjuRcdo0CT3Eh0L1QNDm7gab%2FYmZ7QGI5lp%2FyF8qQOQ9pKhMWusxFM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:cf0:8443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad39af9a03d-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 107
    Cache-Control: max-age=600
    Expires: Wed, 24 Dec 2025 03:20:27 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: b19fecfba04f9c32aa4971376c82544f5d31d660
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230149-FRA
    x-timer: S1767722320.992530,VS0,VE3
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SRK9T%2B74TfS0TtjGp4hUEQ85qIOddEkMl9xfPyu%2F5HRIspYmatTuEIIhwyDs1130x8Hg%2Fk3q9Wl2LEG8uiDnjzfFZGCsfM1lxD7%2BymOub9FbbzPZydqkKIDW99NUr%2Bs%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:99ef:80 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad38fced3b5-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 107
    Cache-Control: max-age=600
    Expires: Wed, 24 Dec 2025 03:20:27 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 6ba151714c359bddacc1cbc5fe302e131cc2889b
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230139-FRA
    x-timer: S1767722320.991641,VS0,VE8
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3O2A77QwZU3l68QeHpEAYNyEsEAlIp%2B%2Fomd7nzUZyNWhD6hGkoLo1w59mwh1lwHvEOIbCnM%2BQ84dFtH%2Bc2qnsbC%2BMHTFtPHQlwSJEKX2%2FPVr4S3YS90tmjLjLlkWyWs%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:cf0:80 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad38ddaf788-EWR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 65
    Cache-Control: max-age=600
    Expires: Wed, 17 Dec 2025 11:52:03 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 1
    x-fastly-request-id: 78831e05fe86e02cacc7454c7ae1209040406f6e
    x-github-request-id: D5D9:12F4B0:B5032E:C2E7D4:6942970B
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-lga21992-LGA
    x-timer: S1767722320.000891,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hAFlxBmWhcUF6KtNSI4H7uHTCaZNvexsqrsOhf7SzlrvT1YKcqsvjJttlBJ0CrILczh5zlDBK0u5BxRSzlXAnybni5I%2F6QMEQOTRISNwSVDxhjhmnDBe3BthtYVVCT8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.12.240:8443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:40 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad36fc5417c-LHR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 342
    Cache-Control: max-age=600
    Expires: Tue, 06 Jan 2026 02:26:49 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 2
    x-fastly-request-id: 1b14c6e9a8594f19183f25fdcfe959bf161d4060
    x-github-request-id: 0B6C:3E2157:33348F:349308:695C7091
    x-proxy-cache: MISS
    x-served-by: cache-lcy-eglc8600026-LCY
    x-timer: S1767722320.965574,VS0,VE0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gqh1p7CnEff2%2BnGpTz78omRit1kceT8rF5nugQe5B7TsrlF7tCsccbhC2gMQKKyLvdcAzu%2Fh%2BRefz6r54%2FRIrYXvikuvVzj4qphBxBnUMGXx%2BXM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.153.239:443 · gh.5993.workers.dev

    2026-01-06 17:58

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 17:58:39 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9b9d1ad34a2bdc7d-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 107
    Cache-Control: max-age=600
    Expires: Wed, 24 Dec 2025 03:20:27 GMT
    Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
    Server: cloudflare
    Vary: Accept-Encoding
    Via: 1.1 varnish
    x-cache: HIT
    x-cache-hits: 2
    x-fastly-request-id: 3e49fa45264c56d4d1fb489b1202849004124abd
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230192-FRA
    x-timer: S1767722320.942574,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AhJ0CM493vCmfGajEcraAN8%2BorZIqlc7Y4uHROFitSNZh2Ox459mtrKvZPveyyOkzRhXNuoVgWRnMJomg6%2B7%2BwKF%2BL4jDXK33bllwmZZjPmyYQM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: GitHub 文件加速
    
    <!DOCTYPE html>
    <html lang="zh-Hans">
    <style>
        html, body {
            width: 100%;
            margin: 0;
        }
    
        html {
            height: 100%;
        }
    
        body {
            min-height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }
    
        p {
            word-break: break-all;
        }
    
        @media (max-width: 500px) {
            h1 {
                margin-top: 80px;
            }
        }
    
        .flex {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .block {
            display: block;
            position: relative;
        }
    
        .url {
            font-size: 18px;
            padding: 10px 10px 10px 5px;
            position: relative;
            width: 300px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }
    
        input:focus {
            outline: none;
        }
    
        .bar {
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0;
            position: absolute;
            background: #00bfb3;
            transition: 0.2s ease transform;
            -moz-transition: 0.2s ease transform;
            -webkit-transition: 0.2s ease transform;
            transform: scaleX(0);
        }
    
        .url:focus ~ .bar {
            transform: scaleX(1);
        }
    
        .btn {
            line-height: 38px;
            background-color: #00bfb3;
            color: #fff;
            white-space: nowrap;
            text-align: center;
            font-size: 14px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            padding: 5px;
            width: 160px;
            margin: 30px 0;
        }
    
        .tips, .example {
            color: #7b7b7b;
            position: relative;
            align-self: flex-start;
            margin-left: 7.5em;
        }
    
        .tips > p:first-child::before {
            position: absolute;
            left: -3em;
            content: 'PS:';
            color: #7b7b7b
        }
    
        .example > p:first-child::before {
            position: absolute;
            left: -7.5em;
            content: '合法输入示例:';
            color: #7b7b7b
        }
    </style>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <script>
            function toSubmit(e) {
                e.preventDefault()
                window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
                return false
            }
        </script>
        <title>GitHub 文件加速</title>
    </head>
    <body class="flex">
    <a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
                                                                                                   src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
                                                                                                   alt="Fork me on GitHub"
                                                                                                   data-recalc-dims="1"></a>
    <h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
    <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/pro
    Found 2026-01-06 by HttpPlugin
    Create report
5993.workers.dev*.5993.workers.dev
CN:
5993.workers.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-30 10:39
Not after:
2026-03-30 11:38