Previews covers in mangaupdates.com when hovering over hyperlinks that lead to serie pages.
< 腳本mangaupdates Cover Preview的回應
if you also want to make it work on the author pages, use this selector const SELECTOR1 = 'div.p-2 a';
Thanks for the constructiv feedback. Just added the additional selectors. Updated in Version 1.3.1
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
make it work with www.mangaupdates.com/mylist.html* pages
Hello, To make your script work on your lists you can use this selector : const SELECTOR1 = 'div.p-1 a'; Could you please add this in your script ? Regards, M