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
< Feedback on Manga Loader (unmaintained)
Thanks, I changed the selector in the new version.
https://greasyfork.org/en/scripts/692-manga-loader/diff?v1=196233&v2=175517
Bug | MangaPanda | Next & Prev Chapters
Seems MangaPanda has updated their site. The class selectors (
.c5
and.c6
) are no longer paired to the DOM elements.Suggesting updating to the snippet below:
nextchap: '#mangainfofooter > #mangainfo_bas table tr:first-child a'
prevchap: '#mangainfofooter > #mangainfo_bas table tr:last-child a'
MangaPanda
#
selectors are used for performance reasons.>
selector offers greater specificity, although ultimately unnecessary:first-child
/:last-child
pseudo-selectors are used to differentiatenextchap
&prevchap
linksI have tested the change on ::
macOS Sierra 10.12.4
Version 57.0.2987.133 (64-bit)
on
&off