this post was submitted on 14 Jul 2024
6 points (56.0% liked)

Privacy

31175 readers
413 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
 

I want to be logged in so I can do most things on Reddit like post and comment. I want it to be a web frontend rather than an app because I keep many tabs on Reddit open in my browser while doing research on things (like digital privacy for instance!). I did some searching and didn't find any currently working frontends with login support.

you are viewing a single comment's thread
view the rest of the comments
[–] treasure@lemmy.blahaj.zone 4 points 2 months ago (1 children)

Because privacy frontends send only the required data without the whole tracking garbage to the corresponding platform. That doesn't end at API calls, they are missing JS trackers that track your mouse movement, how long you look at a page, etc as well.

Often, a nice side effect is that ads are removed as well.

[–] kooky194@lemmy.zip 1 points 1 month ago (1 children)

Wouldn't disabling JS using something like u-block origin already do that ?

[–] treasure@lemmy.blahaj.zone 2 points 1 month ago

It's a bit hit and miss. Sometimes tracking functions are baked into the same JS files that are required for a functional site. You could absolutely do a deep dive into minified or even obfuscated JS code, but many people prefer to use something simple instead where no tinkering is required.