this post was submitted on 08 Feb 2025
162 points (98.8% liked)

Asklemmy

44857 readers
1476 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

For example, Britain's national mapping organisation's brand is associated in our national consciousness with going to a small shop in a quaint village to get a map showing how to walk up a mountain. It's called Ordnance Survey. If that sounds like Artillery Research to you, that's because the project started because the king wanted to know how to accurately bomb Scotland.

you are viewing a single comment's thread
view the rest of the comments
[–] kayazere@feddit.nl 4 points 1 day ago (1 children)

uBlock Origin just prevents the network requests from these tracking frameworks from completing. All the javascript tracking code I believe still executes, just doesn’t return.

If it were possible it would be great to prevent these javascript frameworks from being loaded at all by the browser. But I guess the website javascript code would break.

It would be interesting to replace the tracking frameworks with an empty stubbed out implementation that does nothing. Not for sure how feasible that would be.

[–] lena@gregtech.eu 2 points 1 day ago (1 children)

May I see a source on this? I'd love to read more about it.

[–] kayazere@feddit.nl 5 points 1 day ago* (last edited 1 day ago)

I was actually trying to do some research on this as well to verify the claim, but couldn’t find a definitive answer. I’m not for sure whether uBlock blocks complete JavaScript libraries from loading by default or if it is only blocks the HTTP request like PiHole.

I did find this interesting project by DuckDuckGo which provides empty implementations of the JavaScript libraries when adblockers break the site. This seems to imply that some adblockers do prevent the JavaScript library from loading at all.

https://github.com/duckduckgo/tracker-surrogates