Manga Loader (unmaintained)

Support for over 70 sites! Loads manga chapter into one page in a long strip format, supports switching chapters, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet

< Feedback on Manga Loader (unmaintained)

Review: Good - script works

§
Posted: 14/08/2016

hotkey for loading?

is it possible to have a hotkey so that the script will load?
auto-load is nice but i would like be able to have greater navigatability

fuzetsuAuthor
§
Posted: 14/08/2016
Edited: 14/08/2016

If I understood you correctly you want a hotkey that will perform the same action as click the "load manga" button? If so I just added it to the newest version because it seems like a useful feature and easy enough to implement.

The shortcut is ctlr+, (control + comma)

https://greasyfork.org/en/scripts/692-manga-loader/diff?v1=141735&v2=141599

§
Posted: 18/08/2016

thank you that is exactly what I wanted.

though it doesn't seem to be working for me. the script is up to date and i cant find anything wrong particularly

§
Posted: 19/08/2016

I'm not certain why, but changing

W.addEventListener('keydown', loadHotKey);

to

window.addEventListener('keydown', loadHotKey);

fixes it for me.

fuzetsuAuthor
§
Posted: 19/08/2016
Edited: 19/08/2016

Probably a firefox greasemonkey/tampermonkey discrepancy. Thanks @nobody123.

Updated script: https://greasyfork.org/en/scripts/692-manga-loader/diff?v1=142826&v2=142149

§
Posted: 19/08/2016

thanks its working now

Post reply

Sign in to post a reply.