Manga Loader (unmaintained)

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)

Question/comment

§
Posted: 2017-04-20

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'

  • This has the benefit of decoupling from what I assume are dynamically generated class selectors in MangaPanda
  • Id# selectors are used for performance reasons.
  • parent-to-child > selector offers greater specificity, although ultimately unnecessary
  • :first-child/:last-child pseudo-selectors are used to differentiate nextchap & prevchap links

I have tested the change on ::

  • OS: macOS Sierra 10.12.4
  • Chrome: Version 57.0.2987.133 (64-bit)
  • Adblocker (ublock): on & off
fuzetsuAuthor
§
Posted: 2017-05-21

Thanks, I changed the selector in the new version.

https://greasyfork.org/en/scripts/692-manga-loader/diff?v1=196233&v2=175517

Post reply

Sign in to post a reply.