Greasy Fork is available in English.

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

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

  • --- /tmp/diffy20240506-3452324-kl96ws 2024-05-06 10:35:04.057697740 +0000
  • +++ /tmp/diffy20240506-3452324-osvshh 2024-05-06 10:35:04.057697740 +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]*",