Greasy Fork is available in English.

Manga OnlineViewer

Shows all pages at once in online view for these sites: Alandal, Batoto, BilibiliComics, ComiCastle, Comick, Dynasty-Scans, MangaStream WordPress Plugin, Asura Scans, Flame Comics, Rizzcomic, Voids-Scans, Luminous Scans, Shimada Scans, Night Scans, Manhwa-Freak, OzulScansEn, AzureManga, CypherScans, MangaGalaxy, LuaScans, Drake Scans, INKR, InManga, KLManga, Leitor, LHTranslation, Local Files, LynxScans, MangaBuddy, MangaDex, MangaFox, MangaHere, Mangago, MangaHosted, MangaHub, MangasIn, MangaKa

< Feedback on Manga OnlineViewer

Review: Good - script works

§
Posted: 2015-02-12
Edited: 2016-02-21

.

.

TagoAuthor
§
Posted: 2015-02-16

Its a password protected site

TagoAuthor
§
Posted: 2015-02-16
Edited: 2015-02-16

Its a nice site, but I'll only add it to the script, if its allowed to share how to register there. Until then, you can manually add it:
{
name: "Madokami",
url: /madokami/,
run: function () {
return {
data: JSON.parse($("div#reader").attr("data-files")),
data2: $("img").attr("src").match(/.+file=/)[0],
title: "",
series: "#",
quant: JSON.parse($("div#reader").attr("data-files")).length,
prev: "#",
next: "#",
pages: function (addImg, addAltImg) {
for (var i = 1; i <= this.quant; i++) {
console.log("Page " + i);
addImg(i, this.data2 + encodeURIComponent(this.data[i - 1]));
}
}
};
}
},

§
Posted: 2015-02-22
Edited: 2016-02-21

.

TagoAuthor
§
Posted: 2015-02-23

MammothJerk sent you a message

https://manga.madokami.com now requires registration for access.
To register, connect to Rizon IRC (irc.rizon.net) and run the following command:
/msg madokami|bot REGISTER username password

its the best site for downloading manga currently, you can also use the read option to view in browser which is where i would like the manga onlineviewer to work

Post reply

Sign in to post a reply.