this post was submitted on 15 Aug 2024
696 points (99.3% liked)

Privacy

31224 readers
844 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

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Google's campaign against ad blockers across its services just got more aggressive. According to a report by PC World, the company has made some alterations to its extension support on Google Chrome.

Google Chrome recently changed its extension support from the Manifest V2 framework to the new Manifest V3 framework. The browser policy changes will impact one of the most popular adblockers (arguably), uBlock Origin.

The transition to the Manifest V3 framework means extensions like uBlock Origin can't use remotely hosted code. According to Google, it "presents security risks by allowing unreviewed code to be executed in extensions." The new policy changes will only allow an extension to execute JavaScript as part of its package.

Over 30 million Google Chrome users use uBlock Origin, but the tool will be automatically disabled soon via an update. Google will let users enable the feature via the settings for a limited period before it's completely scrapped. From this point, users will be forced to switch to another browser or choose another ad blocker.

Archive link

you are viewing a single comment's thread
view the rest of the comments
[–] Mikina@programming.dev 10 points 1 month ago* (last edited 1 month ago) (6 children)

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.

[–] unemployedclaquer@sopuli.xyz 7 points 1 month ago (2 children)

Lynx ftw! Not sure if that's been maintained since the 90s though.

[–] dunz@feddit.nu 3 points 1 month ago

You can't improve on perfection!

[–] Avatar_of_Self@lemmy.world 2 points 1 month ago

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.

[–] tetris11@lemmy.ml 5 points 1 month ago

browsh does, but uses FF as backend renderer

[–] TheNickOfTime@fedia.io 4 points 1 month ago

it won't be long before I'll just say fuck it and switch to elinks...

Holy mother of BASED

[–] ssm@lemmy.sdf.org 3 points 1 month ago* (last edited 1 month ago)

The sooner you abandon javascript and css, the sooner you can be free

[–] toastal@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

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.

[–] trevor@lemmy.blahaj.zone 0 points 1 month ago

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 (🤢)