Skip to content

Commit

Permalink
5.1.8 修正起点新版网址匹配失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Sep 16, 2015
1 parent 0167b18 commit 7a2111c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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.1.7
// @version 5.1.8
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -426,7 +426,7 @@ Rule.specialSite = [
},
},
{siteName: '起点新版',
url: 'http://read\\.qidian\\.com/BookReader/\\d+,\\d+\\.aspx',
url: 'http://read\\.qidian\\.com/BookReader/.*\\.aspx',
bookTitleSelector: '.story_title .textinfo a:nth-child(1)',
titleSelector: '.story_title h1',

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.1.7",
"version": "5.1.8",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Rule.specialSite = [
},
},
{siteName: '起点新版',
url: 'http://read\\.qidian\\.com/BookReader/\\d+,\\d+\\.aspx',
url: 'http://read\\.qidian\\.com/BookReader/.*\\.aspx',
bookTitleSelector: '.story_title .textinfo a:nth-child(1)',
titleSelector: '.story_title h1',

Expand Down

0 comments on commit 7a2111c

Please sign in to comment.