← Back to context

Comment by 1vuio0pswjnm7

4 hours ago

Alternative to archive.is

Text-only, no CAPTCHA, no Javascript, no geo-blocking, no DDoS on blogger

        links -source $(tmux capture -t0 -p --|tail -1) \
        |egrep -o "(\"text\":\"[^}]+)|(\"textAlign\":\"LEFT\")|(\"url\":\"[^\"]+)|(\"__typename\":\"TextInline\")" \
        |sed '/\"url\":\"/{s/??.*//;s/$/\">/;s/.\{7\}/<a href=\"/;};
           /\"__typename\":\"TextInline\"/{s/\"$/<\/a>/;s/.\{24\}//;};
           s/\"textAlign\":\"LEFT\"/<p>/g;/\"text\":\"/{s/.\{8\}//;s/\"$//;};
           s/\\u002F/\//g;s/\\u0026/\&/g' \
        |sed '1s/^/<meta charset=utf-8><meta name=viewport content=width=device-width>/' > 1.htm
        links 1.htm