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

< 腳本Manga Loader (unmaintained)的回應

評論:正評 - 腳本一切正常

§
發表於:2017-06-01

Comicastle stopped working

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

§
發表於:2017-07-11

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.

發表回覆

登入以回復