Greasy Fork is available in English.

Mangaupdates Cover Preview

Previews covers in mangaupdates.com when hovering over hyperlinks that lead to manga pages.

< 腳本Mangaupdates Cover Preview的回應

評論:OK - script works, but has bugs

§
發表於:2020-04-21

The preview images doesn't work when I hover the links on my reading list.

Hi, I just installed the script. It works nicely whenever I hover the links on the release or series page. Still, there's a problem whenever I tried to hover the links on my reading list https://www.mangaupdates.com/mylist.html

The images didn't appear when I hover the link of manga series from my reading list.

sz
§
發表於:2020-12-11

Until this gets fixed you could adjust the script. Search for
$('.col-6 a').mouseover(
$('.col-6 a').mouseleave(
and change the selector to all a links
$('a').mouseover(
$('a').mouseleave(
There is no .col-6 style on any relevant container on the reading list page.

發表回覆

登入以回復