noerr.js 96 B

12
  1. var track_errors=1;function noError(){if(track_errors==1){return true;}}
  2. window.onerror=noError;