hoothin / UserScripts

Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴腳本集 ユーザースクリプト集
https://greasyfork.org/users/8227-hoothin
3.03k stars 510 forks source link

东方永页机: Request Pagetual support for www.32995.com #659

Closed efaun closed 2 months ago

efaun commented 2 months ago

The url of site https://www.32995.com/saner/4539231392/57823973.html The example urls of site. ⚠Do not paste only domain without pathname⚠.

Is your request related to a problem? Please describe. 内置分页的网页自动翻页只能翻到下一章, 无法匹配下一页

Describe the result you'd like with the rule 自动拼接下一页→下一章

Custom rule you've tried 尝试使用"nextLink": "#PageSet > a:nth-child(4)", 但这样只能匹配下一页又不能匹配下一章了

Additional context Add any other context or screenshots about the feature request here.

请问类似有内置分页的网页应该怎么适配?

hoothin commented 2 months ago

用 xpath 的 or 操作符,不过这个网站应该是 base 导致的问题

efaun commented 2 months ago

用 xpath 的 or 操作符,不过这个网站应该是 base 导致的问题

or也不行, 它的章节url都是不连续的, 只能先拼接分页用了😂

hoothin commented 2 months ago

我是说这个站的问题是 base ,所以你需要更新永页机到最新版

efaun commented 2 months ago

我是说这个站的问题是 base ,所以你需要更新永页机到最新版

哦哦, 理解错了, 我更新到了最新版, 目前的状态是可以拼接当前章节的分页, 无法拼接下一章的分页, 会提示"已到达最后一页"

hoothin commented 2 months ago

你试试删除这个站的自定义规则,让永页机自己判断下一页

efaun commented 2 months ago

你试试删除这个站的自定义规则,让永页机自己判断下一页

不行啊, 删除了自定义规则以后一刷新又有了

https://github.com/hoothin/UserScripts/assets/13315821/a19675db-4ef8-4476-ae54-f28397aa868a

hoothin commented 2 months ago

你把nextLink这一行删掉保存就行了

efaun commented 2 months ago

你把nextLink这一行删掉保存就行了

感谢! 可以了 MuaKissGIF