View nhentai galleries in a vertical scroll instead of clicking page by page
View nhentai.net galleries in a continuous vertical scroll instead of clicking through pages one by one.
[This Project is being maintained actively when I got time, so drop a bug report if you ever find one]
Features:
- Continuous vertical scrolling through all gallery pages
- Lazy loading for better performance
- Preserves original header/cover/info layout
- Navigation buttons (scroll to top/bottom)
- Zoom toggle (1.0x / 1.5x)
- Keyboard shortcuts: J/↓ to scroll down, K/↑ to scroll up
Notes:
- Tested on Zen Browser (Firefox), because I don't like having to use Google Chrome.
- Works with Tampermonkey, Violentmonkey, Greasemonkey, and other userscript managers
Update 1.8
- Smaller UI buttons (nav buttons 50px → 36px, reduced padding/font on top buttons)
- URL watcher for SPA navigation - script now reinitializes when navigating between gallery pages
Update 1.7:
- Default zoom set to 67%
- Zoom cycles: 67% → 100% → 150% → 67%
- Script now only runs on gallery pages (/g/*/)
- Auto-cleans UI when navigating to artist/home pages
Update 1.6:
- Polling initialization (checks every 500ms for thumbnails)
- MutationObserver for early detection
- More reliable initialization across different page load speeds
Update 1.5:
- Auto batch loading: pages load in batches without waiting for scroll
- Retry with format fallback: webp → jpg → png
- Failed pages marked with red border and retry button