Greasy Fork

Greasy Fork is available in English.

FA Embedded Image Viewer

Embeds the clicked Image on the Current Site, so you can view it without loading the submission Page

当前为 2025-07-01 提交的版本,查看 最新版本

作者
Midori Dragon
评分
0 0 0
版本
2.4.5
创建于
2023-01-06
更新于
2025-07-01
大小
37.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