Sprawdź, czy strona jest załadowana, czy nie JavaScript

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