Hacker News new | ask | show | jobs
by davimack 3261 days ago
A truly obfuscatory browser: one in which everything sent to the server looked the same, regardless of which user, region, etc.
2 comments

With addons which disable user agents, referrers, and other details, and by disabling Javascript, you can nearly achieve this with Firefox and Chrome. I've noticed that some website refuse to serve content without a user agent.
curl -H "" -o stuff.html && elinks stuff.html

I've been looking for a site I can run this on over TOR at random times for reading news but I haven't found one.

Can elinks read from stdin?
links2 can, and both of them have --dump.

The nice thing about doing it like this is that the file persists on disk so viewing a page is decoupled from fetching it (which is nice for a lot of reasons.)

Yeah, I may have done that once or twice myself.

https://ello.co/dredmorbius/post/naya9wqdemiovuvwvoyquq

Why browsers don't dump to disk in a format that makes for easy rendering ... I don't know.