Gives you the option to load all the subsequent comic pages on a FurAffinity comic page automatically. Even for pages without given Links
A userscript that enhances FurAffinity webcomic navigation by automatically detecting and loading comic pages. Also see docs on FA-Webcomic-Auto-Loader.
| Feature | Status |
|---|---|
| Comic navigation detection | ✅ Completed |
| Forward/backward searching | ✅ Completed |
| Custom lightbox integration | ✅ Completed |
| Loading animations | ✅ Completed |
| Navigation button customization ⠀⠀⠀⠀ | ✅ Completed |
| Folder support | ✅ Completed |
showSearchButton - Enable/disable the search for similar pages button (default: true)loadingSpinSpeed - Control loading animation speed (default: 1000)backwardSearch - How many pages to search backwards (default: 3)overwriteNavButtons - Whether to overwrite navigation buttons with comic navigation (default: true)useCustomLightbox - Enable/disable custom lightbox (default: true)useCustomLightboxNav - Enable/disable custom lightbox navigation (default: true)The AutoLoader class contains the following properties:
submissionImg - The current comic page imagecurrComicNav - Current comic navigation instance (see ComicNavigation) currComicNavExists - Whether the current comic navigation instance existscurrSid - The current submission IDHandles comic navigation detection and management:
There are 3 classes for search functionality:
ForwardSearch - Handles searching for next comic pages if comic navigation is missingBackwardSearch - Handles searching for previous comic pages if comic navigation is missingAutoLoaderSearch - Handles comic page loading if comic navigation is present