it seems that I'm to dumb to understand the filter syntax. Lets say we have this image:
Code: Select all
<img src="image.jpg" width="728" />
Code: Select all
##img[width="728"]
Code: Select all
||example.com##img[width="728"]
Code: Select all
<img src="image.jpg" width="728" />
Code: Select all
##img[width="728"]
Code: Select all
||example.com##img[width="728"]
I thought by that "||" means something like a wildcard?!Sometimes one wants to block http://example.com/banner.gif as well as https://example.com/banner.gif and http://www.example.com/banner.gif. This can be achieved by putting two pipe symbols in front of the filter which makes sure the filter matches at the beginning of the domain name: ||example.com/banner.gif will block all these addresses
Code: Select all
<img src="image.jpg" />