Skip to content

Commit

Permalink
5.2.5 新增站点 sto.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Oct 27, 2015
1 parent 864512a commit 033890f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
16 changes: 14 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.4
// @version 5.2.5
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -279,6 +279,7 @@
// @include http://down1.qidian.com/bookall/*.htm*
// @include http://www.77nt.com/*/*.html
// @include http://www.quanbenba.com/yuedu/*/*/*.html
// @include http://*.sto.cc/*-*/

// @exclude */List.htm
// @exclude */List.html
Expand Down Expand Up @@ -1552,7 +1553,7 @@ Rule.specialSite = [
titleSelector: '.ctitle',
bookTitleSelector: '#hlBookName',
contentSelector: '#content',
contentRemove: '.bottomlink, a',
contentRemove: '.bottomlink, a, .cad, .footer, .adbottom',
contentReplace: [
'[☆★◆〓『【◎◇].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎◇]',
'《更新最快小说网站:雲来阁http://WWW.YunLaiGe.COM》',
Expand Down Expand Up @@ -1721,6 +1722,17 @@ Rule.specialSite = [
'===\\*\\*小说巴士.*?===',
]
},
{siteName: "思兔阅读",
url: "http://\\w+\\.sto\\.cc/\\d+-\\d+/",
titleReg: "(.*?)_(.*?)_全文在線閱讀_思兔",
titlePos: 0,
//bookTitleSelector: "h1",
prevSelector: "a:contains('上壹頁')",
nextSelector: "a:contains('下壹頁')",
contentSelector: "div#BookContent",
contentRemove: 'span',
},


// ===== 特殊的获取下一页链接
{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.2.4",
"version": "5.2.5",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
1 change: 1 addition & 0 deletions MyNovelReader/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
// @include http://down1.qidian.com/bookall/*.htm*
// @include http://www.77nt.com/*/*.html
// @include http://www.quanbenba.com/yuedu/*/*/*.html
// @include http://*.sto.cc/*-*/

// @exclude */List.htm
// @exclude */List.html
Expand Down
13 changes: 12 additions & 1 deletion MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ Rule.specialSite = [
titleSelector: '.ctitle',
bookTitleSelector: '#hlBookName',
contentSelector: '#content',
contentRemove: '.bottomlink, a',
contentRemove: '.bottomlink, a, .cad, .footer, .adbottom',
contentReplace: [
'[☆★◆〓『【◎◇].*?(?:yunlaige|云 来 阁|yunlaige).*?[☆◆★〓』】◎◇]',
'《更新最快小说网站:雲来阁http://WWW.YunLaiGe.COM》',
Expand Down Expand Up @@ -1410,6 +1410,17 @@ Rule.specialSite = [
'===\\*\\*小说巴士.*?===',
]
},
{siteName: "思兔阅读",
url: "http://\\w+\\.sto\\.cc/\\d+-\\d+/",
titleReg: "(.*?)_(.*?)_全文在線閱讀_思兔",
titlePos: 0,
//bookTitleSelector: "h1",
prevSelector: "a:contains('上壹頁')",
nextSelector: "a:contains('下壹頁')",
contentSelector: "div#BookContent",
contentRemove: 'span',
},


// ===== 特殊的获取下一页链接
{siteName: "看书啦",
Expand Down

0 comments on commit 033890f

Please sign in to comment.