Hello
Logging in by explorer 11 to the web page “https://www.google.it” the script to stop at the instruction line avastBHO.SERPWatcherOnReadyState()
No issue using firefox as browser
My avast version is 11.1.2245
this is the script
{
var _alreadyRunned = false;
setTimeout(function _watcherReady() {
if (window.document.readyState === “complete” && !_alreadyRunned) {
avastBHO.SERPWatcherOnReadyState();
_alreadyRunned = true;
} else {
timer = setTimeout(_watcherReady, 1000);
}
}, 1000);
};
thanks to anybody can help me
Bye