My site was infected by malware that added a div like <div style="position:absolute; left: -3000px" ... > ... </div> to post_content for 381 posts. It would take days to remove them manually. My client can't afford to pay me to do that and they are not technical enough to parse and remove the text themselves.
Does anyone know of a way to scrape and remove html based on a text string or DOM query using SQL?
Thanks!