Greasy Fork is available in English.
小说阅读脚本,统一阅读样式,内容去广告、修正拼音字、段落整理,自动下一页
在这个站上, 不能这样直接匹配
这样可以载入,但是每一本书的第1章都要手动进入第2章,之后就没问题。(怪怪的) 不能直接套用是因为用了特别的元素,.txtnav
{siteName: '69shu',
url: '^https?://www\\.69shu\\.com/txt/\\d+/\\d+',
bookTitleSelector: '.bread a:nth-of-type(3)',
titleSelector: '.bread a:nth-of-type(4)',
prevSelector: '.page1 a:nth-of-type(1)',
indexSelector: '.page1 a:nth-of-type(3)',
nextSelector: '.page1 a:nth-of-type(4)',
contentSelector: '.txtnav',
contentRemove: '#txtright, .hide720, .bottom-ad',
},
非常感谢, 实际上只需要这两句就够了, 其他都可以套用
contentSelector: '.txtnav',
contentRemove: '#txtright, .hide720, .bottom-ad',
之前我也选对.txtnav
的, 只是我把prev还有next写错了, 他就识别不了
需要手动进入第2章这个问题确实很奇怪, 明明从调试里看到已经识别到第2章的正确链接
章节标题用这个
titleSelector: '.txtnav h1',
请问把网址写成那样是什么知识,可以指个https://developer.mozilla.org/之类的地方让我学学吗?
这个 url: '^https?://www\\.69shu\\.com/txt/\\d+/\\d+'
这站点无须写规则!
@kissoul @Hirata Kun
最新版本 7.4.3:
https://github.com/821938089/MyNovelReader/raw/master/scripts/MyNovelReader.user.js
感谢,用的版本是6.4.3,检测更新就是提示最新的,用了链接可以更新了
这站点无须写规则!
@kissoul @Hirata Kun
最新版本 7.4.3:
https://github.com/821938089/MyNovelReader/raw/master/scripts/MyNovelReader.user.js
适配了网站,但......省略号变成了.是什么Bug
谁能适配https://www.69shu.com吗? 这个网站很不错, 章节错误会修复