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

Old: v1.8.9 - 2015-09-30 - fixed kireicake url match
New: v1.8.10 - 2015-09-30 - added nextchap css selector for dm5.com (thanks to JixunMoe)

  • --- /tmp/diffy20240424-874965-4mddlx 2024-04-24 04:22:25.928777535 +0000
  • +++ /tmp/diffy20240424-874965-oyxkdp 2024-04-24 04:22:25.928777535 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Manga Loader
  • // @namespace http://www.fuzetsu.com/MangaLoader
  • -// @version 1.8.9
  • +// @version 1.8.10
  • // @description Loads manga chapter into one page in a long strip format, supports switching chapters and works for a variety of sites, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet
  • // @copyright 2014+, fuzetsu
  • // @noframes
  • @@ -302,7 +302,8 @@
  • cb(images[0], images[0]);
  • };
  • xhr.send();
  • - }
  • + },
  • + nextchap: '.innr8>span:nth-child(even)>.redzia'
  • }, {
  • name: 'senmanga-raw',
  • match: "^http://raw\\.senmanga\\.com/[^/]*/[^/]*/[0-9]*",