Skip to content

Commit 76faa9b

Browse files
committed
update
1 parent f21b4f6 commit 76faa9b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DownloadAllContent/DownloadAllContent.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @name:zh-TW 怠惰小説下載器
55
// @name:ja 怠惰者小説ダウンロードツール
66
// @namespace hoothin
7-
// @version 2.8.3.10
7+
// @version 2.8.3.11
88
// @description Lightweight web scraping script. Fetch and download main textual content from the current page, provide special support for novels
99
// @description:zh-CN 通用网站内容爬虫抓取工具,可批量抓取任意站点的小说、论坛内容等并保存为TXT文档
1010
// @description:zh-TW 通用網站內容爬蟲抓取工具,可批量抓取任意站點的小說、論壇內容等並保存為TXT文檔
@@ -1522,6 +1522,7 @@ if (window.top != window.self) {
15221522
cStr+=content.replace(/[\uFEFF\xA0 ]+/g," ").replace(/([^\r]|^)\n([^\r]|$)/gi,"$1\r\n$2");
15231523
}
15241524
if(childNode.nodeType!=3 && !/^(I|A|STRONG|B|FONT|IMG)$/.test(childNode.nodeName))cStr+="\r\n";
1525+
else if(childNode.nextSibling && /^P$/.test(childNode.nextSibling.nodeName))cStr+="\r\n";
15251526
}
15261527
if(hasText || noTextEnable || ele==largestContent)rStr+=cStr+"\r\n";
15271528
}

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// @grant unsafeWindow
4848
// @require https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js
4949
// @require https://update.greasyfork.org/scripts/438080/1416490/pvcep_rules.js
50-
// @require https://update.greasyfork.org/scripts/440698/1422852/pvcep_lang.js
50+
// @require https://update.greasyfork.org/scripts/440698/1426309/pvcep_lang.js
5151
// @downloadURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.user.js
5252
// @updateURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.meta.js
5353
// @match *://*/*

0 commit comments

Comments
 (0)