Skip to content

Commit

Permalink
My Novel Reader 4.6.3 修正一个替换规则
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Aug 10, 2014
1 parent 38146ed commit f3145c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions MyNovelReader/MyNovelReader.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @id mynovelreader@[email protected]
// @name My Novel Reader
// @version 4.6.2
// @version 4.6.3
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor shyangs
Expand Down Expand Up @@ -750,7 +750,9 @@ Rule.specialSite = [
titleReg: "(.*?)最新章节_\\S* (.*)_手牵手小说网",
contentReplace: [
"★百度搜索,免费阅读万本★|访问下载txt小说.百度搜.|免费电子书下载|\\(百度搜\\)|『文學吧x吧.』|¤本站网址:¤",
"★雲來阁免费wwwyunlaigenet★",
// "[☆★◆〓『【◎](?:真正无弹窗|雲來阁免费).*?www.?yunlaige.?net[★◆◇]",
"[☆★◆〓『【◎◇].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎◇]",
"『万本收费免费看』",
"&nbsp;关闭</p>",
{ "。\\.": "。" },
]
Expand Down Expand Up @@ -1204,7 +1206,7 @@ Rule.specialSite = [
titleSelector: '.ctitle',
contentRemove: '.bottomlink',
contentReplace: [
'[☆★◆〓『【◎].*?(?:YUNLAIGE|云 来 阁|yunlaige).*?[☆◆★〓』】◎]',
'[☆★◆〓『【◎].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎]',
]
},

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": "4.6.2",
"version": "4.6.3",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
6 changes: 4 additions & 2 deletions MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ Rule.specialSite = [
titleReg: "(.*?)最新章节_\\S* (.*)_手牵手小说网",
contentReplace: [
"★百度搜索,免费阅读万本★|访问下载txt小说.百度搜.|免费电子书下载|\\(百度搜\\)|『文學吧x吧.』|¤本站网址:¤",
"★雲來阁免费wwwyunlaigenet★",
// "[☆★◆〓『【◎](?:真正无弹窗|雲來阁免费).*?www.?yunlaige.?net[★◆◇]",
"[☆★◆〓『【◎◇].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎◇]",
"『万本收费免费看』",
"&nbsp;关闭</p>",
{ "。\\.": "。" },
]
Expand Down Expand Up @@ -951,7 +953,7 @@ Rule.specialSite = [
titleSelector: '.ctitle',
contentRemove: '.bottomlink',
contentReplace: [
'[☆★◆〓『【◎].*?(?:YUNLAIGE|云 来 阁|yunlaige).*?[☆◆★〓』】◎]',
'[☆★◆〓『【◎].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎]',
]
},

Expand Down

0 comments on commit f3145c1

Please sign in to comment.