Skip to content

Commit

Permalink
5.3.0 增加 https 的 booklink.me 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Feb 8, 2016
1 parent 087087f commit 36503a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
11 changes: 8 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.2.9
// @version 5.3.0
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -57,6 +57,7 @@

// @include http://tieba.baidu.com/p/*
// @include http://booklink.me/*
// @include https://booklink.me/*

// booklink.me
// @include http://www.shumilou.co/*/*.html
Expand Down Expand Up @@ -1586,7 +1587,9 @@ Rule.specialSite = [
'¥℉頂¥℉点¥℉小¥℉',
'£∝頂£∝点£∝小£∝',
'篮。色。书。巴,',
'<!--\\?\\(', // 提取内容后出现的注释标志,造成后面的内容没了
'<!--\\?[\\(<]', // 提取内容后出现的注释标志,造成后面的内容没了
'看书&nbsp;&nbsp; 要?',
'喜欢网就上。',
]
},
{siteName: "乐文小说网",
Expand All @@ -1602,6 +1605,7 @@ Rule.specialSite = [
/乐文小说网值得.+/g,
'\\(\\)',
'www.LWXS520.com',
'www.lwxs520.com 首发哦亲',
]
},
{siteName: '我爱小说',
Expand Down Expand Up @@ -1862,7 +1866,7 @@ Rule.replace = {
".{2,4}中文网欢迎广大书友": "",
"访问下载txt小说|◎雲來閣免费万本m.yunlaige.com◎":"",
"〖∷更新快∷无弹窗∷纯文字∷.*?〗": "",
"本文由 。。 首发":"",
'超快稳定更新小说[,,]':'', "本文由 。。 首发":"",
'”小说“小说章节更新最快': '',
'如果觉得好看,请把本站网址推荐给您的朋友吧!': '',
'本站手机网址:&nbsp;&nbsp;请互相通知向您QQ群【微博/微信】论坛贴吧推荐宣传介绍!': '',
Expand Down Expand Up @@ -2004,6 +2008,7 @@ Rule.replaceAll = [
'(\\s*君子聚义堂)',
'readx;',
'追书必备',
'樂文小说',

// 包含 \P 的替换
'\\P{1,2}[顶頂].{1,3}[点小].*?o?[mw,]',
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.9",
"version": "5.3.0",
"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 @@ -57,6 +57,7 @@

// @include http://tieba.baidu.com/p/*
// @include http://booklink.me/*
// @include https://booklink.me/*

// booklink.me
// @include http://www.shumilou.co/*/*.html
Expand Down
8 changes: 6 additions & 2 deletions MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,9 @@ Rule.specialSite = [
'¥℉頂¥℉点¥℉小¥℉',
'£∝頂£∝点£∝小£∝',
'篮。色。书。巴,',
'<!--\\?\\(', // 提取内容后出现的注释标志,造成后面的内容没了
'<!--\\?[\\(<]', // 提取内容后出现的注释标志,造成后面的内容没了
'看书&nbsp;&nbsp; 要?',
'喜欢网就上。',
]
},
{siteName: "乐文小说网",
Expand All @@ -1282,6 +1284,7 @@ Rule.specialSite = [
/乐文小说网值得.+/g,
'\\(\\)',
'www.LWXS520.com',
'www.lwxs520.com 首发哦亲',
]
},
{siteName: '我爱小说',
Expand Down Expand Up @@ -1542,7 +1545,7 @@ Rule.replace = {
".{2,4}中文网欢迎广大书友": "",
"访问下载txt小说|◎雲來閣免费万本m.yunlaige.com◎":"",
"〖∷更新快∷无弹窗∷纯文字∷.*?〗": "",
"本文由 。。 首发":"",
'超快稳定更新小说[,,]':'', "本文由 。。 首发":"",
'”小说“小说章节更新最快': '',
'如果觉得好看,请把本站网址推荐给您的朋友吧!': '',
'本站手机网址:&nbsp;&nbsp;请互相通知向您QQ群【微博/微信】论坛贴吧推荐宣传介绍!': '',
Expand Down Expand Up @@ -1684,6 +1687,7 @@ Rule.replaceAll = [
'(\\s*君子聚义堂)',
'readx;',
'追书必备',
'樂文小说',

// 包含 \P 的替换
'\\P{1,2}[顶頂].{1,3}[点小].*?o?[mw,]',
Expand Down

0 comments on commit 36503a7

Please sign in to comment.