Skip to content

Commit

Permalink
5.2.7 增加shumilou.us、shumilou.net,排除起点分卷阅读
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Nov 8, 2015
1 parent 392632d commit 7080a8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions MyNovelReader/MyNovelReader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name My Novel Reader
// @name:zh-CN 小说阅读脚本
// @name:zh-TW 小說閱讀腳本
// @version 5.2.6
// @version 5.2.7
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -32,6 +32,7 @@
// @include http://readbook.qidian.com/bookreader/*,*.html
// @include http://read.qidian.com/BookReaderOld/*,*.aspx
// @include http://read.qidian.com/BookReader/*,*.aspx
// @exclude http://read.qidian.com/BookReader/vol,*,*.aspx
// @include http://wwwploy.qidian.com/BookReader/*,*.aspx
// @include http://free.qidian.com/Free/ReadChapter.aspx?*
// @include http://www.qdmm.com/BookReader/*,*.aspx
Expand Down Expand Up @@ -59,6 +60,8 @@

// booklink.me
// @include http://www.shumilou.co/*/*.html
// @include http://www.shumilou.us/*/*.html
// @include http://www.shumilou.net/*/*/*.html
// @include http://www.wcxiaoshuo.com/wcxs-*-*/
// @include http://www.xiaoshuoz.com/wcxs-*-*/
// @include http://www.quledu.com/wcxs-*-*/
Expand Down Expand Up @@ -695,7 +698,7 @@ Rule.specialSite = [
]
},
{siteName: "书迷楼",
url: /^http:\/\/www\.shumilou\.com?\/.*html$/,
url: /^http:\/\/www\.shumilou\.(?:co|us)\/.*html$/,
titleReg: /(.*) (.*?) 书迷楼/,
titlePos: 1,
contentSelector: "#content",
Expand All @@ -713,6 +716,7 @@ Rule.specialSite = [
'《乐》《读》小说.乐读.Com',
'纯文字在线阅读本站域名手机同步阅读请访问',
'-优-优-小-说-更-新-最-快-www.uuxs.cc-',
'\\(本章免费\\)',
],
fixImage: true,
contentPatch: function(fakeStub){
Expand Down
2 changes: 1 addition & 1 deletion MyNovelReader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyNovelReader",
"version": "5.2.6",
"version": "5.2.7",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
3 changes: 3 additions & 0 deletions MyNovelReader/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// @include http://readbook.qidian.com/bookreader/*,*.html
// @include http://read.qidian.com/BookReaderOld/*,*.aspx
// @include http://read.qidian.com/BookReader/*,*.aspx
// @exclude http://read.qidian.com/BookReader/vol,*,*.aspx
// @include http://wwwploy.qidian.com/BookReader/*,*.aspx
// @include http://free.qidian.com/Free/ReadChapter.aspx?*
// @include http://www.qdmm.com/BookReader/*,*.aspx
Expand Down Expand Up @@ -59,6 +60,8 @@

// booklink.me
// @include http://www.shumilou.co/*/*.html
// @include http://www.shumilou.us/*/*.html
// @include http://www.shumilou.net/*/*/*.html
// @include http://www.wcxiaoshuo.com/wcxs-*-*/
// @include http://www.xiaoshuoz.com/wcxs-*-*/
// @include http://www.quledu.com/wcxs-*-*/
Expand Down
3 changes: 2 additions & 1 deletion MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Rule.specialSite = [
]
},
{siteName: "书迷楼",
url: /^http:\/\/www\.shumilou\.com?\/.*html$/,
url: /^http:\/\/www\.shumilou\.(?:co|us)\/.*html$/,
titleReg: /(.*) (.*?) 书迷楼/,
titlePos: 1,
contentSelector: "#content",
Expand All @@ -399,6 +399,7 @@ Rule.specialSite = [
'《乐》《读》小说.乐读.Com',
'纯文字在线阅读本站域名手机同步阅读请访问',
'-优-优-小-说-更-新-最-快-www.uuxs.cc-',
'\\(本章免费\\)',
],
fixImage: true,
contentPatch: function(fakeStub){
Expand Down

0 comments on commit 7080a8b

Please sign in to comment.