manga-loader
manga-loader copied to clipboard
add manga.fascans.com and maigo.us
https://maigo.us/ http://manga.fascans.com/
Maigo has a weird reader with no chapter or page select so im not quite sure how to add it to the script, if anyone knows what to do i could use some help.
I think Fascans uses a reader from some other site but i havent been able to find it yet, i also couldnt get the chapter select and page select to work here either, so again if another wants to take up the task id be grateful.
I see that Fascans have a reading mode that similar to this script, I don't think an implementation is needed.
For Maigo, I think you can just increase the page number on the URL then use 'img.leftPg'
as the image selector, the current page indicated on URL always shown as the left page. Get the curpage from the URL, and for numpages just leave it blank, I think the script will stop when it hits 404.
For chapters, you can manipulate the chapter part on the URL. But personally, since they treat each of their chapters as a stand-alone (end of page of a chapter not linking to the next), I would suggest just return false for next/prev chapter. I think they designed their reader that way since they only host their scans temporarily (only the last 2 chapters), due to the legality etc.