
Fix_User
Joined:
Last Activity:
2514 member views + 31366 guest views
44 followers & following 0
infomangaschapters(84)follows璉statusscoresemotionstagsreviews(0)comments(67)MPLists(0)fans(44)
I fix what I read and needs fixing, simple, will try to update the quality of the shows previously fixed, please, tell me if the order is wrong or something is off, I'm reading the comments that answer mines. Oh And Thanks For The Appreciative and Love Comments.
To fix the images on PC (Mobiles are below), in the chapter u want to fix, press F12 go to console tab and paste this:
// @name MangaPark Image Server Switcher
// @namespace http://tampermonkey.net/
// @version 1.7
// @description Automatically switches image servers when images fail to load
// @author You
// @include *://mangapark.*/*
// @include *://comicpark.*/*
// @include *://readpark.*/*
// @include *://parkmanga.*/*
// @include *://mpark.*/*
// @grant none
// @run-at document-end
// ==/UserScript==
(function() {
const w = new WeakSet();
const s = ["00","01","03","04"];
const r = /^https:\/\/s\d{2}/;
const f = i => {
if (w.has(i) || !r.test(i.src)) return;
w.add(i);
const p = i.src.replace(r, "");
let n = 0;
i.onerror = () => n < 4 && (i.src = `https://s${s[n++]}${p}`);
i.src = `https://s${s[0]}${p}`;
};
const g = document.getElementsByTagName("img");
for (let i = g.length; i--;) {
g[i].complete && g[i].naturalWidth || f(g[i]);
}
new MutationObserver(m => {
for (const o of m) {
for (const n of o.addedNodes) {
if (n.tagName === "IMG") {
n.complete && n.naturalWidth || f(n);
} else if (n.getElementsByTagName) {
const a = n.getElementsByTagName("img");
for (let i = a.length; i--;) {
a[i].complete && a[i].naturalWidth || f(a[i]);
}
}
}
}
}).observe(document.body, {childList: !0, subtree: !0});
})();
For Mobiles:
Courtesy of *<u>JokerXO</u>*
Android(Chrome & Firefox) fix:To anyone who's having trouble with the images not loading, here's the temporary fix until mpark fixes it: Go to any random site, bookmark it. Then find that bookmark in the "Bookmarks" tab, right click on it, choose "Edit bookmark", then change the URL to:
javascript:(function(){var r=/s\d\d./g;document.querySelectorAll("img").forEach(function(i){if(i.src){i.src=i.src.replace(r,"s03.")}if(i.srcset){i.srcset=i.srcset.replace(r,"s03.")}});})();
Then save it. Anytime you find a broken image on mangapark, just click on the bookmark you just saved, it should change every image hosts to s01, which won't be broken. It's a temporary fix for now. Should work with all browsers and on mobile.Also please spread this comment so other people can see.Edit: if "s01" doesn't work/load, change the links to "s03"
Block User
When adding a user to your block list, if there is a friend relationship between you, it will be terminated in both directions.
Users on your blocked list:
- Unable to reply to your comments.
- Unable to send you message.
- Unable to send you friend request.
Friend Manage
Instructions:
- Need the consent of the other party to become your friend.
- Unresponsive requests automatically expire after 30 days.
- You can submit up to 100 friend requests within 30 days