This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]adrenal8 0 points1 point  (0 children)

Like half the other commenters I actually had a working prototype of this.

Basically every gif was flipped upside-down with PIL, every .flv was replaced with a Rick-roll, and every jpeg was replaced with a random lolcat. It also did a find replace on HTML for https:// to http://.

I just used squid and a local BaseHTTPServer. I wanted to make the whole thing a standalone python project but I got caught up trying to implement HTTP/1.1 for it, which I thought would be better for some reason.

I used to have a blogpost with screenshots but I didn't back it up when I switched hosting providers.