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)

Review: Good - script works

§
Posted: 01-06-2017

Comicastle stopped working

Hello,
They changed layout and pagination and now the scritpt do not work anymore.
http://www.comicastle.org/

§
Posted: 11-07-2017

This fixes it.

// @match *://*.comicastle.org/comic/*
}, {
  name: 'comicastle',
  match: "^https?://(www\\.)?comicastle\\.org/comic/[^/]+/.+",
  img: '.chapter-img',
  next: '.chapter-content > a',
  numpages: '.input-sm',
  curpage: '.input-sm',
  numchaps: 'div.col-lg-4:nth-child(1) > div:nth-child(1) > select:nth-child(1)',
  curchap: 'div.col-lg-4:nth-child(1) > div:nth-child(1) > select:nth-child(1)',
  nextchap: 'div.col-lg-4:nth-child(1) > div:nth-child(1) > select:nth-child(1)',
  prevchap: 'div.col-lg-4:nth-child(1) > div:nth-child(1) > select:nth-child(1)'
}, {

Edit the script and search comicastle, then replace the 2 matches with this.

Post reply

Sign in to post a reply.