Answer the question
In order to leave comments, you need to log in
How to scroll a dynamically loaded page to the bottom?
I want to display a list of members of a large group on FB, which I moderate.
In a smaller group, I do it manually like this: I scroll the list to the end, copy it to the clipboard, paste it into Excel.
The same group is too large for such manual work.
You put a weight on the space bar and the page starts scrolling.
This takes a lot of time.
If the list were just placed in a large div, it would be possible to scroll to a known larger number in the Chrome console, like this:
var block = document.getElementById("id");
block.scrollTop = 9999;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question