Replace s02..s10.mp* par s01.mp* pour les images qui ne chargent pas sur MangaPark
MangaPark Image Server Fix is a userscript designed to solve the common issue where manga pages fail to load because some images are hosted on broken or unreliable servers (such as s02.mpqom.org, s03.mpqom.org, etc.).
Many chapters load partially, and some pages remain empty due to invalid or unavailable CDN subdomains.
This script automatically replaces all faulty image URLs with a working server, usually s01.mpqom.org, which consistently delivers functional images.
✅ What the script does:
Detects all `` elements on MangaPark pages.
Rewrites image URLs that use servers like:
https://s02.mpqom.org/
https://s03.mpqom.org/
...
https://s10.mpqom.org/
Automatically replaces these with:
https://s01.mpqom.org/
Supports:
src
data-src
data-original
data-lazy
srcset and data-srcset
Works on page load and with infinite scroll / dynamically loaded images.
Fully compatible with desktop and mobile browsers (Tampermonkey/Kiwi).