Hello, I'm trying to install this module on a new magento 2.4.6 and the module does not work. Issue is caused by .size() method use in infinitescroll.js that was deleted on latest version of jQuerry. Resolution by replacing all .size() in infinitescroll.js with .length Have a nive day