This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name MangaHub Arrow Key Navigation | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Use left and right arrow keys to navigate previous and next chapters on mangahub.io | |
| // @author Justbe | |
| // @updateURL https://gist.github.com/Jstbe/b05a73164f21a156e8cf12da683eb0cc/raw/mhubnext.user.js | |
| // @downloadURL https://gist.github.com/Jstbe/b05a73164f21a156e8cf12da683eb0cc/raw/mhubnext.user.js | |
| // @match *://mangahub.io/chapter/* | |
| // @grant none |