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)
- @@ -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]*",