logoalt Hacker News

1vuio0pswjnm7today at 1:06 AM0 repliesview on HN

Partial list of alternatives to archive.is

No CAPTCHA, no geo-blocking, no archive.today annoyances

No Javascript, text-only

Option 1

   tnftp -4o"|grep -Eo 'flatplan-paragraph.*GpNxD' \
   |sed 's/.\{26\}/<meta charset=utf-8>/;s/<div.*//'" \
   https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/ > 1.htm
   firefox ./1.htm
Option 2

   tnftp -4o"|tr -d '\134' \
   |grep -Eo 'innerHtml...[^\}]+' \
   |sed '
   1s/^/<meta charset=utf-8>/;
   s/innerHtml.../<p>/g;
   s/\",\"index\":[0-9]*//g;
   s/\"//g;
   s/u003c/</g;
   s/u003e/>/g;
   '" \
   https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/ > 1.htm
   firefox ./1.htm
Option 3

   links https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/ 
   elinks https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/ 
Option 4

   Add CSP to response headers to disable Javascript, something like 
   http-response add-header Content-Security-Policy "script-src 'none'; default-src 'none'" 
   firefox https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/