WaybackProxy
WaybackProxy is a HTTP proxy that sends all requests through the Internet Archive Wayback Machine and OoCities, returning the original antique-browser-friendly markup.

Setup
- Edit
config.py to your liking
- Start
waybackproxy.py
- Set up your antique browser:
- If your browser supports proxy auto-configuration, set the auto-configuration URL to
http://ip:port/proxy.pac where ip is the IP of the system running WaybackProxy and port is the proxy's port (8888 by default).
- If proxy auto-configuration is not supported or fails to work, set the browser to use an HTTP proxy at that IP and port instead.
- Try it out! You can edit most settings that are in
config.py by browsing to http://web.archive.org while on the proxy, although you must edit config.py to make them permanent.
- Press Ctrl+C to stop
Known issues and limitations
- The Wayback Machine itself is not 100% reliable, especially when it comes to images on archived pages.
- WaybackProxy is not a generic proxy. The POST and CONNECT methods are not implemented.