HH++ Download Images

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

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
demandehhapi
일일 설치 수
0
총 설치 수
78
평점
0 0 0
버전
0.7
생성일
2025-06-16
갱신일
2025-09-21
크기
24KB
라이선스
MIT
적용 사이트

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