Verifique se a página é carregada ou não JavaScript

if (document.readyState === 'complete') {
  // The page is fully loaded
}
Anthony Smith