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 +
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;
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 alreadyimg#image
, theManga.page
function shall search for the same tag, instead of simplyimg
:image = $(html).find('img#image')
And thanks to all the people involved in this great script :)