Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

欢乐书客网址更新 #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions scripts/MyNovelReader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue;
// @name My Novel Reader
// @name:zh-CN 小说阅读脚本
// @name:zh-TW 小說閱讀腳本
// @version 6.3.1
// @version 6.3.2
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -356,6 +356,7 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue;
// @include *://www.remenxs.com/du_*/*/
// @include *://www.shuhai.com/read/*/*.html
// @include *://www.hbooker.com/chapter/book_chapter_detail/*
// @include *://www.hbooker.com/chapter/*
// @include *://www.mht.la/*/*/*.html
// @include *://www.paomov.com/*/*/*.html
// @include *://www.moyuanwenxue.com/xiaoshuo/*/*/*.htm
Expand Down Expand Up @@ -402,6 +403,8 @@ Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue;
// @include *://www.liewen.cc/b/*/*/*.html
// @include *://www.pbtxt.com/*/*.html
// @include *://www.dingdiann.com/*/*.html
// @include *://www.23us.la/html/*/*/*.html
// @include *://www.shuyaya.cc/read/*/*.html

// 移动版
// @include *://wap.yc.ireader.com.cn/book/*/*/
Expand Down Expand Up @@ -2063,6 +2066,7 @@ const sites = [
UU看书 www.uukanshu.net
*/
/[UuUu]+看书\s*www.[UuUu]+[kk][aa][nn][ss][hh][UuUu].[nn][ee][tt]/g,
/[UuUu]+看书\s*www.[UuUu]+[kk][aa][nn][ss][hh][UuUu].[cc][oo][mm]/g,
'[UU]*看书[(\\(].*?[)\\)]文字首发。',
'请记住本书首发域名:。笔趣阁手机版阅读网址:',
'\\(\\)',
Expand Down Expand Up @@ -2461,7 +2465,8 @@ const sites = [
contentSelector: '.read .txt',
},
{siteName: "欢乐书客",
url: "^https?://www\\.hbooker\\.com/chapter/book_chapter_detail/\\d+",
// url: "^https?://www\\.hbooker\\.com/chapter/book_chapter_detail/\\d+",
url: "^https?://www\\.hbooker\\.com/chapter/\\d+",
bookTitleSelector: ".breakcrumb > a:last",
titleSelector: "#J_BookCnt h3",
useiframe: true,
Expand Down Expand Up @@ -2836,6 +2841,7 @@ const replace = {
// "?(,|,)": "?",
//"”(,|,|。)": "”",
"@{3,}": "",
"reads;": "",

// === 段末的多余的r ===
"\\\\r<br>": "<br>",
Expand Down