Hi Guys,
I am trying to build an ad blocker for learning purpose that hides/blocks ads on all websites. So far I am able to hide ads from specific website by targeting the DOM element of that ad and setting its display to none.
Is there a way to do that? If yes, can someone points me in that direction?
Thank you!