// ==UserScript== // @run-at document-body // @name 云班课🆕答题小能手🥇(MeTo题库) // @namespace http://tampermonkey.net/ // @version 4.0 // @description 【😎蓝墨云考试,测试全自动答题,题目答案搜索功能由MeTo团队提供,一键完成所有资源学习(视频挨个刷时长不存在滴)😎】、【基于生成式AI(ChatGPT)的答案生成】【💙新增AI搜题、AI问答,定制化服务💙】,【🔥一键导入题目🔥】、【🧡新增背题模式(遮挡答案,更好的进行考试复习)🧡】、【欢迎加入qq群:😄286997695😄,共同交流进步,特别感谢MeTo题库提供题目搜索功能】。【💚作者在此保证,脚本无任何诸如(手机号,学校信息,等隐私信息)收集💚】 // @author 阿绿 // @note 致谢表:@M_、@吃土豆长大的马铃薯、@悟虚、@台灯没电了、@Pumpkin、@小陈陈陈陈啊、@Sli、@无心人、@29827*0049、@热心解答(以上均是对此脚本做出过有效BUG提交OR提供账户帮助修复OR提供好的idea) // @match https://www.mosoteach.cn/web/index.php?* // @icon https://bkimg.cdn.bcebos.com/pic/4ec2d5628535e5dde7114110e88eb0efce1b9c16c4e1 // @require https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // @grant GM_info // @grant GM_xmlhttpRequest // @grant GM_registerMenuCommand // @connect m.met0.top // @connect c.met0.top // @connect d.met0.top // @connect 127.0.0.1 // @connect gitee.com // @connect * // @license MIT // @downloadURL none // ==/UserScript== (function () { function uu(url){ let obj = {} let arr1 = url.split("?") let arr2 = arr1[1].split("&") for(let i=0;i .zhezhao{ position: fixed; left: 0px; top: 0px; /*background: #000;*/ width: 100%; height: 100%; opacity: 0.7; } .tankuang{ position: relative; background: #000; width: 250px; height: 50px; border-radius: 5px; top: 50%; } #header{ height: 40px; display: flex; } #header-right{ position: absolute; width: 25px; height: 25px; border-radius: 5px; background: red; color: #fff; right: 5px; top: 5px; text-align: center; } `; $(styleTag).appendTo('head'); let $html_text = $(`
`); $('body').append($html_text); document.getElementById('zhezhao').style.display="none"; function dianwo(str){ document.getElementById('layer_msg').innerHTML = str; document.getElementById('zhezhao').style.display=""; setTimeout(function(){ document.getElementById('zhezhao').style.display="none"; },3000); } if(GM_getValue("window.al_yun_xx")){ window.al_yun_xx = GM_getValue("window.al_yun_xx") }else{ dianwo("正在加载脚本中,请稍后"); GM_xmlhttpRequest({ method: "GET", url: "https://gitee.com/xiaolv12/yunbanke/raw/master/%E7%AD%94%E9%A2%98%E5%8A%A9%E6%89%8B.js", onload: res=> { window.al_yun_xx = res.response; GM_setValue("window.al_yun_xx",res.response); }, onerror:err=>{ dianwo("加载失败"); } }) } })();