|
|
|
|
|
by 1vuio0pswjnm7
59 days ago
|
|
Alternative to archive.ph Text-only, no CAPTCHA, no Javascript, no DDoS on blog, no geo-blocking x="https://www.bloomberg.com/news/articles/2026-04-26/how-google-s-sergey-brin-helped-fuel-a-political-war-in-california"
echo url="$x"|curl -K/dev/stdin \
egrep -o "(type\":\"paragraph)|(type\":\"text\",\"value\":\"[^\"]+)" \
|sed '/Read More:/{N;d;};s/type\":\"paragraph/<p>/;s/.\{22\}//' \
|sed '1s/^/<meta charset=utf-8><meta name=viewport content=width=device-width>/' > 1.htm
firefox ./1.htm
|
|