Javascript: scroll page top before unload
$(window).on('beforeunload', function() { $(window).scrollTop( 0 ); });