HH++ Download Images

Télécharge les images des personnages dans Harem Heroes

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
demandehhapi
Denně instalací
1
Celkem instalací
73
Hodnocení
0 0 0
Verze
0.7
Vytvořeno
16. 06. 2025
Aktualizováno
21. 09. 2025
Size
24,0 KB
Licence
MIT
Spustit na

HH++ DOWNLOAD IMAGES - USER GUIDE
question on Discord: demandehhapi
===========================================================================

📋 DESCRIPTION
This script creates a floating download panel that automatically detects the currently selected character in your harem and allows you to batch download their scene images in high quality.

New additions:

Single DL button driven by three checkboxes (Scenes, Avatars, Data) — choose what to download.
Checkboxes are displayed on the top row; Prefix + buttons are on the bottom row.
Avatars download: ava0 → avaN saved as star0.png … starN.png (fixes previous missing star0).
Also downloads character icon from https://hh.hh-content.com/pictures/girls/{ID}/ico0-300x.webp?v=2 as icon.png when Avatars is checked.
Exports

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.
===========================================================================