setTimeout("document.location.reload(true)", 30000);

function SilenceErrors() {
  return true;
 }
	
// if you want to show errors again, just comment this out
window.onerror = SilenceErrors;