Support for over 70 sites! Loads manga chapter into one page in a long strip format, supports switching chapters, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet
< 脚本Manga Loader (unmaintained)的反馈
add readcomiconline
readcomiconline is functionally the same as kissmanga but for comics:
{ name: 'read-comic-online', match: "^https?://readcomiconline\\.com/Comic/[^/]+/.+", img: '#divImage img', next: '#divImage img', numpages: function() { console.log("hello?"); return W.lstImages.length; }, curpage: function() { if(getEls('#divImage img').length > 1) { return 1; } else { return W.currImage + 1; } }, nextchap: '#selectEpisode, .selectEpisode', prevchap: '#selectEpisode, .selectEpisode', pages: function(url, num, cb, ex) { cb(W.lstImages[num - 1], num); } }
Great! Thanks for the contribution. Added in v1.9.32.
登录以发表回复。
add readcomiconline
readcomiconline is functionally the same as kissmanga but for comics: