Skip to content

Instantly share code, notes, and snippets.

@sysnucleus
Created August 20, 2020 13:22
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 sysnucleus/84a0574cbf908813787d2d95b8a6c2ed to your computer and use it in GitHub Desktop.
Save sysnucleus/84a0574cbf908813787d2d95b8a6c2ed to your computer and use it in GitHub Desktop.
JS code to configure pagination (scroll) in WebHarvy for Twitter scraping
groupEl = document.getElementsByTagName('article')[0].parentElement.parentElement.parentElement.parentElement;
groupEl.children[groupEl.childElementCount-1].scrollIntoView();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment