Left/right page turn clicks are limited by image height

Joined
Oct 25, 2018
Messages
53
Most noticeable on credit pages with small images, clicking above or below the image will not turn the page.

Can be fixed by changing the reader-images class from col-auto to col, which doesn't seem to break anything.
Code:
// ==UserScript==
// [USER=0]@name[/USER] Back and forth forever
// [USER=0]@match[/USER] *://mangadex.org/chapter/*
// ==/UserScript==

$(".reader-images").removeClass("col-auto").addClass("col");
 

Users who are viewing this thread

Top