I am building a website which I am publishing with divs. When I refresh the page after it was scrolled to position X, then the page is loaded with the scroll po
div
For a simple plain JavaScript implementation:
window.onbeforeunload = function () { window.scrollTo(0, 0); }