Releases: Ocrosoft/PixivPreviewer
Releases · Ocrosoft/PixivPreviewer
v3.8.4
v3.8.3
v3.8.2
v3.8.1
v3.8.0
v3.7.44
优化
- 现在预览时将默认阻止页面滚动,可以在设置项中禁用以恢复以前的行为。
- 现在可以使用鼠标滚轮在原图片上对多图进行翻页,无需将鼠标移动到预览图上,如果关闭了阻止页面滚动,那么这个功能不生效。
- 全屏预览模式下,在空白位置也可以使用鼠标滚轮对多图进行翻页。
修复
- 修复作品页面,部分图片无法预览的问题。如作者的其他作品。
其他
- 设置项新增:预览时阻止页面滚动。
- 将 GM_xmlHttpRequest 更换为了原生的 fetch。
Optimizations
- Page scrolling is now blocked by default during preview. You can disable this in settings to restore the previous behavior.
- You can now use the mouse wheel to flip through multiple images directly on the original image (without hovering over the preview). This feature is disabled if "Block page scrolling during preview" is turned off.
- In full-screen mode, scrolling with the mouse wheel on blank areas now also allows flipping through multiple images.
Fixes
- Resolved an issue where some images (e.g., an artist’s other works) could not be previewed on the artwork page.
Other Changes
- New Setting Added: "Block page scrolling during preview."
- Switched from GM_xmlHttpRequest to native fetch.