So I have used this function to scroll down to other pages it works fine. But when it tries to use this function on this website Www.holonis.com and then click on my follower's list go down. It would not let me go down. The page just stays the same nothing Changes can someone please help me. Btw here is the script that I'm using
function autoScrolling() {window.scrollTo(0,document.body.scrollHeight);}setInterval(autoScrolling,500);