How to load infinite scroll pages faster?

https://immutascan.io/address/0xac98d8d1bb27a94e79fbf49198210240688bb1ed

This URL has 100k+ rows that I’m trying to scrape. They go back about a month (1/10/2022 I believe) but load in badges of 7-8.

Right now I have a macro slowly scrolling down the page, which is working, but takes about 8-10 hours per day’s worth of rows.

As of now, when new rows load there are 2-3 items that load immediately and then a few that load over time. I don’t need the parts that load slowly and would like them to load faster or not at all.

Is there a way that I can prevent elements from loading to speed up the loading of additional rows?

I’m using an autohotkey script that scrolls down with the mouse-wheel and that’s been working best.

I’ve also tried a Chrome extension but that was slower.

I found a python script at one point but it wasn’t any faster than autohotkey.