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.11 - 2015-10-02 - fixed eatmanga.com img selector (thanks to Андрій М.)
New: v1.8.12 - 2015-10-03 - fixed mangacat chapter nav

  • --- /tmp/diffy20240818-4092275-tqvgzt 2024-08-18 20:31:57.097916471 +0000
  • +++ /tmp/diffy20240818-4092275-nuvbfs 2024-08-18 20:31:57.101916551 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Manga Loader
  • // @namespace http://www.fuzetsu.com/MangaLoader
  • -// @version 1.8.11
  • +// @version 1.8.12
  • // @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
  • @@ -561,8 +561,10 @@
  • next: '.img-link',
  • numpages: '#page',
  • curpage: '#page',
  • - nextchap: '.info a:nth-child(4)',
  • - prevchap: '.info a:nth-child(2)'
  • + nextchap: '#chapter',
  • + prevchap: '#chapter',
  • + invchap: true,
  • + wait: '#chapter'
  • }, {
  • name: 'readmanga.today',
  • match: "http://www\\.readmanga\\.today/[^/]+/.+",