Skip to content

Commit

Permalink
5.3.2 修正muyuge.net,增加一些新的网址
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Apr 2, 2016
1 parent ab8f986 commit 13056b1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
18 changes: 16 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.3.1
// @version 5.3.2
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -271,7 +271,6 @@
// @include http://www.gengxin8.com/read/*/*.html
// @include http://www.365xs.org/books/*/*/*.html
// @include http://www.wuruo.com/files/article/html/*/*/*.html
// @include http://www.remenxs.com/du_*/*/
// @include http://*.8shuw.net/book/*/*.html
// @include http://www.pashuw.com/BookReader/*/*.html
// @include http://read.shanwen.com/html/*/*/*.html
Expand All @@ -289,6 +288,16 @@
// @include http://*.sto.cc/*-*/
// @include http://www.151xs.com/wuxiazuoxiong/*/chapter/*/
// @include http://www.qududu.net/book/*/*/*.html
// @include http://www.shumilou.co/*
// @include http://wanshu.com/*
// @include http://www.fenghuaju.com/*/*
// @include http://www.dashubao.cc/*/*
// @include http://www.yunlaige.com/*
// @include http://www.aiquxs.com/*
// @include http://www.qingdou.cc/chapter*
// @include http://www.shuyuewu.com/kan*
// @include http://www.1553.net/*/*
// @include http://www.269s.com/*/*/*

// @exclude */List.htm
// @exclude */List.html
Expand Down Expand Up @@ -799,6 +808,9 @@ Rule.specialSite = [
// useiframe: true,
// mutationSelector: "#content",
// mutationChildCount: 1,
nextSelector: 'a:contains(下章)',
prevSelector: 'a:contains(上章)',
indexSelector: 'a:contains(目录)',
contentRemove: ".vote",
contentReplace: {
"<a[^>]*>(.*?)</a>": "$1",
Expand Down Expand Up @@ -978,6 +990,7 @@ Rule.specialSite = [
'{首发}|【首发】',
'=长=风',
'-优-优-小-说-更-新-最-快-\\.',
'发现一家非常好吃的手工曲奇店铺,可搜索淘宝.*',
{ "。\\.": "。" },
]
},
Expand Down Expand Up @@ -1051,6 +1064,7 @@ Rule.specialSite = [
'看.*?最新章节到长风文学',
'R1152',
'手机看小说哪家强\\?手机阅读网',
'\\.n√et',
]
},
{siteName: '笔下阁',
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.3.1",
"version": "5.3.2",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
11 changes: 10 additions & 1 deletion MyNovelReader/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
// @include http://www.gengxin8.com/read/*/*.html
// @include http://www.365xs.org/books/*/*/*.html
// @include http://www.wuruo.com/files/article/html/*/*/*.html
// @include http://www.remenxs.com/du_*/*/
// @include http://*.8shuw.net/book/*/*.html
// @include http://www.pashuw.com/BookReader/*/*.html
// @include http://read.shanwen.com/html/*/*/*.html
Expand All @@ -289,6 +288,16 @@
// @include http://*.sto.cc/*-*/
// @include http://www.151xs.com/wuxiazuoxiong/*/chapter/*/
// @include http://www.qududu.net/book/*/*/*.html
// @include http://www.shumilou.co/*
// @include http://wanshu.com/*
// @include http://www.fenghuaju.com/*/*
// @include http://www.dashubao.cc/*/*
// @include http://www.yunlaige.com/*
// @include http://www.aiquxs.com/*
// @include http://www.qingdou.cc/chapter*
// @include http://www.shuyuewu.com/kan*
// @include http://www.1553.net/*/*
// @include http://www.269s.com/*/*/*

// @exclude */List.htm
// @exclude */List.html
Expand Down
5 changes: 5 additions & 0 deletions MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ Rule.specialSite = [
// useiframe: true,
// mutationSelector: "#content",
// mutationChildCount: 1,
nextSelector: 'a:contains(下章)',
prevSelector: 'a:contains(上章)',
indexSelector: 'a:contains(目录)',
contentRemove: ".vote",
contentReplace: {
"<a[^>]*>(.*?)</a>": "$1",
Expand Down Expand Up @@ -657,6 +660,7 @@ Rule.specialSite = [
'{首发}|【首发】',
'=长=风',
'-优-优-小-说-更-新-最-快-\\.',
'发现一家非常好吃的手工曲奇店铺,可搜索淘宝.*',
{ "。\\.": "。" },
]
},
Expand Down Expand Up @@ -730,6 +734,7 @@ Rule.specialSite = [
'看.*?最新章节到长风文学',
'R1152',
'手机看小说哪家强\\?手机阅读网',
'\\.n√et',
]
},
{siteName: '笔下阁',
Expand Down

0 comments on commit 13056b1

Please sign in to comment.