Hacker News new | ask | show | jobs
by swiley 3261 days ago
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.

1 comments

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.