Manga Loader NSFW (unmaintained)

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

Old: v1.0.53 - 2017-01-25 - bump version to force upstream manga loader fixes to zooming
New: v1.0.54 - 2017-01-26 - updated e-hentai url

  • --- /tmp/diffy20240430-3563192-rwb841 2024-04-30 15:10:08.203488023 +0000
  • +++ /tmp/diffy20240430-3563192-88sa70 2024-04-30 15:10:08.203488023 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Manga Loader NSFW
  • // @namespace http://www.fuzetsu.com/MangaLoaderNSFW
  • -// @version 1.0.53
  • +// @version 1.0.54
  • // @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 2016+, fuzetsu
  • // @noframes
  • @@ -19,7 +19,7 @@
  • // @match *://www.8muses.com/comix/picture/*/*/*/*
  • // @match *://nowshelf.com/watch/*
  • // @match *://nhentai.net/g/*/*
  • -// @match *://g.e-hentai.org/s/*/*
  • +// @match *://e-hentai.org/s/*/*
  • // @match *://exhentai.org/s/*/*
  • // @match *://www.fakku.net/*/*/read*
  • // @match *://hentaihere.com/m/*/*/*
  • @@ -95,7 +95,7 @@
  • var nsfwimp = [{
  • name: 'geh-and-exh',
  • - match: "^https?://(g.e-hentai|exhentai).org/s/.*/.*",
  • + match: "^https?://(e-hentai|exhentai).org/s/.*/.*",
  • img: '.sni > a > img, #img',
  • next: '.sni > a, #i3 a',
  • numpages: 'div.sn > div > span:nth-child(2)',