My Novel Reader

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

< Feedback on My Novel Reader

Question/comment

§
Posted: 2017-01-12

求助,阅读器在棉花糖小说网不能预读下一页

最近发现棉花糖这个网站更新比较快,但是阅读器不能正常支持,请问这个网站的站点规则要怎么写啊?谢谢
这个是棉花糖小说网的地址:http://www.mianhuatang.la/

§
Posted: 2017-01-14
Edited: 2017-01-14

{siteName: '棉花糖小说网', url: '^http://www\.mianhuatang\.la/\d+/\d+/\d+\.html', bookTitleSelector: '.nav > a:nth-of-type(3)', titleSelector: '.read_title h1', prevSelector: '.pagego a:nth-of-type(1)', indexSelector: '.pagego a:nth-of-type(2)', nextSelector: '.pagego a:nth-of-type(3)', contentSelector: '.content', contentRemove: 'a, .contads', contentReplace: [ '下载本书最新的txt电子书请点击:', '本书手机阅读:', '发表书评:', '为了方便下次阅读,你可以在点击下方的.*谢谢您的支持!!', '', '', '', '', '', '', { '': '' }, { '': '' }, ], },

§
Posted: 2017-01-14

// @include http://www.mianhuatang.la///*.html

{siteName: '棉花糖小说网',
    url: '^http://www\\.mianhuatang\\.la/\\d+/\\d+/\\d+\\.html',
    bookTitleSelector: '.nav > a:nth-of-type(3)',
    titleSelector: '.read_title h1',
    prevSelector: '.pagego a:nth-of-type(1)',
    indexSelector: '.pagego a:nth-of-type(2)',
    nextSelector: '.pagego a:nth-of-type(3)',
    contentSelector: '.content',
    contentRemove: 'a, .contads',
    contentReplace: [
        '下载本书最新的txt电子书请点击:',
        '本书手机阅读:',
        '发表书评:',
        '为了方便下次阅读,你可以在点击下方的.*谢谢您的支持!!',
        '',
        '',
        '',
        '',
        '',
        '',
        { '': '' },
        { '': '' },
    ],
},

非常感谢,正常使用。

Post reply

Sign in to post a reply.