Skip to content

Commit c91b34b

Browse files
committed
Update DownloadAllContent.user.js
1 parent cb74825 commit c91b34b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DownloadAllContent/DownloadAllContent.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ if (window.top != window.self) {
19061906
if (signs == "→↓←↑") {
19071907
e.stopPropagation();
19081908
e.preventDefault();
1909-
fetch(false);
1909+
startCustom();
19101910
}
19111911
}, false);
19121912
}
@@ -2158,7 +2158,7 @@ if (window.top != window.self) {
21582158

21592159
function startCustom() {
21602160
var customRules = GM_getValue("DACrules_" + document.domain);
2161-
var urls = window.prompt(i18n.customInfo, customRules ? customRules : "https://xxx.xxx/book-[20-99].html, https://xxx.xxx/book-[01-10].html");
2161+
var urls = window.prompt(i18n.customInfo + ":\nhttps://xxx.xxx/book-[20-99].html, https://xxx.xxx/book-[01-10].html", customRules || "");
21622162
if (urls) {
21632163
customDown(urls);
21642164
}

0 commit comments

Comments
 (0)