1234567Yang/cf-proxy-ex
Cloudflare超级代理,无服务器代理,Duckduckgo代理(可用AI聊天,包含GPT4o/Claude3),Github加速,支持解锁Libgen,在线代理。现已支持多平台部署。Cloudflare super proxy, setting up a free serverless proxy by using Cloudflare worker, support Duckduckgo / Libgen. Now you can deploy this project on different platforms.
7 Releases
Latest: 2mo ago
v1.5.1 小补丁v1.5.1Latest
📋 Changes
- 修复众多小问题。
- [fix: worker throw 500 if no content type](https://github.com/1234567Yang/cf-proxy-ex/commit/29a6a668b754f253d56a2d9f8f14fb96de662e18)
- [fix: changeUrl relativePath_str should be local var](https://github.com/1234567Yang/cf-proxy-ex/commit/dc2929f00a17b4cd4f8e009205c7af36967997f7)
- [fix: history back/forward/go not defined](https://github.com/1234567Yang/cf-proxy-ex/commit/5bd9f771e96c0b207bed6a039cf5f71937a0ff88)
- [fix: replace url should not replace xml standard](https://github.com/1234567Yang/cf-proxy-ex/commit/5d743db03947105f5fc3c87897ac96f691bf8039)
- [client proxied url should be determined dynamically](https://github.com/1234567Yang/cf-proxy-ex/commit/791ec05b9e20f8ff65ee25c723561102167f0fcc)
v1.5 修复众多问题,强化安全,优化代码v1.5
📋 Changes
- 客户端 `changeUrl` 更稳健,可以传入URL或者string https://github.com/1234567Yang/cf-proxy-ex/commit/5c86ad966717406200524b4930a0e482099c22db
- 更现代的主页,详情请见 https://github.com/1234567Yang/cf-proxy-ex/issues/44
- 添加默认安全密码,为 `123`
- 被资本主义的大棒制裁了,Bolster 给我发警告说我钓鱼模仿 Netflix
- 更好的表单支持,get/set attr 会被正确处理 https://github.com/1234567Yang/cf-proxy-ex/commit/e5efd8bdfe5f981b8c623bf334fbb67c933baf2b
- 如果重定向有 Cookie 等 Header,会被正确处理 https://github.com/1234567Yang/cf-proxy-ex/commit/e5155d856dd8b09730b52f0d53f21fd13b40e7d8
- Cookie 逻辑重写,可以正确处理有时间期限的 Cookie,之前的版本遇到 `,` 就寄了 https://github.com/1234567Yang/cf-proxy-ex/commit/94c06187e565b4a6a33c6881e324ff46628df691
- 修复非 UTF-8 编码网站乱码问题 https://github.com/1234567Yang/cf-proxy-ex/issues/69
- + 1 more
v1.4 路径全部在客户端处理 修复众多问题v1.4
📋 Changes
- [路径全部在客户端处理](https://github.com/1234567Yang/cf-proxy-ex/commit/3ac2db6945c3afdcdf45a673ba1f31e987c9c1f6),防止 [worker 资源超载](https://github.com/1234567Yang/cf-proxy-ex/issues/13)
- 修复了 [`window.location.href` 未被替换的问题](https://github.com/1234567Yang/cf-proxy-ex/commit/2c17f0edce90dd8e78ba4216de7bd12df5b2654e)(应该使用 `replaceAll` 而不是 `replace`)
- [更新 `robots.txt` 规则](https://github.com/1234567Yang/cf-proxy-ex/commit/7193ac2d5f0601381141dad86f5a89578092faca),现在全部不允许抓取
- [代理地址 host 如果是大写就转小写](https://github.com/1234567Yang/cf-proxy-ex/commit/c3015c53839ba1e2b86569df30ce76f02c6c445f),比如 `wWW.AbCdeF.cOm` 会先转成 `www.abcdef.com`
- 之后[又做了一次更新](https://github.com/1234567Yang/cf-proxy-ex/commit/1fad232800a94502a2e319795e9e336dca1570e7),更好的检测这种情况
- 修复部分中文网站乱码问题,[添加检测BOM(Byte order mark)](https://github.com/1234567Yang/cf-proxy-ex/commit/cd43436d112f95952d6afa89461a8b92a2db70e7)
- [注入 href / src 的 getter / setter](https://github.com/1234567Yang/cf-proxy-ex/commit/491672629c236716ea6bd63055ccd1b71fd6ef10),让网站更难获取到真实 url
- [更谨慎处理 client 发送的 body](https://github.com/1234567Yang/cf-proxy-ex/commit/d4f9a12b41b40c52716e39a285b3b26fba57fb89)
- + 15 more
v1.3 注入设置范围,支持下载大文件v1.3
📦 更新内容:
- 注入的脚本设置有效范围,防止原始界面的一些变量重名
- 支持大文件下载,不会再提示 `Out of memory`
- 代理提示信息字体更小,减小布局影响
- `History Inject` 更稳定
- 修复一些小问题
- 修复如果没有`Body`(`204 No content`),worker会报错的问题
- 修复有时候显示`[object response]`的BUG
- 修复`History location`的问题
- + 1 more
📦 相关截图:
- 
- 
- <img width="1920" height="911" alt="image" src="https://github.com/user-attachments/assets/ae8de566-a38f-4789-a5cc-3ef619884ec2" />
- 经过测试,Google Translate可以正常使用文本翻译(暂不支持图片)
- 
v1.2更稳定的代理v1.2
📦 更新内容:
- 代理提示:每24小时会弹出一个提示,提示正在使用代理(不会影响界面加载),因为最近有人私信我说容易被当作盗版网站
- 安全密匙:利用Cookie技术添加了安全密匙,具体教程可以[点这里](https://github.com/1234567Yang/cf-proxy-ex/blob/main/security_password_tutorial.md)
- 新建元素Hook:重写`body.append`,可以修复有些网站JS添加了`<script>`导致无法及时转换路径的问题。
- ```diff
- 注意:appendChildInject暂未启用,因为发现启用之后maps.google.com失效
- ```
- 修复:
- 如果JS加载不出来,那么会一直尝试加载(给已经尝试加载过的JS添加一个属性)
- + 7 more
📦 相关截图:
- 
- 
- 
📦 感谢:
- 非常感谢 @LanYunDev (之前release忘提了) 和 @Caecilia 对本项目做出的贡献!
v1.1添加Location修改v1.1
修改了一个window.location,部分网站可以更稳定加载 仍在寻求youtube视频解决方案。
v1.0
📦 部分支持代理如下网站:
- Duckduckgo 全部支持
- 搜索 https://y.demo.wvusd.homes/https://duckduckgo.com/
- 聊天(四个模型) https://y.demo.wvusd.homes/https://duckduckgo.com/?t=h_&q=hi&ia=chat
- Github 部分支持
- 搜索
- 查看repo/issue
- 下载
- Bing 部分支持
- + 5 more
📦 下一步:
- 已经在制作客户端版的cf-proxy-ex了,更稳定,预计支持全部网站(除非网站屏蔽了worker的ip),在线版的也会继续维护。
