Manga OnlineViewer Fluid Mode +

Shows all pages at once. Single/Multi page spread.Example sites: All FoOl(Slide/Reader), MangaFox, MangaReader/MangaPanda, MangaStream, MangaInn, AnyManga, AnimeA, MangaHere, MangaShare, Batoto, MangaDevil, MangaCow, MangaChapter, 7manga, MangaPirate.net, Madokami , SpinyBack, MyManga , KawaiiScans, EGScans, All SenManga,LoneManga ,ReadManga,MangaTraders,MangaCat,KissManga, MangaJoy,MangaBee/OneManga.me, KukuDM, Japscan, Pecintakomik, Sh-Arab, some Portuguese sites. Dl addon for 18+ sites.

< 脚本Manga OnlineViewer Fluid Mode +的反馈

提问/评论

§
发表于:2015-10-28

MangaFox image loading fix

MangaFox added a new 'loading' gif image displayed while actual page is being loaded. It is listed first in the HTML, and unfortunately the script gets this first img tag to determine what to display.

Fix should be simple (worked for me): as for the Manga.img parameter which is already img#image, the Manga.page function shall search for the same tag, instead of simply img: image = $(html).find('img#image')

And thanks to all the people involved in this great script :)

sneezemonkey作者
§
发表于:2015-10-29
编辑于:2015-10-29

Ty will be fixed in next update. Also you can use the "self" variable to refer to img:

Like $(html).find(self.img) instead. That way if you decide to add a site yourself you can refer to the other stuff easily. Just remember to declare var self = this;

发表回复

登录以发表回复。