JavaScript Auto scrollen Sie eine Seite nach oben

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