📖 How It Works

1. Fetching: The browser asks a middleman (a CORS proxy server) to download the website.

2. Parsing: It reads the raw HTML code using a DOMParser.

3. Rewriting: It hunts down every image, stylesheet, and script, and rewrites their URLs to also pass through the proxy.

4. Rendering: Finally, it writes the modified code into a brand new tab!

🕒 Recent History

  • No history yet.