// ==UserScript== // @name chaoxing-download // @namespace http://tampermonkey.net/ // @version 0.2 // @description 超星慕课资源下载提取 // @author NL // @match https://mooc1-1.chaoxing.com/mycourse/studentstudy?* // @grant none // @downloadURL none // ==/UserScript== function setDl(){ var iframes = document.getElementById("iframe").contentWindow.document.querySelectorAll("iframe") for(let i=0;i