MangaPark Broken Image Fix (s01 server)

Replace s02..s10.mp* par s01.mp* pour les images qui ne chargent pas sur MangaPark

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
MugenR6S
今日安裝
15
安裝總數
108
評價
0 0 0
版本
1.1
建立日期
2025-12-05
更新日期
2025-12-05
尺寸
3.1 KB
授權條款
未知
腳本執行於

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