// ==UserScript== // @name 脚本全能助手兼容学习、AI课、考试、支持免费视频刷 | 超星学习通 | 智慧树 | U校园 | MOOC | 继续教育类 | 优课学堂 | 考试 | 青书学堂 | 优学院 | 超星学习通 | AI解答 | 学习通 | 学习强国 | 中国大学mooc | 智慧职教 | 青书学堂 | 知到 | 乐跑 | 世界运动 | 阳光跑 | 等等课程提供学习(隐藏式脚本)【青禾院1.1.14版本】 // @namespace qinghy // @version 1.1.14 // @description ▶当前系统脚本有几种模式已完美兼容【学习通、智慧树、签订等课程】;【完美匹配应付考试、测试、搜题】;【是个崭新的平台,基于生成AI-ChatGpt生成答案】;【自动提交、自动收录答案、无需打开电脑运行脚本】;新手建议不使用js脚本进行操作,因操作过程麻烦上手难度不小、也不大,但是耗时间研究,也有可能研究出来还是收费的;可咨询群:1042758197 // @author 青禾 // @license MIT // @icon http://pan-yz.chaoxing.com/favicon.ico // @match *://*/* // @match *://*.chaoxing.com/* // @match *://*.edu.cn/* // @match *://*.nbdlib.cn/* // @match *://*.hnsyu.net/* // @match *://*.gdhkmooc.com/* // @match *://*.zhihuishu.com/* // @match *://*.taobao.com/* // @match *://*.tmall.com/* // @match *://chaoshi.detail.tmall.com/* // @match *://*.tmall.hk/* // @match *://*.liangxinyao.com/* // @match *://*.jd.com/* // @match *://*.jd.hk/* // @match *://*.jkcsjd.com/* // @match *://*.yiyaojd.com/* // @match *://*.vip.com/* // @match *://*.vipglobal.hk/* // @exclude *://login.taobao.com/* // @exclude *://login.tmall.com/* // @exclude *://uland.taobao.com/* // @exclude *://pages.tmall.com/* // @exclude *://wq.jd.com/* // @require https://futurelearning.chaoxing.com/futureStudy/js/studyPartner/index.js // @require https://cdn.bootcdn.net/ajax/libs/vue/3.2.36/vue.global.prod.js // @require https://robot.chaoxing.com/sdk/CxRobotSdkJs.js // @require https://cdn.bootcdn.net/ajax/libs/vue-demi/0.14.0/index.iife.js // @require https://kb.chaoxing.com/res/pc/js/jquery-3.7.1.min.js // @require https://robot.chaoxing.com/sdk/CxRobotSdkJs.js // @connect www.tiku.me // @connect cx.icodef.com // @connect cx.icodef.com // @connect q.icodef.com // @connect azkou.cn // @connect localhost // @connect 127.0.0.1 // @grant GM_getResourceText // @grant GM_getValue // @grant GM_info // @grant GM_setValue // @grant GM_xmlhttpRequest // @grant unsafeWindow // @grant GM_getTab // @grant GM_saveTab // @grant GM_listValues // @grant GM_deleteValue // @grant GM_notification // @grant GM_addValueChangeListener // @grant GM_removeValueChangeListener // @run-at document-start // @antifeature ads // @namespace https://qinghy.top // @homepage https://scriptcat.org/zh-CN/script-show-page/3038 // @source https://qinghy.top // ==/UserScript== "use strict"; // 1.增加二次浮动窗口,可进行切换窗口 function addWindow() { const css = ` ul, li, p { margin: 0; padding: 0; } .mini-basic{ position: fixed; top: 0; left: 0; background:#f5f5f5; border:1px solid #000; height:50px; width:50px; border-radius:6px; text-align:center; line-height:50px; } .miniwin{ z-index:-9999; } .n_panel { margin: 0; padding: 0; position: fixed; top: 0; left: 0; width: 500px; height: 250px; background-color: #fff; z-index: 99999; box-shadow: 6px 4px 17px 2px #000000; border-radius: 10px; border: 1px solid #a3a3a3; font-family: Avenir, Helvetica, Arial, sans-serif; color: #636363; } .hide{ display:none; } .n_header { text-align: center; height: 40px; background-color: #f7f7f7; color: #000; font-size: 18px; line-height: 40px; cursor: move; border-radius: 10px 10px 0 0; border-bottom: 2px solid #eee; } .n_header .tools{ position:absolute; right:0; top:0; } .n_header .tools ul li{ position:relative; display:inline-block; padding:0 5px; cursor:pointer; } .n_header .minimality::after{ content:'最小化'; display:none; position:absolute; left:0; bottom:-30px; height:32px; width:50px; font-size:12px; background:#ffffe1; color:#000; border-radius:3px; } .n_header .minimality:hover::after{ display:block; } .n_header .question::after{ content:'异常问题'; display:none; position:absolute; left:0; bottom:-30px; height:32px; width:50px; font-size:12px; background:#ffffe1; color:#000; border-radius:3px; } .n_header .question:hover::after{ display:block; } .n_body { font-weight: bold; font-size: 13px; line-height: 26px; height: 183px; } .n_body .n_infoAlert { overflow-y: scroll; height: 100%; } /* 滚动条 */ .n_body .n_infoAlert::-webkit-scrollbar { height: 20px; width: 7px; } /* 滚动轨道 */ .n_body .n_infoAlert::-webkit-scrollbar-track { --webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ffffff; } /* 滚动滑块 */ .n_body .n_infoAlert::-webkit-scrollbar-thumb { border-radius: 10px; --webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: rgb(20, 19, 19, 0.6); } .n_footer { position: absolute; bottom: 0; left: 0; text-align: right; height: 25px; width: 100%; background-color: #f7f7f7; color: #c5c5c5; font-size: 13px; line-height: 25px; border-radius: 0 0 10px 10px; border-bottom: 2px solid #eee; display: flex; justify-content: space-between; } .n_footer #n_button { border-radius: 6px; border: 0; background-color: blue; color: #fff; cursor: pointer; } .n_footer #n_button:hover { background-color: yellow; color: #000; } .n_footer #n_clear{ border-radius: 6px; border: 0; cursor: pointer; } .n_footer #n_clear::after{ content:'清除课程进程,清除进度缓存'; display:none; position:absolute; left:250px; bottom:-30px; height:32px; width:100px; font-size:12px; background:#ffffe1; color:#000; border-radius:3px; } .n_footer #n_clear:hover::after{ display:block; } .n_footer #n_zanshang { cursor: pointer; position: relative; color: red; } .n_footer #n_zanshang img { position: absolute; top: 30px; left: -130px; display: none; width: 300px; } .n_footer #n_zanshang:hover img { display: block; } `; const html = `
1.{加载...}
2.{加载...}