
Princess_Luci♀︎
Joined:
Last Activity:
3067 member views + 40495 guest views
34 followers & following 0
infomangaschapters(158)follows璉statusscoresemotionstagsreviews(0)comments(147)MPLists(0)fans(34)
Tampermonkey script (and Userscripts for Safari iOS) to fix broken broken images. If you have any questions, join the discord and ask in the #support channel~
// ==UserScript==
// @name MP fix (Hopefully the last one)
// @namespace tampermonkey.net
// @version 2.1
// @description Does what it says.
// @author I did this. :3
// @match *://*.mangapark.com/*
// @match *://*.mangapark.org/*
// @match *://*.mangapark.net/*
// @match *://*.mangapark.to/*
// @match *://*.mangapark.io/*
// @match *://*.mangapark.me/*
// @match *://*.comicpark.org/*
// @match *://*.comicpark.to/*
// @match *://*.readpark.org/*
// @match *://*.readpark.net/*
// @match *://*.mpark.to/*
// @match *://*.parkmanga.com/*
// @match *://*.parkmanga.net/*
// @match *://*.parkmanga.org/*
// @grant none
// @run-at document-idle
// ==/UserScript==
(function() {
'use strict';
const host = window.location.protocol + "//" + window.location.host;
const imgs = document.getElementsByTagName("img");
for (let i = 0; i < imgs.length; i++) {
let s = imgs[i].getAttribute("src");
if (!s) continue;
if (s.indexOf("//s") !== -1 && s.indexOf(".") !== -1) {
let p = s.split("//")[1];
p = p.substring(p.indexOf("/"));
imgs[i].src = host + p;
}
}
})();
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