2025年寒假教师研修|国家智慧教育公共服务平台|国家中小学智慧教育平台|自动刷视频

国家智慧教育公共服务平台(国家中小学智慧教育平台)自动刷视频!!!

< 脚本2025年寒假教师研修|国家智慧教育公共服务平台|国家中小学智慧教育平台|自动刷视频的反馈

提问/评论

§
发表于:2023-07-07

第29行 Swal.fire({ 黄色感叹号
另:插件启动不起来www.smartedu.cn的时候还行,进入下级目录https://teacher.higher.smartedu.cn/h/subject/teaching/时插件失效
我要刷的就是42行目录里的内容(高等教育的),可插件就启动不了
或请教设置方法

yygdz1921作者
§
发表于:2023-07-07
  • 黄色感叹号不用管,警告来的,没有严格遵守代码规范;
  • 你改一下这行代码,脚本就能动,课程网址不对的话也改一下:
// @match        https://basic.smartedu.cn/*

改成

// @match        https://*.smartedu.cn/*
§
发表于:2023-07-07

方便加Q什么的么,还是不行

§
发表于:2023-07-07

问题:把https://teacher.higher.smartedu.cn/h/subject/teaching/替换原来的// @match https://basic.smartedu.cn/*则
进入https://teacher.higher.smartedu.cn/h/subject/teaching/时插件似乎可用,然后选择开始学,进入下级,似乎不可用了(油猴显示没有这个插件在运行)
谢谢!
// ==UserScript==
// @name 师德集中学习教育|国家智慧教育公共服务平台|国家中小学智慧教育平台|自动刷视频|16倍速|后台播放
// @namespace http://tampermonkey.net/
// @version 2023.7.7
// @description 国家智慧教育公共服务平台(国家中小学智慧教育平台)自动刷视频,16倍速!
// @author You
// @match https://*.teacher.higher.smartedu.cn/h/subject/teaching/*
// @match https://*.teacher.higher.smartedu.cn/h/subject/teaching/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=smartedu.cn
// @grant none
// @license MIT
// ==/UserScript==

(function () {
'use strict';

// Your code here...
// 引入第三方库https://github.com/sweetalert2/sweetalert2/
// 引入 sweetalert2.min.css 和 sweetalert2.min.js 文件
const css = document.createElement('link');
css.rel = 'stylesheet';
css.href = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.min.css';
document.head.appendChild(css);
const js = document.createElement('script');
js.src = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js';
document.body.appendChild(js);
// 弹窗函数
function msg(txt, ms = 3000) {
Swal.fire({
title: txt,
position: 'center',
icon: 'success',
showConfirmButton: false,
timer: ms,
timerProgressBar: true,
})
}


var log = console.log;
// 课程
var course_name = "师德集中学习教育(2023年7月)";
var home = "https://teacher.higher.smartedu.cn/h/subject/teaching/";
var all_course = [
// 思想铸魂
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629091446784?itemId=726641870617784320&segId=726641816054083584&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 固本强基
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629116612608?itemId=726641973097213952&segId=726641920563556352&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 以案促学
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629129195520?itemId=726642071551070208&segId=726642024438136832&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 师德引领
"https://basic.smartedu.cn/teacherTraining/courseDetail?courseId=f7a2a557-7948-4d9b-93df-8622430d0df3&tag=%E5%B8%88%E5%BE%B7%E9%9B%86%E4%B8%AD%E5%AD%A6%E4%B9%A0%E6%95%99%E8%82%B2&channelId=&libraryId=bb042e69-9a11-49a1-af22-0c3fab2e92b9&breadcrumb=%E5%B8%88%E5%BE%B7%E9%9B%86%E4%B8%AD%E5%AD%A6%E4%B9%A0%E6%95%99%E8%82%B2",
]
把前三个模块的地址也替换成这个高教的对应的地址了,然鹅。。。求救,您普渡众生啊,功德无量~

yygdz1921作者
§
发表于:2023-07-08

问题:把https://teacher.higher.smartedu.cn/h/subject/teaching/替换原来的// @match https://basic.smartedu.cn/*则
进入https://teacher.higher.smartedu.cn/h/subject/teaching/时插件似乎可用,然后选择开始学,进入下级,似乎不可用了(油猴显示没有这个插件在运行)
谢谢!
// ==UserScript==
// @name 师德集中学习教育|国家智慧教育公共服务平台|国家中小学智慧教育平台|自动刷视频|16倍速|后台播放
// @namespace http://tampermonkey.net/
// @version 2023.7.7
// @description 国家智慧教育公共服务平台(国家中小学智慧教育平台)自动刷视频,16倍速!
// @author You
// @match https://*.teacher.higher.smartedu.cn/h/subject/teaching/*
// @match https://*.teacher.higher.smartedu.cn/h/subject/teaching/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=smartedu.cn
// @grant none
// @license MIT
// ==/UserScript==

(function () {
'use strict';

// Your code here...
// 引入第三方库https://github.com/sweetalert2/sweetalert2/
// 引入 sweetalert2.min.css 和 sweetalert2.min.js 文件
const css = document.createElement('link');
css.rel = 'stylesheet';
css.href = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.min.css';
document.head.appendChild(css);
const js = document.createElement('script');
js.src = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js';
document.body.appendChild(js);
// 弹窗函数
function msg(txt, ms = 3000) {
Swal.fire({
title: txt,
position: 'center',
icon: 'success',
showConfirmButton: false,
timer: ms,
timerProgressBar: true,
})
}


var log = console.log;
// 课程
var course_name = "师德集中学习教育(2023年7月)";
var home = "https://teacher.higher.smartedu.cn/h/subject/teaching/";
var all_course = [
// 思想铸魂
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629091446784?itemId=726641870617784320&segId=726641816054083584&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 固本强基
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629116612608?itemId=726641973097213952&segId=726641920563556352&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 以案促学
"https://core.teacher.vocational.smartedu.cn/p/course/vocational/i_726987629129195520?itemId=726642071551070208&segId=726642024438136832&projectId=725191327228612608&orgId=608196190709395456&type=1&originP=1&subjectType=6&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F",
// 师德引领
"https://basic.smartedu.cn/teacherTraining/courseDetail?courseId=f7a2a557-7948-4d9b-93df-8622430d0df3&tag=%E5%B8%88%E5%BE%B7%E9%9B%86%E4%B8%AD%E5%AD%A6%E4%B9%A0%E6%95%99%E8%82%B2&channelId=&libraryId=bb042e69-9a11-49a1-af22-0c3fab2e92b9&breadcrumb=%E5%B8%88%E5%BE%B7%E9%9B%86%E4%B8%AD%E5%AD%A6%E4%B9%A0%E6%95%99%E8%82%B2",
]
把前三个模块的地址也替换成这个高教的对应的地址了,然鹅。。。求救,您普渡众生啊,功德无量~

这个网站的视频观看,有网站服务器的校验设计,加速播放无效。

发表回复

登录以发表回复。