Hi I would like to stop UIWebView from loading a specific image, the problem is that the images url changes, BUT its id (id="Header1_headerimg") stays the same.
The html on the web page:
< img alt="Equestria Daily" height="350px; " id="Header1_headerimg" src="http://4.bp.blogspot.com/-WS5XLbTi47E/ThdWHuLoR4I/AAAAAAAAHT8/cdqXIVfXB9k/s1600/newdefaultbannerappstra.png" style="display: block" width="1100px; ">
I want this blocked in UIWebView.
No I cannot edit the pages html.
Thank you.