MCPcopy Index your code
hub / github.com/hoothin/UserScripts / startCustom

Function startCustom

DownloadAllContent/DownloadAllContent.user.js:2301–2307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2299 }
2300
2301 function startCustom() {
2302 var customRules = GM_getValue("DACrules_" + document.domain);
2303 var urls = window.prompt(i18n.customInfo + ":\nhttps://xxx.xxx/book-[20-99].html, https://xxx.xxx/book-[01-10].html", customRules || "");
2304 if (urls) {
2305 customDown(urls);
2306 }
2307 }
2308
2309 document.addEventListener("keydown", function(e) {
2310 if (checkKey(downloadCustomShortcut, e)) {

Callers 1

Calls 1

customDownFunction · 0.85

Tested by

no test coverage detected