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

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Midori Tsume
日安装量
0
总安装量
106
评分
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