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

< Părere la script-ul Manga Loader (unmaintained)

Întrebare/comentariu

§
Postat în: 20-04-2017

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
fuzetsuAutor
§
Postat în: 21-05-2017

Thanks, I changed the selector in the new version.

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

Postează un raspuns

Autentifică-te pentru a posta un răspuns.