Skip to content

Instantly share code, notes, and snippets.

@kenorb
Last active April 7, 2019 15:32
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 kenorb/77d1028b8c1c95eac7cbf3f80a9c7319 to your computer and use it in GitHub Desktop.
Save kenorb/77d1028b8c1c95eac7cbf3f80a9c7319 to your computer and use it in GitHub Desktop.
How to click on Facebook 'See more' programatically?
setInterval(function() { document.getElementsByClassName("uiMorePagerPrimary")[0].click(); }, 30000);
@kenorb
Copy link
Author

kenorb commented Apr 7, 2019

Full steps to download all the files, written down at: How to download files from Facebook group?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment