INNER CODE UNIT · JavaScript
$
LeyckerS/moondownloader · web/app.js:18
const $ = (s) => document.querySelector(s);
const $$ = (s) => Array.from(document.querySelectorAll(s));
const POLL_MS = 80;
const SPARK_N = 90;
const REDUCED = matchMedia("(prefers-reduced-motion: reduce)");
/* Reference rate for the ambience glow only -- not a cap, not a target, and it
never touches a number on screen. Picked so a normal fast run sits near the
top of the curve without pinning it. */
const HEAT_REF_MBS = 60;
/* ── i18n ─────────────────────────────────────────────────────────────── */
const I18N = {
en: {
link: "Links", links_ph: "paste the links, one per line\nhttps://datanodes.to/...\nhttps://fuckingfast.co/...",
load_txt: "Load .txt", clear: "Clear", others: "others",
destination: "Destination", pick_folder: "Choose folder", pick_chrome: "Choose chrome.exe",
mode_download: "Download", mode_links: "Links only",
common: "Common", common_sub: "· both methods",