this post was submitted on 10 Sep 2024
42 points (97.7% liked)

Firefox

17865 readers
9 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

You know those websites that load a little bit of the page as you scroll, I want to search the whole thing !

First it would be something that autoscrolls the page without needing me to keep the page down button pressed down for the entire duration, which can be a lot. I want to do other things while this happens

Second, some websites, like facebook, actually UNLOAD from memory the data as you scroll further, defeating the simple scroll down. So, once the first one is done, I would like something that aggregates the entire page and loads it in a static second tab and/or saves it to a single file ?

Is there anything like that, yet ?

top 11 comments
sorted by: hot top controversial new old
[–] delirious_owl@discuss.online 10 points 2 months ago (3 children)
[–] potentiallynotfelix@lemdro.id 6 points 2 months ago

Tragically that will mess up most sites nowadays with web2

[–] interdimensionalmeme@lemmy.ml 4 points 2 months ago (1 children)

Nothing loads at all for the websites where this is a problen

[–] delirious_owl@discuss.online 0 points 2 months ago* (last edited 2 months ago)

Then message the admin of the site. If it doesn't load at all, its a P1 issue (whereas your find issue isn't going to get their attention at all)

[–] ReversalHatchery@beehaw.org 1 points 2 months ago

and now none of the page will load.

pages that unload their content usually also load it with scripts. especially the parts further down

[–] vort3@lemmy.ml 10 points 2 months ago (2 children)

Depending on the site it may or may not work, and can be easy or hard to set up (there are many ways pagination is done), but I found this one to be the best:

https://addons.mozilla.org/en-US/firefox/addon/infy-scroll/

[–] christian@lemmy.ml 5 points 2 months ago

For anyone wondering, this extension is not FOSS.

[–] interdimensionalmeme@lemmy.ml 1 points 2 months ago

Thanks, that is close, maybe that pagerizer thing !

[–] WolfLink@sh.itjust.works 6 points 2 months ago (2 children)

That’s probably rather difficult because these websites are essentially computer programs that are rendering their content live. It’s like if you got an phone app to detect when another phone app is viewing something that looks like a book or document, and to then automatically make a paginated PDF of that app…

[–] jol@discuss.tchncs.de 3 points 2 months ago

Well, technically if you could simulated a window height of 9999px probably it would trigger a whole page render.

[–] interdimensionalmeme@lemmy.ml 2 points 2 months ago

Yes, but in practice the whole list is scrolling by, I'd just like to capture it all in a manner more efficient than a video screen recording