this post was submitted on 31 May 2024
467 points (99.0% liked)

Technology

57435 readers
3838 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

The new MV3 architecture reflects Google's avowed desire to make browser extensions more performant, private, and secure. But the internet giant's attempt to do so has been bitterly contested by makers of privacy-protecting and content-blocking extensions, who have argued that the Chocolate Factory's new software architecture will lead to less effective privacy and content-filtering extensions.

For users of uBlock Origin, which runs on Manifest V2, "options" means using the less capable uBlock Origin Lite, which supports Manifest V3.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 2 months ago* (last edited 2 months ago) (2 children)

It's the best. Deletes all cookies and browsing data on exit by default. I changed it to keep history and cookies for a handful of sites

Turned up uBO to strict mode and installed JShelter to get rid of most clientside fingerprinting (this will cause some breakage on a site by site basis though, which is quick to be fixed. Mostly on sites that are dynamically managed by JS instead of the way it's meant to be)

[–] [email protected] 2 points 2 months ago (1 children)

What's jshtler is this like noscrypt?

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago)

Not really, NoScript prevents executing all JavaScript by default. JShelter instead strongly limits what JS can do and spoofs some values to throw of fingerprinters. It also has a network boundary shield (mostly blocking cross sites post/get requests. Same for lan to prevent your local network being scanned etc). And it comes with a fingerprint detector which allows you to see which websites want to track you the most (I avoid those whenever possible)

[–] [email protected] 2 points 2 months ago (1 children)

Deletes all cookies and browsing data on exit by default

This would make for an extremely annoying browsing experience.

[–] [email protected] 3 points 2 months ago

True

That's why I changed it to keep all history and cookies on pages I whitelisted