697
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Aug 2024
697 points (99.3% liked)
Privacy
32103 readers
727 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
If it keeps going on like this, it won't be long before I'll just say fuck it and switch to elinks...
Hmm, on that note - is there any CLI web browser that can do javascript and css? Because iirc, elinks doesn't, though I havent used it in years.
Lynx ftw! Not sure if that's been maintained since the 90s though.
You can't improve on perfection!
Lynx is still actively maintained. I use it from time to time when I don't feel like leaving the command line to look something up or whatever. It works really well still. So long as all you care about is text.
If you like to use reader mode you'll probably like Lynx.
browsh does, but uses FF as backend renderer
Holy mother of BASED
The sooner you abandon javascript and css, the sooner you can be free
Elinks for can do basic CSS & JS. I wish there were better support for like 256 or 16 color modes for CSS to better support TUIs. The reading UX is generally pretty good, but stuff like syntax highlighting really helps. …That is if website makers did their job correctly & treated JavaScript as an enhancement. The bigger issue is even in the case of limited JS support like Netsurf, most developers aren’t going to be writing ES3 or ES5-compatible code which is about all most of these systems can support which means the JS will be broken anyhow without keeping their engines up to date.
https://github.com/fathyb/carbonyl
This is more usable than browsh, in my experience, but has the very unfortunate downside of being based on Chromium (🤢)