Autoscroll until the page ends and save live recorded data directly to external storage instead of internal memory

Please respond

  1. archive webpage tool (both google chrome extension and Mac app version) records and archives pages as we view them and scroll them are these data temporary stored first in Mac memory, if yes what if users want to achieve large profiles which has thousands of scrolls because the memory will be full after scrolling for 50-100 scrolls and it will crash, so how do we not use memory and instead directly save them in external storage as we continue to scroll the pages.

  2. every pages needs continues auto scrolling so does the tool archive webpage have such functions I can’t find it because for a users to scroll manually would take too many hours and days so automating that scrolling would be practical.

Yes, there’s not much we can do if a site has infinite scroll and there’s no other way to get to older content besides scrolling. Some platforms (like x.com) have a way of starting from old posts based on date range, but others, require scrolling from the top.

The issue is likely not memory of the data, but the size of the page - some platforms like Facebook continuously add to the page, others like Instagram, do remove old posts at the top, we don’t have control over how big the page DOM gets.