Aibooru AI Metadata On Hover

Show AI metadata when hovering over images on Aibooru posts page

作者
Leech King
今日安裝
0
安裝總數
0
評價
0 0 0
版本
1.0
建立日期
2025-09-24
更新日期
2025-09-24
尺寸
29.4 KB
授權條款
MIT
腳本執行於

Aibooru AI Metadata On Hover

Display AI metadata when hovering over images on Aibooru posts pages without needing to click into individual posts.

How to Install

Install a userscript extension and click the "install" button above to install the script.

Important: If you are using Tampermonkey extension in a Chrome-based browser, follow the instructions here to enable Developer Mode.

How to Use

This script only works on Aibooru posts pages. It displays AI metadata when hovering over images.

Simply hover your mouse over any image in the posts grid and a tooltip will appear showing the AI generation metadata including prompts, generation settings, model information, and tags.

Supported Pages

There are different types of Aibooru pages where this script works:

• Posts listings: /posts, /posts?tags=..., etc. • Homepage and root domain pages • All Aibooru subdomains: *.aibooru.online

This script will automatically detect when you're on a supported page. It does not activate on individual post pages (/posts/123456) since metadata is already visible there.

Metadata Sources

The script tries to get metadata from two sources:

  1. Post page scraping: Fetches the individual post page and extracts metadata from the AI metadata table
  2. Image EXIF data: If no metadata found on the post page, reads metadata directly from the image file

Troubleshooting

If the tooltip is not appearing: • Make sure you're on a posts listing page, not an individual post page

If metadata is not loading: • Some images may not have embedded metadata, either on site or inside exif • if site is on heavy traffic, the exif fetch (fallback) might take second or two

Supported Metadata Formats

Automatic1111: Standard Stable Diffusion WebUI format • NovelAI: JSON-based metadata format • NMKD Stable Diffusion GUI: Custom format • Raw EXIF/PNG metadata: Direct image metadata