For example; There's an image inside an anchor tag with a href attribute matching https://encrypted.google.com/search?q=Will+Eisner. Would it be possible to remove the link matching the https://encrypted.google.com/search?q=Will+Eisner URL using a wildcard string?
Code: Select all
<a href="https://encrypted.google.com/search?q=Will+Eisner&ct=eisner11-hp&oi=ddle"><img src="https://www.google.com/logos/2011/eisner11-hp.jpg"></a>
