I also use teddit.net which is essentially a plaintext reddit https://teddit.net/r/worldnews
cp /etc/lynx.cfg $HOME/.lynx.cfg export LYNX_CFG=$HOME/.lynx.cfg
VIEWER:application/postscript:fbgs %s VIEWER:image/gif:sxiv -a %s VIEWER:image/x-xbm:sxiv -a %s VIEWER:image/png:sxiv -a %s VIEWER:image/tiff:sxiv -a %s VIEWER:image/jpeg:sxiv -a %s VIEWER:video/mpeg:mpv %s VIEWER:video/mp4:mpv %s
Install sxiv and mpv, of course.
There's a GitHub repository floating around somewhere with code for an rss feed of it which works great for getting it on mobile.
VIEWER:application/postscript:fbgs %s VIEWER:image/gif:sxiv -a %s VIEWER:image/x-xbm:sxiv -a %s VIEWER:image/png:sxiv -a %s VIEWER:image/tiff:sxiv -a %s VIEWER:image/jpeg:sxiv -a %s VIEWER:video/mpeg:mpv %s VIEWER:video/mp4:mpv %s
Install sxiv and mpv, of course.