Trying to find a solution for this problem has been quite the challenge. Despite my efforts in searching and Googling, I have yet to find the perfect answer...
Would anyone be able to create a script that can remove all occurrences of
<a href="http://mysite.com/search?mode=results&queries_name_query="></a>
from within the body of an HTML document?
The tags are generated by JavaScript and always include an extra blank href. Perhaps there is another quick script that can help clean this up?
Any assistance or advice would be greatly appreciated.