This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 2025国家智慧中小学-暑期研修(免费,秒刷),各类继续教育/定制【山东山西广东、河北、湖南、四川、吉林继教、重庆赤峰宁夏包头梅河口青岛等专技、现代远程教育、双融双创、超星,好医生,教育干部,智慧普法等,文档查看更多 | |
// @namespace http://tampermonkey.net/zzzzzzys_国家中小学 | |
// @version 2.8.8 | |
// @copyright zzzzzzys.All Rights Reserved. | |
// @description 适用2025国家智慧教育平台、山东教师教育、河北继续教育等.【河北继续教育(师学通、奥鹏、电视台、高教社等)】【吉林继教(中盛佳源|)】【中小学D校】【国家开发大学】【四川继教、四川创联】【重庆、内蒙古、赤峰、宁夏、包头、梅河口、桦甸教育、中山专技(chinahrt、chinamde)等软件】【广东双融双创、继续教育】【人教社义教】【云继教】【沃希学苑(山东中小学人工智能研修包含考试)】【名师学堂】【中山教师研修】【河北专业技术人员继续教育、湖南师范大学专业技术人员继续教育网】【广西广东干部网络学院、山东灯塔网络学院、凉山专技继续教育】【湖南人社】,凉山、河南专技、鸡西教师平台、民用无人驾驶航空器管理平台,好医生,中国教育干部、法宣在线、吉林高邦等自动化挂机/刷课 更多请前往:https://zzzzzzys.lovestoblog.com/,还有软件支持更加便捷的学习课程!注意:禁止二次发布!加QQ群获取更新 | |
// @author zzzzzzys | |
// @match *://basic.smartedu.cn/* | |
// @match *://core.teacher.vocational.smartedu.cn/* | |
// @match *://test3.ykt.eduyun.cn/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while true | |
do | |
echo -e "\033[2J\033[1;1H`tail /var/log/system.log`" | |
sleep 1 | |
done; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# CHANGELOG (0.1.2-hotfix1) | |
# + updated script to work with new api (newer downloads work now) | |
# + added workaround for broken installer on big sur | |
# + made everything even more messy and disgusting | |
import os | |
import json | |
import argparse |