auto scroll to bottom of page js

JavaScript
window.scrollTo(0,document.body.scrollHeight);
Source

Also in JavaScript: