// ==UserScript== // @name 【真·免费】2025年中小学智慧·暑期教师研修·自动播放/切换·保证满学时·0手动·教师福音·躺平神器 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.3 // @description 为了帮助老师们提升2025暑期研修学习效率,我们免费提供该脚本,可以帮助老师们自动播放视频并且自动切换课程。 // @author 教师小助手 // @resource SRIsecured http://assets.yixiyun.tech/qrcode/shoukuanma.png // @grant unsafeWindow // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @match *://www.smartedu.cn/* // @match *://basic.smartedu.cn/* // ==/UserScript== /** * 日志函数 * @param content */ function log(content) { console.debug(`=== ${content} ===`) setTimeout(() => { if (document.getElementById('log_content')) { document.getElementById('log_content').innerText = `${content}`; } },10) } /** * 显示状态栏 */ function inject() { if (window.top != window.self) return; console.debug("=== 展示状态栏 ===") // 创建状态栏容器 const statusBar = document.createElement('div'); statusBar.id = 'auto-play-status-bar'; statusBar.innerHTML = `