Use a DNS service like NextDNS or Control D and check the activity logs, block as needed. Or as others have said, UBlock has a custom rule creation feature. Use it. You select the elements you want to nuke, preview to see if it's working as intended, if it is click save rule.
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
Hit F12 for dev tools, go to the network tab and that will show all the network requests being made on that page. You can also use the inspect tool to click on a specific ad and see the code that initiated it.
Piholes make this dead easy because you can go through a list of connections and block/unblock suspicious ones until you get the right one.
Without a Pihole I guess some kind of packet inspection? uBlock is pretty in depth tho, it may show you stuff like that and I am just oblivious since I spend more time tuning my Piholes.
RegEx also works wonders, and I'm pretty sure uBlock Origin supports RegEx
Without a Pihole I guess some kind of packet inspection?
Just the browser dev tools is plenty to figure out everything going on.
Seconded, I'm an idiot with networking, but this has worked for me
Look at uBlock's info on the page?