Try :
window.onerror = function(){
return true;
}
That is if you can include this before the bugged script has been executed.
Try :
window.onerror = function(){
return true;
}
That is if you can include this before the bugged script has been executed.