esotericwarfare's comments

esotericwarfare | 11 months ago | on: Lynx is the oldest web browser still being maintained

You can render JS only websites using chromium headless like this:

chromium --headless example.com --disable-gpu --run-all-compositor-stages-before-draw --dump-dom --virtual-time-budget=10000 --window-size=800,600 | sed "s|<head>|<head><base href=example.com>|g" | lynx -stdin

page 1