国家中小学智慧教育平台 · Cloudflare 版 · 设置 Token → 粘贴多个网址 → 批量下载
.m3u8)CF 版不支持,请用本地 Node 版。(function () {
const authKey = Object.keys(localStorage).find((key) =>
key.startsWith("ND_UC_AUTH"),
);
if (!authKey) {
console.error("未找到 Access Token,请确保已登录!");
return;
}
const tokenData = JSON.parse(localStorage.getItem(authKey));
const accessToken = JSON.parse(tokenData.value).access_token;
console.log(
"%cAccess Token:",
"color: green; font-weight: bold",
accessToken,
);
})();