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
If your post meets the following criteria, it's welcome here!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
uBlock Origin ftw
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.
May I see a source on this? I'd love to read more about it.
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