My Novel Reader

小说阅读脚本,统一阅读样式,内容去广告、修正拼音字、段落整理,自动下一页

< Feedback on My Novel Reader

Review: Good - script works

§
Posted: 2020-08-11

终于更新了!求添加“完本神站”https://www.wanbentxt.com/的支持

感谢作者君的努力

这个网站颇有不少小网站的书,但是比较奇怪,自己添加一行 // @include *://www.wanbentxt.com/*/*.html 后页面完全无变化,连按钮都出不来,只能求作者出手了

示例页面: https://www.wanbentxt.com/21851/13847346.html

§
Posted: 2020-08-11

哦,说错了,按钮能正常显示,只是自己添加了如下代码后依然不是很正常,contentRemove中想屏蔽的内容依然出现

// @include        *://www.wanbentxt.com/*/*.html

    {siteName: '完本神站',
      url: '^https?://www\\.wanbentxt\\.com/\\d+/\\d+_\\d+\\.html',
      titleSelector: '.readerTitle h2',
      contentSelector: ".reader.readerCon",
      contentRemove: ".headerDiv, .quckLinks, .readerRight",
    },

请教应该怎么改

ywzhaiqiAuthor
§
Posted: 2020-08-12

下版本修正。

contentSelector 改为 .readerCon

§
Posted: 2020-08-13

太好了,万分感谢

§
Posted: 2020-08-16

一开始就用的.readerCon,也一样不起作用。昨天仔细比对了一下,发现是我的url的问题,没匹配上所以不起作用

Post reply

Sign in to post a reply.