select * from wp_posts where post_content LIKE '%voipnewswire%';
select * from wp_posts where post_content LIKE '%uustoughtonma%';
select * from wp_posts where post_content LIKE '%examhome%';
UPDATE `wp_posts` SET post_content = REPLACE (post_content, "<script src='https://pr.uustoughtonma.org/d.js' type='text/javascript'></script>", "");
UPDATE `wp_posts` SET post_content = REPLACE (post_content, "<script src='https://s2.voipnewswire.net/s2.js' type='text/javascript'></script>", "");
UPDATE `wp_posts` SET post_content = REPLACE (post_content, "<script src='https://cdn.examhome.net/cdn.js?ver=1.0.5' type='text/javascript'></script>", "");