onerror = Fout; function Fout() { return true; }

function blockError(){return true;} 

window.onerror = blockError; 
