File tree Expand file tree Collapse file tree
src/components/Manga/actions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 45451 . 首先需要在浏览器上装好 [ Violentmonkey] ( https://violentmonkey.github.io/ ) 、[ Tampermonkey] ( https://tampermonkey.net/ ) 之类的油猴扩展
46462 . 然后通过 GreasyFork 安装脚本:[ 点我] ( https://sleazyfork.org/zh-CN/scripts/374903-comicread )
4747
48- > 另外也有删除了简易阅读模式,只在支持网站上运行的 [ AdGuard版] ( https://github.com/hymbz/ComicReadScript/raw/master/ComicRead-AdGuard.user.js )
48+ > 如果你是通过 AdGuard 安装的油猴脚本,请使用 [ AdGuard 版] ( https://github.com/hymbz/ComicReadScript/raw/master/ComicRead-AdGuard.user.js )
49+ > 因为 AdGuard 安装的脚本没有扩展菜单可以点击,所以 AdGuard 版删除了简易阅读模式,只在支持网站上运行。
4950>
50- > 不过在通过 AdGuard 使用脚本时会和广告屏蔽软件发生冲突,需要在发生冲突时为每个广告屏蔽软件添加对应站点的白名单规则 ,具体可参考 [ issue] ( https://github.com/hymbz/ComicReadScript/issues/170#issuecomment-2208946970 )
51+ > 但通过 AdGuard 安装的油猴脚本会和其他广告屏蔽软件发生冲突,需要在发生冲突时为其他广告屏蔽软件添加对应站点的白名单规则 ,具体可参考 [ issue] ( https://github.com/hymbz/ComicReadScript/issues/170#issuecomment-2208946970 )
5152
5253## 配置
5354
Original file line number Diff line number Diff line change 45451 . 首先需要在浏览器上装好 [ Violentmonkey] ( https://violentmonkey.github.io/ ) 、[ Tampermonkey] ( https://tampermonkey.net/ ) 之类的油猴扩展
46462 . 然后通过 GreasyFork 安装脚本:[ 点我] ( https://sleazyfork.org/zh-CN/scripts/374903-comicread )
4747
48- > 另外也有删除了简易阅读模式,只在支持网站上运行的 [ AdGuard版] ( https://github.com/hymbz/ComicReadScript/raw/master/ComicRead-AdGuard.user.js )
48+ > 如果你是通过 AdGuard 安装的油猴脚本,请使用 [ AdGuard 版] ( https://github.com/hymbz/ComicReadScript/raw/master/ComicRead-AdGuard.user.js )
49+ > 因为 AdGuard 安装的脚本没有扩展菜单可以点击,所以 AdGuard 版删除了简易阅读模式,只在支持网站上运行。
4950>
50- > 不过在通过 AdGuard 使用脚本时会和广告屏蔽软件发生冲突,需要在发生冲突时为每个广告屏蔽软件添加对应站点的白名单规则 ,具体可参考 [ issue] ( https://github.com/hymbz/ComicReadScript/issues/170#issuecomment-2208946970 )
51+ > 但通过 AdGuard 安装的油猴脚本会和其他广告屏蔽软件发生冲突,需要在发生冲突时为其他广告屏蔽软件添加对应站点的白名单规则 ,具体可参考 [ issue] ( https://github.com/hymbz/ComicReadScript/issues/170#issuecomment-2208946970 )
5152
5253## 配置
5354
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { placeholderSize } from './memo';
1010const isWideType = ( type : ComicImg [ 'type' ] ) =>
1111 type === 'wide' || type === 'long' ;
1212
13- // https://www.figma.com/design/h0x2ZHVh3P3bCbnszonRqk/漫画双页阅读比例图
1413// https://github.com/hymbz/ComicReadScript/issues/174#issuecomment-2252114640
1514// 用于判断图片类型的比例
1615const 单页比例 = 1920 / 2 / 1080 ;
You can’t perform that action at this time.
0 commit comments