Sleazy Fork is available in English.

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

< Manga Loader NSFW (unmaintained)についてのフィードバック

質問/コメント

§
投稿日: 2016/01/29

Yomanga stopped working

Button shows up but nothing happens when clicked

fuzetsu作者
§
投稿日: 2016/02/08

Fixed in v1.0.29.

§
投稿日: 2016/02/11

happening again, guess they're doing it on purpose

fuzetsu作者
§
投稿日: 2016/02/18

Yeah, haha, I think they are, although not very hard. I fixed it again, we'll see how it progresses. Changes.

§
投稿日: 2016/02/22

Sorry, I really don't like doing it but I have to. Owner's orders

§
投稿日: 2016/05/06

Seems like they're back at it again, this time more creative.

§
投稿日: 2016/05/10

To fix yomanga, change line 273 of the userscript to:

if(cur && cur.length > max && ! cur[0].url.match(/tired\.jpg/)) {

They are definitely breaking mangaloader intentionally by making little tweaks to their javascript.

§
投稿日: 2016/05/11
To fix yomanga, change line 273 of the userscript to:
if(cur && cur.length > max && ! cur[0].url.match(/tired\.jpg/)) {
They are definitely breaking mangaloader intentionally by making little tweaks to their javascript.

Thanks for your help. Its work

§
投稿日: 2016/05/14

thanks, it work again!

fuzetsu作者
§
投稿日: 2016/05/15

Updated the script, thanks nobody123.

§
投稿日: 2016/06/02

They changed it up again. To fix yomanga, change line 273 to:

    if(cur && cur.length > max && [].every.call(cur, function(pg) { return pg.url.endsWith(pg.filename); })) {

For some reason it doesn't work with just "cur.every(...)" in firefox, but does work with "[].every.call(cur, ...)". I've no idea why.

§
投稿日: 2016/06/02

Thanks for saving it again. Do we really bother them that much?

§
投稿日: 2016/06/30

weird when i try using it on yomanga sites the images are always jumbled...it is as good as not working properly...what should i do to fix it??tnx on other sites it works fine though

返信を投稿

返信を投稿するにはログインしてください。