lolamtisch / KissAnimeList

Integrates MyAnimeList into various sites, with auto episode tracking.
https://greasyfork.org/en/scripts/27564-kissanimelist
26 stars 4 forks source link

Page scroll to the bottom when loaded #58

Closed Glagan closed 6 years ago

Glagan commented 6 years ago

When reading a manga on KissManga (with "all pages" mode), the page scroll to the bottom after it loaded. The problem only happens when you have Manga Loader but it is a bug from KissAnimeList, i installed the version on commit 456acd11b075a3e5feeafb45ae6598d12cd674f1 and everything works fine.

The culprit is indeed this part of code

Browser: Firefox Userscript manager: Tampermonkey v4.6.5709

lolamtisch commented 6 years ago

Oh. This is because of the new feature to continue on the page on which you left off, but i forgot to handle urls without a page number in Manga Loader. Going to release a fix probably today.

Until then you could just add #1 to the end of the url and reload, so it stays on page one.

lolamtisch commented 6 years ago

Fix is released

Glagan commented 6 years ago

It's working, thanks :)