Automatically loads the next page of the gallery as you reach the bottom
A userscript that enhances FurAffinity gallery browsing by automatically loading the next page when scrolling to the bottom. Also see docs on FA-Infini-Gallery.
Feature | Status |
---|---|
Automatic page loading | ✅ Completed |
Scroll detection | ✅ Completed |
Gallery management | ✅ Completed |
Support for all gallery types | ✅ Completed |
Support for watches pages | ✅ Completed |
Custom Settings | ✅ Completed |
Integration with Embedded-Image-Viewer ⠀⠀⠀⠀ | ✅ Completed |
showPageSeparator
- Whether to show a page separator between pages (default is true
)pageSeparatorText
- The text to use for the page separator (default is Infini-Gallery Page: %page%
)The InfiniGallery class contains the following properties:
scanElem
- The element used to detect when to load the next page (default is: footer
)galleryManager
- Manages the gallery content and loadingMethods:
startScrollDetection()
- Starts monitoring for scroll positionstopScrollDetection()
- Stops scroll detectionasync loadNextPage()
- Loads and appends the next gallery page