Supported Sites

Manga Translator Z works on virtually any website with manga images — no site-specific integration needed.

How Compatibility Works

The extension does not use site-specific scraping or integrations. Instead, it works by detecting manga images on any page based on size and aspect ratio. This means it works on any website that displays manga images as standard HTML img elements.

Compatible Sites

The extension works on any manga reader that:

  • Displays pages as standard <img> elements (not canvas-rendered)
  • Has images at least 150x150 pixels
  • Uses standard navigation (page changes via URL or DOM updates)

This covers the vast majority of manga readers, manhwa sites, and webtoon platforms.

Known Limitations

IssueImpactWorkaround
Canvas-rendered readersCannot detect imagesUse a different reader site
Infinite scroll readersAuto-translate may miss imagesPress T after scrolling
SPA navigationURL changes may not trigger re-translatePress T manually or enable auto-translate with site access
SVG image sourcesCannot process SVGNot supported

SPA Support

Single-page application (SPA) readers — sites that change content without full page reloads — are supported via a MutationObserver that watches for URL changes. When a URL change is detected, old overlays are cleaned up and translation state is reset. If auto-translate is enabled, translation re-triggers automatically.

Reporting Issues

If a specific site does not work correctly, the issue is likely related to CORS restrictions or an unusual image loading pattern. See CORS & Images for troubleshooting steps.