sS hjs_scrollDownOnPageLoad() { ret hjs([[ document.addEventListener("DOMContentLoaded", function() { window.scrollTo(0, 100000); }); ]]); }