Manga OnlineViewer

Shows all pages at once in online view for these sites: Alandal, Asura Scans, Batoto, BilibiliComics, ComiCastle, Comick, Dynasty-Scans, INKR, InManga, KLManga, Leitor, LHTranslation, Local Files, LynxScans, MangaBuddy, MangaDemon, MangaDex, MangaFox, MangaHere, Mangago, MangaHosted, MangaHub, MangasIn, MangaKakalot, MangaNelo, MangaNato, MangaOni, MangaPark, Mangareader, MangaSee, Manga4life, MangaTigre, MangaToons, MangaTown, ManhuaScan, ManhwaWeb, MangaGeko.com, MangaGeko.cc, NaniScans, NineM

< Manga OnlineViewerについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2015/02/12
編集日: 2016/02/21

.

.

Tago作者
§
投稿日: 2015/02/16

Its a password protected site

Tago作者
§
投稿日: 2015/02/16
編集日: 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]));
}
}
};
}
},

§
投稿日: 2015/02/22
編集日: 2016/02/21

.

Tago作者
§
投稿日: 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

返信を投稿

返信を投稿するにはログインしてください。