// ==UserScript== // @name 云班课🆕答题小能手🥇 // @namespace http://tampermonkey.net/ // @version 3.3 // @description 【😎蓝墨云全自动答题,一键完成所有资源学习😎】、【🧡永久免费使用🧡】、【💙由MeTo团队开发,耗时一鲲年自研发题库,已申请诸多专利💙】,【🔥抵制网络答题考核制度⚡️,🌵学生的平时成绩不应由简单的题目判定🌵,更不是依靠搜索引擎🔥】,【欢迎加入qq群:😄286997695😄,共同交流进步】。【💚作者在此保证,脚本无任何诸如(手机号,学校信息,等隐私信息收集)💚】 // @author 阿绿 // @note 致谢表:@M_、@吃土豆长大的马铃薯、@悟虚、@台灯没电了、@Pumpkin、@小陈陈陈陈啊、@Sli、@无心人、@29827*0049、@热心解答(以上均是对此脚本做出过有效BUG提交OR提供账户帮助修复OR提供好的idea,如有遗漏请告知) // @supportURL https://gitee.com/xiaolv12/yunbanke // @homepageURL https://gitee.com/xiaolv12/yunbanke // @contributionURL https://afdian.net/a/tiku_01 // @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 // @require https://greasyfork.org/scripts/463249-%E4%BA%91%E7%8F%AD%E7%8F%AD%E4%BE%9D%E8%B5%96/code/%E4%BA%91%E7%8F%AD%E7%8F%AD%E4%BE%9D%E8%B5%96.js?version=1202671 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // @grant GM_info // @grant GM_xmlhttpRequest // @grant GM_registerMenuCommand // @connect 121.37.103.75 // @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("加载失败"); } }) } })();