to data.json in the format: { "parody": "", "bio": { "About her": "...", "Hair Color": "...", ... } }
Empty keys in the bio HTML are merged into "About her".
If the description begins with the literal "About her:", that prefix is removed automatically.
Visual theme changed to dark maroon + gold accents to match requested style.
Various compatibility fixes (HentaiHeroes frame mode fallback, sess token handling).
===========================================================================
🎯 FEATURES
Automatic character detection across Harem Heroes variants
High-quality image downloads (800x450 or 1600x900 depending on site)
Custom file naming with optional prefixes
Checkbox-driven downloads (Scenes / Avatars / Data)
Avatars saved as star0..starN.png and icon.png
Exports bio block to data.json with "About her" normalization
Real-time download progress logging and exportable debug log
Modern maroon + gold themed UI
Cross-platform compatibility and error handling
🚀 QUICK START
Install this script in Tampermonkey.
For HentaiHeroes.com: enable "Run in frames" in script settings.
Open your harem page and select a character.
Click the floating download icon (top-right).
Use checkboxes to select Scenes / Avatars / Data, optionally set a Prefix, then press DL.
📖 DETAILED INSTRUCTIONS
INSTALLATION
Install Tampermonkey.
Create/import this script and save (Ctrl+S).
For hentaiheroes.com enable iframe execution in Tampermonkey script settings.
CONTROL PANEL
Character Info: name, ID, scenes count, first quest.
Top row: Checkboxes — Scenes (default checked), Avatars, Data.
Bottom row: Prefix input and buttons (Refresh ↻, Download DL, Log).
Log area: live messages; use Log to download hh_download_debug.log.
FILE NAMING
Scenes: {prefix}{Character Name} {Scene Number}.jpg
Example: (001) Ayane 1.jpg
Avatars: star0.png … starN.png
Icon: icon.png
Bio export: data.json with structure shown above
SUPPORTED SITES
✅ HentaiHeroes.com (requires iframe mode)
✅ HaremHeroes.com (Nutaku)
Other variants: GayHarem.com, ComixHarem.com, HornyHeroes.com, PornstarHarem.com, TransPornstarHarem.com, GayPornstarHarem.com, MangaRPG.com (may vary)
🔧 TROUBLESHOOTING
"No character detected": select a character; enable frames for HentaiHeroes; refresh.
Downloads blocked: check browser download/pop-up permissions.
Bio missing or malformed: check page HTML for
.
If avatars or icon fail, confirm the character ID is shown in the panel and site resources are reachable.
🛡️ PRIVACY & SECURITY
Script only runs on matched game pages and downloads images from game servers.
No external data is transmitted; source code is open for review.
📝 TECHNICAL NOTES
Uses GM_download for file saving and Blob -> object URL for data.json.
Handles sess tokens for Nutaku and fallbacks for HentaiHeroes.
Normalizes bio keys (title-cased) and merges empty-key content into "About her".
Strips leading "About her:" from the description when present.
🆘 SUPPORT
Check troubleshooting section.
Use Log button to export debug log and attach it when reporting.
Include browser version and site URL when reporting issues.
⚖️ LICENSE
MIT License — free to use, modify, and distribute.
🔄 UPDATES (example)
v0.5 — UI theme, checkbox DL, avatar/icon download, bio export, About her cleanup, star0 fix, compatibility improvements.
===========================================================================