Skip to content

Commit 72398d2

Browse files
committed
fix
1 parent fd61870 commit 72398d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DownloadAllContent/DownloadAllContent.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@
247247
}
248248
});
249249
function setDel(){
250-
var selectors=prompt("设置小说干扰码的选择器:",GM_getValue("selectors"));
250+
var selValue=GM_getValue("selectors");
251+
var selectors=prompt("设置小说干扰码的选择器:",selValue?selValue:"");
251252
GM_setValue("selectors",selectors);
252253
}
253254
GM_registerMenuCommand(i18n.fetch, fetch);

0 commit comments

Comments
 (0)