My Novel Reader

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

< Feedback on My Novel Reader

Review: Good - script works

§
Posted: 2022-11-03
Edited: 2022-11-03

规则,更新很快的站点:

{
    siteName: "精华书阁",
    url: /^https:\/\/wap\.jhssd\.com.+?\.html/,
    contentSelector: '#nr1',
    indexSelector: '#pb_mulu',
    prevSelector: '#pb_prev',
    nextSelector: "#pb_next",
    contentReplace: [
        /精华书阁.*/,
        /免费阅读:.*/,
        /\(本章未完.*\)/
    ],
    contentRemove: 'a'
},

燃文网,防内容丢失补丁

contentPatch(fakeStub) {
  fakeStub.find("a#wzsy").remove();
},
§
Posted: 2023-01-11
Edited: 2023-01-11
siteName: "精华书阁",  
url: /^https:\/\/wap\.jhssd\.com.+?\.html/,  
{siteName: "jhssd",
    url: "^https?://www\\.jhssd\\.com/\\d+/\\d+\\.html",
    contentSelector: ".nr_content",
    contentReplace: "请记住本站域名.*|.*精华书阁.*|.*保存好书签!"
},

nextSelector弄不好、那位能補全?

§
Posted: 2023-01-19

之前的~不能编辑了,针对脚本7.4版本更新一下规则:

      {siteName: '精华书阁',
            url: /^https:\/\/m\.jhssd\.com.+?\.html/,
            checkSection: true,
            contentSelector: '#nr1',
            indexSelector: '#pb_mulu',
            prevSelector: '#pb_prev',
            nextSelector: "#pb_next",
            contentReplace: [
                /看《.+?》最快更新.*/,
                /精华书阁.*/,
                /免费阅读:.*/,
                /\(本章未完.*\)/
            ]
      },
§
Posted: 2023-01-29

nextSelector弄不好、那位能補全?

{
        siteName: '精华书阁PC版',
        url: /^https:\/\/www\.xbyuan\.com.+?\.html/,
        checkSection: true,
        contentSelector: '#nr_content',
        indexSelector: '#mulu',
        prevSelector: '#preurl',
        nextSelector: "#nexturl",
        contentReplace: [
            /看《.+?》最快更新.*/,
            /精华书阁.*/,
            /免费阅读:.*/,
            /\(本章未完.*\)/
        ]
      },

Post reply

Sign in to post a reply.