My Novel Reader

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

< Valutazione su My Novel Reader

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 06/11/2016

在书海小说网,完全没有效果的

在http://www.shuhai.com网站添加用户包含后油猴子显示脚本生效,但没有效果

§
Pubblicato: 09/11/2016

参考 script 里面的结构~ 我试了增加这些 code 后是可以运行的。 万用星号=*

// @include http://www.shuhai.com/read/万用星号/万用星号.html

{siteName: '书海小说',
    url: '^http://www\\.shuhai\\.com/read/\\d+/\\d+\\.html',
    bookTitleSelector: '.path2 a:nth-of-type(3)',
    titleSelector: '.read_top h1',
    prevSelector: '.read .read_dwn p a:nth-of-type(1)',
    indexSelector: '.read .read_dwn p a:nth-of-type(2)',
    nextSelector: '.read .read_dwn p a:nth-of-type(3)',
    contentSelector: '.read .txt',
    contentRemove: '',
    contentReplace: [
        '',
        {"":""},
    ],
},

Pubblica risposta

Accedi per pubblicare una risposta.