this post was submitted on 14 Nov 2021
22 points (95.8% liked)

Technology

34442 readers
227 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
 

You'll have a lower chance to accidentally download a virus and the web is less annoying.

uBlock Origin is the go-to. For Firefox, Firefox on Android and Chrome

Most of you probably already have an adblocker, but an astonishingly large amount of people don't have one. Try it, you will never go without.

What else do you think is absolutely necessary to browse the web safely?

you are viewing a single comment's thread
view the rest of the comments
[–] Lee@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

DNS adblocking with AdGiardHome (open source on GitHub, better than Pi-Hole because it supports out of the box regex matching and DoH/DoT which means it will also encrypt your queries so your ISP doesn't mess with them, mine used to do and I don't trust them).

Hosts adblocking on Android (AdAway) + pointing the Android system DNS resolver to a DoT server.

Firefox (PC) with uBlock Origin, Local Dan and HTTPS mode only so it will stop and warn about any page trying to load over plain HTTP. DoH configured to point to my own adblocking server.

Firefox (Android) with AdGuard extension (it blocks popups and invasive ads on mobile better than uBlock Origin and breaks less mobile websites), Decentraleyes (LocalCDN not available for mobile) and HTTPS Everywhere set to EASE mode to force HTTPS.

All my browsers configured to erase all data (cache, cookies, etc) as soon as they are closed. It's almost like private mode but it bypasses the annoying popups that some websites display when browsing in private mode. It also means I don't risk keeping tracking cookies for a long time if some cookie manages to bypass my filters because I close my browser daily.

This is not a 100% fool proof solution but works well enough and doesn't break too many websites.