logoalt Hacker News

1vuio0pswjnm7today at 3:14 AM1 replyview on HN

Alternative to archive.ph

Disable Javascript and CSS

For example

   curl https://www.lrb.co.uk/the-paper/v48/n09/john-lanchester/squillions \
   |sed '1s/^/<meta http-equiv=content-security-policy content=\"default-src none\">/' > 1.htm
   firefox ./1.htm 
There are also Firefox add-ons that can do this as well

Or use a text-only browser

   links https://www.lrb.co.uk/the-paper/v48/n09/john-lanchester/squillions 
   links -dump https://www.lrb.co.uk/the-paper/v48/n09/john-lanchester/squillions

Replies

Cider9986today at 7:09 AM

BPWC is good as well, but I would keep it in a separate browser profile.