this post was submitted on 31 Aug 2023
80 points (95.5% liked)

Privacy

31246 readers
1008 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
 

Hey everyone, I'm still pretty new to using my GrapheneOS phone and have been slowly transitioning to a more privacy oriented technology lineup than I previously did.

I searched for clients on Google and found "Total Adblock", "Adblock", and "Adblock Plus" but I'm not quite sure how to audit an adblocker for security flaws or malicious intent. I also would prefer to install apps through the F-Droid store and learn how to compile from source code on mobile (if that's possible on GrapheneOS or if that's even something desirable)

Thanks for any help! Been lurking a lot on Lemmy and have really enjoyed the energy in the community. Definitely has made learning Linux and the countless times I've had to fix my Arch system much more enjoyable. GrapheneOS has been quite stable too other than the phone having interfacing problems with my cellular provider's network...

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

I'm on grapheneos and set my private dns to dns.adguard.com like the other guy suggested (also set it on my router too!)

I use Fennec (Firefox stable fork) from fdroid and it has the uBlock Origin extension, and I go hardcore and enable every single filter except the language filters lol. DarkReader extension also is super nice and is set to my auto enable on my system color setting.

Also I use noScript and go to the settings and enable "temporary allow top level domain scripts" and it allows a good amount of sites to work without having to manually allow extra stuff. There's still a lot that break, but much less breakage then blocking all js by default. I would skip noscript altogether if you don't want to manually enable js files and keep tweaking until the site works. It's really overkill for everyday browsing.

Using Mull browser (also on fdroid) too if you don't mind some breakage, it's Fennec but with arkenfox.js, so basically all the maximum privacy and anti-fingerprint resistance settings enabled. I don't really need that level of privacy, and Fennec + uBlock Origin is private enough to me to defeat all the trackers and it "just works" without ever tweaking anything on any website.

Bonus tip: try out Droid-ify app instead of fdroid. The fdroid app is super archaic and Droid-ify is an actual modern version with seamless updates for fdroid apps.

[–] [email protected] 3 points 1 year ago (1 children)

Is there a reason you recommend forks of Firefox rather than the official version with the same add-ons enabled? Firefox already has support for Ublock and will have full desktop add-on support soon.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Has all the telemetry, analytics, and pocket crap removed, and some proprietary blob or something lol. I know if they ever add more spying stuff the future that it'll automatically be patched out in the fork I use. Besides that, it's the exact same experience. Even Firefox Sync works which I use.

On top of that, it's available on f-droid so it doesn't rely on Google Play at all, which is very important if you're trying to minimize Google stuff on your phone.

[–] [email protected] 1 points 1 year ago

Thank you for all the great suggestions! I've been slowly implementing a potpourri of the recommendations I've gotten across tech in my life so its been quite exhausting the past month trying to digest it all.

I love the DNS.adguard.com pihole! I started using it about 3 weeks ago and its made my mobile browsing experience so much better. It was perfect to see all those terrible ads and popups that just make it distracting and impossible to read vanish into smome. Not to mention redirects and videos I didn't want to play...

Just checked out Fennec and Droid-ify and is there a particular reason Droid-ify was written entirely in Kotlin? I only recall that Kotlin was named after the island near St. Petersburg, but that's it... I only started using Arch Linux about 3 months ago as my daily driver and used Windows for 18 years prior. Been hard to unlearn a lot of habits instilled from undergrad from my shitty Python and MATLAB courses + decades of Windows usage.