Skip to content

Instantly share code, notes, and snippets.

@sente
Created June 12, 2020 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sente/590f249062f0afd6167938bb7a518d2d to your computer and use it in GitHub Desktop.
Save sente/590f249062f0afd6167938bb7a518d2d to your computer and use it in GitHub Desktop.
var morefunction = function()
{
button = document.getElementById("more")
button.click();
button.scrollIntoView();
window.scrollBy(0,-40);
}
var myVar = setInterval(morefunction, 4000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment