Need PHP browser component with JavaScript interpreter
Using php, I need to be able to find text and location of AdSense ads that are appearing on certain webpages. The problem is that AdSense ads are put there through JavaScript that is messing with the DOM.
Does anyone know of an HTML parser / JavaScript interpreter that is compatible with a backend PHP script?