FA Webcomic Auto Loader

Gives you the option to load all the subsequent comic pages on a FurAffinity comic page automatically. Even for pages without given Links

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Midori Tsume
今日安裝
0
安裝總數
111
評價
1 0 0
版本
2.2.8
建立日期
2023-01-06
更新日期
2025-10-06
尺寸
61.7 KB
授權條款
MIT
腳本執行於

FA Webcomic Auto Loader

A userscript that enhances FurAffinity webcomic navigation by automatically detecting and loading comic pages. Also see docs on FA-Webcomic-Auto-Loader.

How to use

  • Load this script from GreasyFork or use it inside the browser extensions
  • The loader will automatically:
    • Detect comic navigation elements
    • Enable forward/backward navigation
    • Handle lightbox integration if enabled
    • Offer loading all comic pages
    • Searching for similar pages

Feature Roadmap

Feature Status
Comic navigation detection ✅ Completed
Forward/backward searching ✅ Completed
Custom lightbox integration ✅ Completed
Loading animations ✅ Completed
Navigation button customization ⠀⠀⠀⠀ ✅ Completed
Folder support ✅ Completed

Settings

  • 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)

Documentation

AutoLoader

The AutoLoader class contains the following properties:

  • submissionImg - The current comic page image
  • currComicNav - Current comic navigation instance (see ComicNavigation)
  • currComicNavExists - Whether the current comic navigation instance exists
  • currSid - The current submission ID

ComicNavigation

Handles comic navigation detection and management:

  • Detects navigation links in submission descriptions
  • Manages first, previous, and next page IDs
  • Provides navigation helper methods

Searching

There are 3 classes for search functionality:

  • ForwardSearch - Handles searching for next comic pages if comic navigation is missing
  • BackwardSearch - Handles searching for previous comic pages if comic navigation is missing
  • AutoLoaderSearch - Handles comic page loading if comic navigation is present