logoalt Hacker News

1vuio0pswjnm7today at 1:06 AM1 replyview 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/

Replies

cyanmoonxtoday at 3:37 AM

This is what we should have put on the golden record sent on Voyager so the aliens don't get paywalled when they try to check out our content.

They might be trying to make contact, but they're shadowbanned. Neither party knows the message is being blocked.