this post was submitted on 13 Jul 2024
42 points (93.8% liked)

Privacy

30829 readers
1018 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
 

It seems like the main benefit of such frontends is the lack of trackers and fingerprinting, but what if the browser, like Firefox, already did that with UBlock Origin and fingerprinting protection?

top 9 comments
sorted by: hot top controversial new old
[–] MrSoup 24 points 1 month ago* (last edited 1 month ago) (4 children)

Think about performance improvement since the frontend does not load things which gets deleted by an addon, so it's lighter on resources.

Talking about privacy, using a frontend prevents Google from getting your IP.

[–] [email protected] 18 points 1 month ago* (last edited 1 month ago) (1 children)

That’s not entirely correct, invidious doesn’t act as a proxy. From the invidious faq:

By default, the video stream is fetched directly from Google's servers (googlevideo.com) in order to reduce the bandwidth required by invidious, meaning that Google will be able to see your IP address and some other data commonly sent by web browsers, like your user-agent string.

[–] MrSoup 17 points 1 month ago* (last edited 1 month ago)

That's invidious, piped actually act as a proxy (which is what I use).
Thanks for pointing out.

[–] [email protected] 5 points 1 month ago

Reddit's performance is actually unusable on mobile unless you use infinity

[–] [email protected] 4 points 1 month ago

Also they limit the amount of data your device sends to Google when using YouTube.

[–] [email protected] 3 points 1 month ago

This is even more true if you subscribe to channels using rss feeds from invidious, then simply use yt-dlp to grab the video directly from the URL. You also can use the noscript extension to selectively block the google video script and instead use yt-dlp to download the video. Using this over a no logging VPN like Mullvad prevents google from tracking your IP. Finally yt-dlp not only allows for use with invidious, but has a sponsorblock flag, which will cut out the mentions of sponsors in the video and then paste it back together, essentially autoskipping the sponsor mentions.

On Android, you can download an app from FDroid called Seal that basically uses yt-dlp, and can be customized to use the same flags.

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago)
  1. Adblockers aren't perfect, and unless you're running an ultra-paranoid uMatrix setup, you're likely running some scripts you don't want to.
  2. Cookies, even """necessary""" first party ones, can be used for tracking.
  3. Unless you use reddit's old. subdomain (which they might kill at any moment), reddit's and youtube's webclients are bloated beyond belief.
  4. Browsers have far more ways to fingerprint you than some api calls or webscraping over tcp on a 3rd party client; especially with javascript enabled.
  5. Webclients are often ugly and painful to use.
  6. You can completely avoid the algorithm.
  7. Due to the relative obscurity, you can avoid the arms race between projects like uBlock and social media platforms. youtube-dl got some legal flak, but yt-dlp is continuing its legacy.