Skip to content

Commit

Permalink
5.3.7 移除 du00.cc,只显示一半内容
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Apr 9, 2017
1 parent f7cae16 commit 9326d53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.6
// @version 5.3.7
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -115,7 +115,7 @@
// @include *://www.123yq.com/read/*/*/*.shtml
// @include *://www.123yq.org/read/*/*/*.shtml
// @include *://www.dhzw.com/book/*/*/*.html
// @include *://www.du00.cc/read/*/*/*.html
// *://www.du00.cc/read/*/*/*.html
// @include *://www.aszw.com/book/*/*/*.html
// @include *://www.xsbashi.com/*_*/
// @include *://www.vodtw.com/Html/Book/*/*/*.html
Expand Down Expand Up @@ -1302,7 +1302,7 @@ Rule.specialSite = [
mutationSelector: "#main",
mutationChildCount: 0,
},
{siteName: "读零零",
{siteName: "读零零(有问题,只显示一半内容)",
url: "https?://www\\.du00\\.(?:com|cc)/read/\\d+/\\d+/[\\d_]+\\.html",
titleReg: "(.*?)(?:第\\d+段)?,(.*) - 读零零小说网",
titlePos: 1,
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.6",
"version": "5.3.7",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion MyNovelReader/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
// @include *://www.123yq.com/read/*/*/*.shtml
// @include *://www.123yq.org/read/*/*/*.shtml
// @include *://www.dhzw.com/book/*/*/*.html
// @include *://www.du00.cc/read/*/*/*.html
// *://www.du00.cc/read/*/*/*.html
// @include *://www.aszw.com/book/*/*/*.html
// @include *://www.xsbashi.com/*_*/
// @include *://www.vodtw.com/Html/Book/*/*/*.html
Expand Down
2 changes: 1 addition & 1 deletion MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ Rule.specialSite = [
mutationSelector: "#main",
mutationChildCount: 0,
},
{siteName: "读零零",
{siteName: "读零零(有问题,只显示一半内容)",
url: "https?://www\\.du00\\.(?:com|cc)/read/\\d+/\\d+/[\\d_]+\\.html",
titleReg: "(.*?)(?:第\\d+段)?,(.*) - 读零零小说网",
titlePos: 1,
Expand Down

0 comments on commit 9326d53

Please sign in to comment.