mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 13:00:01 -04:00
A highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.
https://docs.titaniumnetwork.org/proxies/ultraviolet
bypasscaptchabypass-recaptcha-v2discord-unblockeres6es6-javascriptgoogle-loginjavascriptnodejsproxyservice-workertitaniumnetworktypescriptultravioletunblockunblockerweb-proxy
.github/ISSUE_TEMPLATE | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
Ultraviolet
Advanced web proxy used for evading internet censorship or accessing websites in a controlled sandbox.
Ultraviolet works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.
How do I deploy/run this?
This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile uv.bundle.js
.
See Ultraviolet-Node for easy instructions to deploy an Ultraviolet website.