JavaScript Auto fait défiler une page pour en haut

window.onbeforeunload = function () {
  window.scrollTo(0, 0);
}
 
Carlos Silva