|
|
|
Show HN: chop.ax – strip sites down to just their content
(chop.ax)
|
|
6 points
by foax
78 days ago
|
|
I built web tool for accessing just the (usually text) content of sites. It handles news sites best, thanks to Mozilla's fantastic Readability library. It also supports sites that use client-side rendering, using Puppeteer. Stripped pages are cached in Redis. My main use-case for this tool is for extreme bandwidth-constrained networks, eg Meshtastic (with an internet gateway). |
|
Stuff like images, SVGs are also preserved on some sites: https://chop.ax/https://doc.rust-lang.org/stable/nomicon/ind... and https://chop.ax/https://cppreference.com
A lot of the listed sites don't work and just return "Origin returned HTTP 403". Reddit also doesn't work.