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