项目地址:GitHub - 14790897/full-forward-proxy: explore the limit of web proxy
本项目尽全力将网页上的内容全部通过 CF Worker 进行代理, 目前发现对谷歌,油管不适配
使用方法
-
访问域名主页,如我部署的https://forward.paperai.life,自动安装service worker
-
在任意 url 前面加上
https://你的域名/proxy/例如https://forward.paperai.life/proxy/https://github.com/14790897
功能
-
代理功能:拦截并通过 Cloudflare Worker 转发到目标网站的请求。
-
自动 URL 重写:修改 HTML 内容中的相对 URL,使它们通过代理加载。
-
Cookie 记录:在 Cookie 中存储当前访问的目标网站,以便处理后续特殊地直接对根路径请求时不需要再次提供完整的 URL。
-
service worker: 拦截非代理网站的请求,使得它们也走代理
体验网址
https://forward.paperai.life
演示视频

