Manga Loader (unmaintained)

Support for over 70 sites! Loads manga chapter into one page in a long strip format, supports switching chapters, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet

< Feedback on Manga Loader (unmaintained)

Question/comment

Kie
§
Posted: 2017-03-29
Edited: 2017-03-29

Mangastream - new reader URL

Heya, seems like mangastream updated their reader's URL. Now, they redirect to "http://readms.net/r/neverland/032/4139/1" as an example instead of the old one. Would it be possible for you to update this one? Tried doing some manual fixes myself, but I can't seem to find the right combination.

If you could find it in your spare time to include:
mangahasu.com
goodmanga.net
www3.mangafreak.net
onemanga.com

as well, that would be amazing.

Thanks for your work!

§
Posted: 2017-03-29

Quick fix for readms.net

Add this to the header:
// @match *://readms.net/r/*/*/*/*

Replace this line:
match: "^https?://(readms|mangastream).com/(r|read)/[^/]*/[^/]*/[^/]*",

with this:
match: "^https?://(readms|mangastream)(.com|.net)/(r|read)/[^/]*/[^/]*/[^/]*",

§
Posted: 2017-03-30

Thank you for the easy steps to fix this mangastream

Post reply

Sign in to post a reply.