Modular enhancement suite for Danbooru/Gelbooru/Moebooru-family booru sites — original-quality media, smart downloads, fullscreen viewer, tag tools, blacklist filtering, infinite scroll, reverse image search, and more.
코드가 업데이트된 버전 목록입니다. 모든 버전 보기
===============================================================================
FIXED
Moved gallery click and pointer-event delegation from capture phase to bubble phase.
Hardened Gelbooru-family thumbnail wrapper detection.
Removed the hard-coded Gelbooru "+42" pagination fallback.
Preserved and reinforced native pagination recovery.
Preserved pagination loop protection.
IMPROVED
Fixed infinite-scroll fallback pagination
Fixed initial gallery duplicate detection
loadedPostIds
Fixed gallery state resets
Fixed duplicate thumbnails during infinite scrolling
Fixed repeated infinite-scroll initialization
Fixed repeated infinite-scroll toggling
Fixed pagination loops
Fixed gallery replacement handling
More reliable pagination discovery
rel="next"
+42
Safer generic-site pagination
pid
Improved infinite-scroll failure handling
Improved page-loading diagnostics
Improved dynamic gallery support
Improved immediate thumbnail interaction
Improved gallery initialization
1.2.5
Tested architecture targets:
v1.2.5 focuses on making the gallery and infinite-scroll system idempotent, duplicate-safe, loop-resistant, and resilient to SPA/AJAX page changes, while preserving the existing viewer, downloader, settings, metadata, and adapter architecture.
The following settings are now available:
gallery.infiniteScroll
gallery.gridDensity
gallery.thumbnailSize
gallery.gridGap
The downloader now supports:
GM_download
Example:
Character - Artist (123456).jpg
gallery.compactMode
Note: Infinite-scroll pagination is still being actively tested across the different Gelbooru-family implementations. Additional site-specific pagination fixes may follow.
[1.1.1]
Added a site-independent pagination API to adapters:
getNextUrl()
getPageIdentity()
getPostIdentity()
calculateNextUrl()
Added dedicated pagination support for:
Added support for Safebooru/Gelbooru-style:
#paginator a[alt="next"]
a[title="next"]
a.next
a[rel="next"]
Added PID-based pagination detection for Gelbooru-family sites.
Added automatic page-size detection from real pagination links.
Added calculated pagination fallback when a site does not expose a usable next link.
Added dynamic infinite-scroll sentinel with status messages:
Loading more…
Scroll for more…
No more posts
Unable to load the next page.
Added Retry button when a page request fails.
adapter.pagination
style.display
Fixed Safebooru infinite scroll stopping after the first page.
Fixed pagination logic that incorrectly marked a gallery as exhausted when the standard a[rel="next"] / a.next selectors were unavailable.
Fixed duplicate page requests.
Fixed duplicate post insertion across dynamically loaded pages.
Fixed pagination state being lost when the site's paginator DOM is replaced.
Fixed infinite-scroll requests being triggered concurrently.
Fixed false "No more posts" states when pagination detection temporarily fails.
"No more posts"
Fixed retry behavior by preserving the exact failed URL.
Fixed calculated pagination from losing existing query parameters such as tags, rating, sorting, page, pid, and s.
page
s
Current Page │ ▼ adapter.pagination.getNextUrl() │ ├── Explicit next link │ ├── Advancing PID/page link │ └── calculateNextUrl() fallback │ ▼ Load next page │ ▼ Validate response │ ▼ Extract posts │ ▼ Deduplicate posts │ ▼ Insert into grid │ ▼ Find next page URL │ ▼ Continue scrolling
loadedPages
consecutiveEmptyPages
IDLE → LOADING → SUCCESS / ERROR / EXHAUSTED
BE.modules.gallery._scrollState
Settings persistence race conditions
Storage schema migration support
Gallery thumbnail sizing
gridDensity / compactMode
gridDensity
compactMode
--be-grid-columns
--be-thumb-gap
Gelbooru-family API failures
fetch()
GM_xmlhttpRequest
Silent toolbar/keybind failures
Settings-page consistency
GM_*
GM.*
Continued modular adapter-based design:
BE.core
BE.store
BE.settings
BE.bus
BE.net
BE.adapters.*
BE.modules.*
This release resolves the major issues identified in 1.0.x:
1.0.x
1.1.0
The following remain intentionally out of scope for this release:
The current architecture already provides extension points for these features without requiring changes to the core system.
changed namespace and version