Fix_User
/u/1141284-fix_user
Joined:
Last Activity:
2512 member views + 31216 guest views
44 followers & following 0
Message
Report User
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:
'use strict';

function toS00(url) {
return url.replace(/:\/\/s(\d{2})\./g, (match, num) => {
return ['00','01','03','04'].includes(num) ? match : '://s00.';
});
}

function fixElement(el) {
if (el.tagName === 'IMG') {
if (/:\/\/s\d{2}\./.test(el.src)) {
el.src = toS00(el.src);
}
if (el.srcset && /:\/\/s\d{2}\./.test(el.srcset)) {
el.srcset = el.srcset
.split(',')
.map(s => toS00(s))
.join(',');
}
}
if (el.hasAttribute('style')) {
const style = el.getAttribute('style');
if (/:\/\/s\d{2}\./.test(style)) {
el.setAttribute('style', toS00(style));
}
}
}

function fixAll() {
document.querySelectorAll('img,[style*="s"]').forEach(fixElement);
}

const observer = new MutationObserver(mutations => {
mutations.forEach(mutation => {
mutation.addedNodes.forEach(node => {
if (node.nodeType === 1) {
if (node.matches('img,[style*="s"]')) fixElement(node);
node.querySelectorAll?.('img,[style*="s"]').forEach(fixElement);
}
});
});
});

observer.observe(document.body, { childList: true, subtree: true });

fixAll();
})();
For Mobiles:
Courtesy of  JokerXO
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
Greeting Message:

Site Themes

HANG ON
Are you sure you want to go: