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

Technology

34442 readers
206 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?

top 7 comments
sorted by: hot top controversial new old
[–] Zerush@lemmy.ml 11 points 2 years ago* (last edited 2 years ago)

uBO is the best choice, I think, but it is convenient to add some complementary extensions, which also cover other aspects of the tracking that some pages use. Recommended are:

Trace - All kind of fingerprinting, header, hyperlink auditions, etc.

What campaign - Swap out Google Analytics parameters with invalid data

Site Bleacher - Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs, except from the whitelisted ones

All FOSS and the best I had tested

At OS level I use Quad9 DNS and DNSCrypt and ProtonVPN

[–] bilb@lemmy.ml 5 points 2 years ago

I know most people browsing this site know this, but you can also enable network-wide DNS-based adblocking with something like Pi Hole. This is especially useful for blocking ads and tracking on appliances and smart TVs.

[–] Arcadius@lemmy.ml 5 points 2 years ago (1 children)

My family has been blocking ad since with days of Windows 98 SE. Right now we have UBO, Https everywhere, privacy badger on Firefox from our linux desktops/laptops to our smartphones.

[–] tmpod 2 points 2 years ago

HTTPS Everywhere is being deprecated since Firefox now has an "HTTPS only mode" which works really well :)

[–] Anachron@lemmy.ml 4 points 2 years ago (1 children)

I block network requests on an dns level using dns filter Lists.

[–] 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.