MapoMagpie / eh-view-enhance

Manga Viewer + Downloader, Focus on experience and low load on the site. Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com
MIT License
293 stars 9 forks source link

🔴 一些功能优化以及站点适配的建议 #91

Open Thomas-Harrell opened 2 weeks ago

Thomas-Harrell commented 2 weeks ago

image
MapoMagpie commented 2 weeks ago

这个接口似乎解析起来有点复杂,加上最近没什么精力,所以有空再搞吧。

Thomas-Harrell commented 2 weeks ago

@MapoMagpie


功能建议

image

image

image

https://github.com/user-attachments/assets/757c496b-4ab2-4197-9c9e-ae857fe292f2

image

网页适配

image

BUG

系统:macOS

浏览器:Chrome

JS 插件:Violentmonkey

image

https://github.com/user-attachments/assets/06329708-1a55-4ac0-abef-a6f3bf44e061

image
MapoMagpie commented 2 weeks ago

感谢提供了这些建议,我会针对这些进行优化。

Thomas-Harrell commented 2 weeks ago

@MapoMagpie



https://github.com/user-attachments/assets/f60bee35-2d9b-4de1-9e7b-e57852b0d1f6


Thomas-Harrell commented 2 weeks ago

站点适配建议(补充):ArtStation

SCR-20240909-cgbl


MapoMagpie commented 1 week ago

还有的就是,Ctrl 键之类的在 macOS 下无法使用

我没有Mac设备,所以不知道Control+鼠标左键,具体触发了哪些按键。 你可以在任意页面上打开控制台,然后输入

document.addEventListener("click", ev => console.log(`alt: ${ev.altKey}, ctrl: ${ev.ctrlKey}, meta: ${ev.metaKey}, shift: ${ev.shiftKey}`, ev))

注册一个点击事件,然后按下Control+鼠标左键,看看控制台输出了什么。 这是触发选图功能的相关代码。https://github.com/MapoMagpie/eh-view-enhance/blob/adeb533401205ca39002d8aa6acba0d193a85b65/src/img-fetcher.ts#L49

Thomas-Harrell commented 1 week ago

@MapoMagpie



alt: false, ctrl: false, meta: true, shift: false PointerEvent {isTrusted: true, pointerId: 1, width: 1, height: 1, pressure: 0, …}
image
image
MapoMagpie commented 1 week ago

我刚更新了,可以匹配ctrl和meta任意一个,现在应该有效了。 还有支持了artstation.com,跳过了youtube的内嵌视频。

Thomas-Harrell commented 1 week ago

@MapoMagpie



Thomas-Harrell commented 1 week ago

漫画网站交互逻辑优化建议


image

⬇️

image
Thomas-Harrell commented 1 week ago

功能建议:适配鼠标侧键


image


MapoMagpie commented 1 week ago

更新了章节选择的展示方式。

MapoMagpie commented 6 days ago

总结一下你提出的建议 现在已改善的:

计划进行的:

你仍可以继续提供建议。

Thomas-Harrell commented 5 days ago

@MapoMagpie



https://github.com/user-attachments/assets/481551d5-2108-48a6-8c77-067bbafa5036

image SCR-20240917-mzol

SCR-20240917-kasr SCR-20240917-kauo

Thomas-Harrell commented 5 days ago

汇总