Booru Enhanced Dark Gallery

Modern dark theme with masonry layout, advanced search overlay, smart image loading, and collapsible sidebar for booru sites

These are versions of this script where the code was updated. Show all versions.

  • v7 2026-04-06

    Added support for xbooru and safebooru

  • v6 2026-04-06

    Changed the image order back to left -> right

    readded border for video thumbnails

  • v5 2026-04-03

    Fixed page and thumbnail layouts for

    • Profile pages
    • Comment page
    • User Favorites

    Auto-detect image server from page with caching

    Improved image loading with lazy loading, probe images, and retry logic

    added tampermonkey context menu for all settings

  • v4 2025-08-15

    Major Changes

    • Replaced CSS columns with CSS Grid layout - Eliminates layout reflow issues and performance problems caused by column recalculation
    • Removed animations and transitions - Significantly reduces GPU usage and improves scrolling performance
    • Streamlined CSS - Reduced file size and simplified styling for faster rendering

    Code Quality

    • Simplified modules - Removed unnecessary complexity while maintaining functionality
    • Better error handling - More robust autocomplete and image loading
    • Cleaner CSS variables - Consolidated and optimized custom properties
    • Reduced font dependencies - Uses system fonts for better loading performance

    UI Simplifications

    • Simplified hover effects - Lighter transforms and reduced visual complexity

    Breaking Changes

    • No more complex animations - Hover effects are now simple transforms
    • Simplified search interface - Removed some visual flourishes for performance
  • v3.2 2025-07-16

    hotfix

  • v3.1 2025-07-16

    Fixed mobile layout hopefully

  • v3.0 2025-06-08

    bug fix & code cleanup

  • v2.0 2025-05-30

    Added a search overlay

  • v1 2025-05-24