canonical_id Generator
Compute the canonical_id for a comic from its first-page image URL.
Everything runs in your browser — no data is sent to a server.
Result
| Normalized URL | |
| canonical_id | |
How it works
The canonical_id is a SHA-256 hash of the normalized image URL.
See the canonical_id documentation for the full algorithm.
In brief:
- Lowercase the URL
- Remove query string and fragment (
?…,#…) - Remove
https://orhttp:// - Remove
www.prefix - Remove trailing
/ - Compute SHA-256 → 64-character lowercase hex string