Greasy Fork is available in English.

My Novel Reader

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

< Spätná väzba na My Novel Reader

Hodnotenie: Dobré - skript funguje

§
Pridaný: 03.11.2022
Upravený: 03.11.2022

规则,更新很快的站点:

{
    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();
},
§
Pridaný: 11.01.2023
Upravený: 11.01.2023
siteName: "精华书阁",  
url: /^https:\/\/wap\.jhssd\.com.+?\.html/,  
{siteName: "jhssd",
    url: "^https?://www\\.jhssd\\.com/\\d+/\\d+\\.html",
    contentSelector: ".nr_content",
    contentReplace: "请记住本站域名.*|.*精华书阁.*|.*保存好书签!"
},

nextSelector弄不好、那位能補全?

§
Pridaný: 19.01.2023

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

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

nextSelector弄不好、那位能補全?

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

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.