I have links being generated by an RSS feed that lead to nowhere for some reason. They aren’t important so I figured maybe I could remove the links.
Is there any way to completely remove the ‘a’ tag or something? What’s the best way to go about this to make it plain text?
All the links begin with ‘http://output”. Thank you.
You could use the attribute starts with selector
This removes all
<a>tag with the attribute href that starts withhttp://outputIf you need to replace it with normal text you could do