To the devs: Please implement a mechanism to make the site remember the scroll position whenever you click on model card that has been loaded via the infinity scroll mechanism. It is so irritating and annoying having to scroll through multiple (virtual) pages over and over again when you go back in the browser.
Possible solution:
you can achieve this either via a parameter in the url
?page=3
or via hashtag
#page=3
Use the browser History API to replace the current state and some simple backend logic to load the appropriate number of entries.