Browser tool for converting YAGPDB ticket transcripts into Discord-styled HTML.
Upload a transcript file or paste a Discord CDN URL. After conversion, download the standalone HTML or load another transcript from the viewer toolbar.
Expected format: [2025 Dec 14 19:08:15] username#1234 (123456789012345678): Message content
- All processing happens client-side
- Discord CDN URLs are fetched via a primary private proxy with AllOrigins as a public fallback
- Forks: the primary proxy in
converter.jsonly accepts requests fromzhukant.github.io— replace or remove it before deploying - Automatic retry with exponential backoff for network timeouts (up to 3 attempts)
- 15-second timeout per request
- Mobile-responsive with collapsible toolbar
- Light/dark theme support with localStorage persistence
MIT