How can I block images that refer to special site
Posted: Fri Apr 11, 2008 3:33 pm
How can I block images that refer to special site?
For example, many sites have some blocks (at top or bottom or anywhere else) for advertisement of special source.
In this case, the code is something like this
How can I write filter rule to block all the images that refer to special web site?
Thanks
For example, many sites have some blocks (at top or bottom or anywhere else) for advertisement of special source.
In this case, the code is something like this
Code: Select all
<a href="some-source-of-ads.com"><img src="any-image-address-different-all-the-time.gif"></a>
Thanks