Skip Navigation

Google said it was too hard to target ads to people

Came across this article and it got me thinking, are there any simple ways to defeat advanced tracking methods (fingerprinting, tracking pixels, etc.)?

Obviously you could go the Tor on a virtual machine route, or a non persistent set up like TAILS, but what about a browser that's able to give say, a 80% solution?

I work in the security industry and am always looking for the solution that is simple enough that its palatable to a client (not asking to change your whole lifestyle, just push this button) but also relatively effective.

57 comments
  • Meanwhile the linked website is full of intrusive ads and hundreds of "legitimate interest" tracking cookies. Oh the irony...

    • uBO exists.

      • You don’t get the point, do you? I know I can block those, yet it’s hypocritical to complain about privacy and tracking in an article while doing the same. It’s not even the fact they use cookies at all, I get they might need them for analytics and such. But this site is out of control

  • i use uMatrix (by the same author as uBlock Origin), which essentially allows very granular control over what dynamic content to allow:

    per domain and subdomain you can allow script, xhr, media, frames, cookies, images, css, and other things

    so you can say, for example, on lemm.ee deny any scripts from google.com from loading and deny any xhr (so analytics can’t work even if the script is hosted on the sites own domain)

    this stops a lot of fingerprinting in its tracks (except when you need to allow eg reCAPTCHA), but it does break pretty much every website until you go and allow only known good things (like scripts and xhr to the sites own domain)

    there’s also server-side fingerprinting, which is harder again

    • This looks to be an excellent tool, thanks for sharing and have a good one.

      • you’re welcome! you too!

        it should be noted though that it hasn’t been updated since 2021, and its repo has been archived (i’m not sure of the reasons). it still works great, but it’s not going to get any updates

  • I will keep my adblocker until contextual ads are the norm again.

57 comments