Old: v1.9.6 - 2015-10-26 - mangacow/mangakaka domain change; mangafox image loading fix; mangapark (next/prev chap); anxiously awaited batoto fix; scriptish support (pls don't use it tho, it's buggy and not maintained, use greasemonkey); added egscans, madokami
New: v1.9.7 - 2015-10-26 - small mangacow repeating first page fixaroonie
- @@ -1,7 +1,7 @@
- // ==UserScript==
- // @name Manga Loader
- // @namespace http://www.fuzetsu.com/MangaLoader
-// @version 1.9.6
- +// @version 1.9.7
- // @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
- @@ -227,7 +227,7 @@
- name: 'manga-cow, manga-doom, manga-indo',
- match: "^http://(mngcow|mangadoom|mangaindo)\\.(co|id)/[^/]+/[0-9.]+",
- img: '.prw a > img',
- next: '.prw a',
- + next: '.prw a[onclick]',
- numpages: 'select.cbo_wpm_pag',
- curpage: 'select.cbo_wpm_pag',
- nextchap: function(prev) {