Where archive.ph is blocked:<p><a href="https://web.archive.org/web/20240213113241if_/https://www.wired.com/story/the-one-internet-hack-that-could-save-everything-section-230/" rel="nofollow">https://web.archive.org/web/20240213113241if_/https://www.wi...</a><p>To read text-only:<p><pre><code> curl https://www.wired.com/story/the-one-internet-hack-that-could-save-everything-section-230/ \
|grep -Eo articleBody\":\".+\"isBasedOn\" \
|sed 's/.\{14\}//;s/\\n/@@/g;s/.\{13\}$//' \
|tr -d '\342\200\224\231\234\235' \
|tr @ '\12' \
|fmt > 1.txt
firefox ./1.txt</code></pre>