My Novel Reader

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

< Commentaires sur My Novel Reader

Avis: Bon - le script fonctionne correctement

§
Posté le: 2022-03-26
Édité le: 2022-03-26

燃文小说 误删除内容文本: 测试页面: https://www.ranwen.la/files/article/160/160002/1777801012.html

打开源码,找到燃文小说的规则,是如下一行代码造成的:

contentRemove: "a,div[style]",

改为:

contentRemove: "a",
§
Posté le: 2022-03-26

上面的改动还是无效,应在燃文的规则中添加以下三行代码

contentPatch(fakeStub){
  fakeStub.find('p>a').parent().remove();
},
ywzhaiqiAuteur
§
Posté le: 2022-04-10

没看懂哪里误删除了?
`www.ranwen.la` 这个网址没有使用任何规则。

Poster une réponse

Connectez-vous pour poster une réponse.