// Block Javascript Errors If Any Occour
function blockJSError(){
  return true;
}
window.onerror = blockJSError;
