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

Vanha: v1.8.9 - 30.9.2015 - fixed kireicake url match
Uusi: v1.8.10 - 30.9.2015 - added nextchap css selector for dm5.com (thanks to JixunMoe)

  • --- /tmp/diffy20250504-2124649-vnoejk 2025-05-04 21:28:59.039084335 +0000
  • +++ /tmp/diffy20250504-2124649-2b9yx5 2025-05-04 21:28:59.039084335 +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]*",