What it is
Kronos is a full production web proxy running on a real backend — Node.js, Caddy as a reverse proxy, and PM2 for process management on an OVH VPS with 8 vCores and 24GB RAM.
How Scramjet works
1. Service Worker — When you load a site through Kronos, a service worker registers in your browser and intercepts every fetch request the proxied page makes before it leaves your device.
2. URL Rewriting — Scramjet encodes the destination URL and rewrites every outgoing request to route through Kronos's bare server instead of hitting the origin directly.
3. Bare Server — The bare server handles actual HTTP requests to the real site and passes responses back through the service worker. Without it only the first page loads.
4. JS Rewriting — Scramjet rewrites JavaScript client-side so fetch calls inside the page's own scripts also get rerouted, keeping the full session proxied end to end.