Blocking Ads on wetteronline.de
Posted: Mon Feb 26, 2018 2:38 pm
Hello I'm new to writing Adblock filters and I have a question.
On the top of there is an big Ad banner witch dosen't get blocked by the default rules.
The structure is the following:
The two strings at the end are random and change on reload. So the most basic filter to use here is the following I thought:
st.wetteronline.de/image/sites/*/*.jpg
But this filter is not working! Can someone tell me why?
My solution is now:
wetteronline.de###leftcontainer > DIV:first-child
wetteronline.de###contentcontainer > DIV:first-child
wetteronline.de###sidebar > DIV:first-child
On the top of
Code: Select all
https://www.wetteronline.de
The structure is the following:
Code: Select all
https://st.wetteronline.de/image/sites/0911d54b42d65223ca02a2320d340ac8411028304035/FLmcD7TufJJGB2OD2.jpg
st.wetteronline.de/image/sites/*/*.jpg
But this filter is not working! Can someone tell me why?
My solution is now:
wetteronline.de###leftcontainer > DIV:first-child
wetteronline.de###contentcontainer > DIV:first-child
wetteronline.de###sidebar > DIV:first-child