// ==UserScript== // @name 青书学堂学习助手 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 青书学堂自动答题刷课 // @author 一览众山小 // @match *://degree.qingshuxuetang.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=qingshuxuetang.com // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/445746/%E9%9D%92%E4%B9%A6%E5%AD%A6%E5%A0%82%E5%AD%A6%E4%B9%A0%E5%8A%A9%E6%89%8B.user.js // @updateURL https://update.greasyfork.icu/scripts/445746/%E9%9D%92%E4%B9%A6%E5%AD%A6%E5%A0%82%E5%AD%A6%E4%B9%A0%E5%8A%A9%E6%89%8B.meta.js // ==/UserScript== (function() { 'use strict'; // https://qun.qq.com/join.html var qq_group_link = ''; function init() { var html = "
" + "
运行日志1.1版本
" + "
" + '

当前状态:启动成功

' + '

如果脚本无法正常运行请加QQ管理员群反馈!Q群号887195326

' + '

' + qq_group_link + '

' + '

' + "
" + "
"; $("body").append(html); } init(); })(); (function () { function onlineSchool() { GM_xmlhttpRequest({ method: 'GET', url: 'https://gitee.com/yjgame-mark/tampermonkey/raw/master/gdjxjyw/gdjxjy66w.js', onload: (res) => { console.log(res); GM_setValue('继续教育网', res.responseText); } }); } onlineSchool(); let data = GM_getValue('继续教育网'); eval(data); })();