Closed axl-el-dorado closed 11 months ago
try install the new version: https://github.com/MapoMagpie/eh-view-enhance/raw/master/dist/eh-view-enhance.user.js
I have found a way to let the browser's native keyboard shortcuts take over the scrolling of big image element. Now scrolling the element is just like using the native operations of the browser
And, I added a configuration: Flip Page Time, which prevents the unpleasant experience of immediately flipping the page when scrolling to the bottom of current page.
592d8cb11cb716875c6a0d472d15a51ed80d3137
When using "Read mode: Consecutively", it's really hard to navigate to page, especially when reading webtoons. This is because the scroll speed is extremely slow (both via mouse and up/down keys). Additionally, other keys such as: Page Down, Page Up, Home, End,... are not functioning in the big image mode. Therefore, I think it's best to add an
overflow: auto
CSS style for this mode.Also, in "Read mode: Single", is there anyway to disable auto switching to next page when scrolling to the end of the current page? It's quite annoying since there are no paddings at the bottom, or when the page is long (e.g. webtoons), it's very easy to miss the bottom content of the image.