Preview:
function sleep(ms) {
    return new Promise(resolve => setTimeout(resolve, ms));
}
ContinueCycle = true
while(ContinueCycle) {
    await sleep(2000);
    window.scrollTo(0,document.body.scrollHeight);
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter