Gammal: v1.8.11 - 2015-10-02 - fixed eatmanga.com img selector (thanks to Андрій М.)
Ny: v1.8.12 - 2015-10-03 - fixed mangacat chapter nav
- @@ -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/[^/]+/.+",