From 5c03542d8fb69f59efd89a377b949aae9e503aa9 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 Mar 2018 15:51:02 +0800 Subject: [PATCH] update --- scripts/MyNovelReader.user.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/MyNovelReader.user.js b/scripts/MyNovelReader.user.js index 25a312e1..f0659ee0 100755 --- a/scripts/MyNovelReader.user.js +++ b/scripts/MyNovelReader.user.js @@ -22,7 +22,7 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue; // @name My Novel Reader // @name:zh-CN 小说阅读脚本 // @name:zh-TW 小說閱讀腳本 -// @version 6.3.1 +// @version 6.3.2 // @namespace https://github.com/ywzhaiqi // @author ywzhaiqi // @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友 @@ -356,6 +356,7 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue; // @include *://www.remenxs.com/du_*/*/ // @include *://www.shuhai.com/read/*/*.html // @include *://www.hbooker.com/chapter/book_chapter_detail/* +// @include *://www.hbooker.com/chapter/* // @include *://www.mht.la/*/*/*.html // @include *://www.paomov.com/*/*/*.html // @include *://www.moyuanwenxue.com/xiaoshuo/*/*/*.htm @@ -402,6 +403,8 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue; // @include *://www.liewen.cc/b/*/*/*.html // @include *://www.pbtxt.com/*/*.html // @include *://www.dingdiann.com/*/*.html +// @include *://www.23us.la/html/*/*/*.html +// @include *://www.shuyaya.cc/read/*/*.html // 移动版 // @include *://wap.yc.ireader.com.cn/book/*/*/ @@ -2063,6 +2066,7 @@ const sites = [ UU看书 www.uukanshu.net */ /[UuUu]+看书\s*www.[UuUu]+[kk][aa][nn][ss][hh][UuUu].[nn][ee][tt]/g, + /[UuUu]+看书\s*www.[UuUu]+[kk][aa][nn][ss][hh][UuUu].[cc][oo][mm]/g, '[UU]*看书[(\\(].*?[)\\)]文字首发。', '请记住本书首发域名:。笔趣阁手机版阅读网址:', '\\(\\)', @@ -2461,7 +2465,8 @@ const sites = [ contentSelector: '.read .txt', }, {siteName: "欢乐书客", - url: "^https?://www\\.hbooker\\.com/chapter/book_chapter_detail/\\d+", +// url: "^https?://www\\.hbooker\\.com/chapter/book_chapter_detail/\\d+", + url: "^https?://www\\.hbooker\\.com/chapter/\\d+", bookTitleSelector: ".breakcrumb > a:last", titleSelector: "#J_BookCnt h3", useiframe: true, @@ -2836,6 +2841,7 @@ const replace = { // "?(,|,)": "?", //"”(,|,|。)": "”", "@{3,}": "", + "reads;": "", // === 段末的多余的r === "\\\\r
": "
",