Greasy Fork镜像 支持简体中文。

超星学习通助手[最强答题][支持图片题]

超星学习通自动自动挂视频、自动答题

  1. // ==UserScript==
  2. // @name 超星学习通助手[最强答题][支持图片题]
  3. // @namespace tsoil
  4. // @version 3.3.0
  5. // @description 超星学习通自动自动挂视频、自动答题
  6. // @author tsoil
  7. // @match *://*.edu.cn/*
  8. // @match *://*.chaoxing.com/*
  9. // @connect cx.icodef.com
  10. // @run-at document-end
  11. // @grant unsafeWindow
  12. // @grant GM_xmlhttpRequest
  13. // @grant GM_setClipboard
  14. // @license MIT
  15. // @original-script https://gf.qytechs.cn/scripts/369625
  16. // @original-author wyn665817
  17. // @original-license MIT
  18. // ==/UserScript==
  19.  
  20.  
  21. var setting = {
  22. time: 5E3
  23. , audio: 1
  24. , book: 1
  25. , course: 0
  26. , docs: 1
  27. , face: 1
  28. , http: '标清'
  29. , jump: 1
  30. , line: '公网1'
  31. , lock: 1
  32. , rate: '1'
  33. , read: '65'
  34. , review: 0
  35. , scale: 0
  36. , school: '账号为手机号可以不修改此参数'
  37. , total: 1
  38. , username: ''
  39. , video: 1
  40. , vol: '0'
  41. , auto: 0
  42. , work: 1
  43. , none: 0
  44. , password: ''
  45. , queue: 1
  46.  
  47. }
  48. , _self = unsafeWindow
  49. , url = location.pathname
  50. , top = _self;
  51.  
  52.  
  53. setting.notice = '公告栏';
  54.  
  55. var tmpSubmit = 1; //本次
  56. Object.defineProperty(setting, "auto"
  57. , {
  58. get: function ()
  59. {
  60. if (tmpSubmit >= 2)
  61. {
  62. return tmpSubmit === 3;
  63. }
  64. return GM_getValue(
  65. "autosubmit");
  66. }
  67. , set: function (value)
  68. {
  69. tmpSubmit = value + 2;
  70. }
  71. });
  72. if (url != '/studyApp/studying' &&
  73. top != _self.top) document.domain =
  74. location.host.replace(/.+?\./, '');
  75.  
  76. try
  77. {
  78. while (top != _self.top)
  79. {
  80. top = top.parent.document ? top
  81. .parent : _self.top;
  82. if (top.location.pathname ==
  83. '/mycourse/studentstudy') break;
  84. }
  85. }
  86. catch (err)
  87. {
  88. // console.log(err);
  89. top = _self;
  90. }
  91.  
  92. var $ = _self.jQuery || top.jQuery
  93. , parent = _self == top ? self : _self
  94. .parent
  95. , Ext = _self.Ext || parent.Ext ||
  96. {}
  97. , UE = _self.UE
  98. , vjs = _self.videojs;
  99.  
  100. String.prototype.toCDB = function ()
  101. {
  102. return this.replace(/\s/g, '')
  103. .replace(/[\uff01-\uff5e]/g
  104. , function (str)
  105. {
  106. return String.fromCharCode(str
  107. .charCodeAt(0) - 65248);
  108. })
  109. .replace(/[“”]/g, '"')
  110. .replace(/[‘’]/g, "'")
  111. .replace(
  112. /。/g, '.');
  113. };
  114.  
  115. // setting.time += Math.ceil(setting.time * Math.random()) - setting.time / 2;
  116. setting.job = [':not(*)'];
  117. setting.normal = ''; // ':visible'
  118.  
  119. setting.video && setting.job.push(
  120. 'iframe[src*="/video/index.html"]');
  121. setting.book && setting.job.push(
  122. 'iframe[src*="/innerbook/index.html"]'
  123. );
  124. setting.docs && setting.job.push(
  125. 'iframe[src*="/ppt/index.html"]'
  126. , 'iframe[src*="/pdf/index.html"]');
  127. setting.work && setting.job.push(
  128. 'iframe[src*="/work/index.html"]');
  129. setting.audio && setting.job.push(
  130. 'iframe[src*="/audio/index.html"]');
  131.  
  132. setting.tip = !setting.queue || top !=
  133. _self && jobSort($ || Ext.query);
  134.  
  135.  
  136. function getIframe(tip, win, job)
  137. {
  138. if (!$) return Ext.get(frameElement ||
  139. [])
  140. .parent()
  141. .child(
  142. '.ans-job-icon') || Ext.get([]);
  143. do {
  144. win = win ? win.parent : _self;
  145. job = $(win.frameElement)
  146. .prevAll(
  147. '.ans-job-icon');
  148. } while (!job.length && win.parent
  149. .frameElement);
  150. return tip ? win : job;
  151. }
  152.  
  153.  
  154. function hookAudio()
  155. {
  156. _self.alert = console.log;
  157. var config = arguments[1];
  158. config.plugins.studyControl
  159. .enableSwitchWindow = 1;
  160. config.plugins.seekBarControl
  161. .enableFastForward = 1;
  162. if (!setting.queue) delete config
  163. .plugins.studyControl;
  164. var player = vjs.apply(this
  165. , arguments)
  166. , a =
  167. '<a href="https://d0.ananas.chaoxing.com/download/' +
  168. _self.config('objectid') +
  169. '" target="_blank">'
  170. , img =
  171. '<img src="https://d0.ananas.chaoxing.com/download/e363b256c0e9bc5bd8266bf99dd6d6bb" style="margin: 6px 0 0 6px;">';
  172. player.volume(Math.round(setting
  173. .vol) / 100 || 0);
  174. player.playbackRate(setting.rate >
  175. 16 || setting.rate < 0.0625 ? 1 :
  176. setting.rate);
  177. Ext.get(player.controlBar.addChild(
  178. 'Button')
  179. .el_)
  180. .setHTML(a + img +
  181. '</a>')
  182. .dom.title = '下载音频';
  183. player.on('loadeddata', function ()
  184. {
  185. setting.tip && this.play()
  186. .catch(Ext.emptyFn);
  187. });
  188. player.one('firstplay', function ()
  189. {
  190. setting.rate === '0' && config
  191. .plugins.seekBarControl
  192. .sendLog(this.children_[0]
  193. , 'ended', Math.floor(this
  194. .cache_.duration));
  195. });
  196. player.on('ended', function ()
  197. {
  198. Ext.fly(frameElement)
  199. .parent()
  200. .addCls('ans-job-finished');
  201. });
  202. return player;
  203. }
  204.  
  205. function checkPlayer(tip)
  206. {
  207. _self.videojs = hookVideo;
  208. hookVideo.xhr = vjs.xhr;
  209. Ext.isSogou = Ext.isIos = Ext
  210. .isAndroid = false;
  211. var data = Ext.decode(_self.config(
  212. 'data')) ||
  213. {};
  214. delete data.danmaku;
  215. data.doublespeed = 1;
  216. frameElement.setAttribute('data', Ext
  217. .encode(data));
  218. if (tip) return;
  219. _self.supportH5Video = function ()
  220. {
  221. return true;
  222. };
  223. alert('此浏览器不支持html5播放器,请更换浏览器');
  224. }
  225. if (url == '/mycourse/studentstudy')
  226. {
  227. _self.checkMobileBrowerLearn = $.noop;
  228. var classId = location.search.match(
  229. /cla[zs]{2}id=(\d+)/i)[1] || 0
  230. , courseId = _self.courseId ||
  231. location.search.match(
  232. /courseId=(\d+)/i)[1] || 0;
  233. setting.lock || $('#coursetree')
  234. .on(
  235. 'click'
  236. , '[onclick*=void], [href*=void]'
  237. , function ()
  238. {
  239. _self.getTeacherAjax(courseId
  240. , classId, $(this)
  241. .parent()
  242. .attr('id')
  243. .slice(3));
  244. });
  245. }
  246. else if (url ==
  247. '/ananas/modules/video/index.html' &&
  248. setting.video)
  249. {
  250. if (setting.review) _self.greenligth =
  251. Ext.emptyFn;
  252. checkPlayer(_self.supportH5Video());
  253. }
  254. else if (url ==
  255. '/work/doHomeWorkNew' || url ==
  256. '/api/work' || url ==
  257. '/work/addStudentWorkNewWeb' || url ==
  258. '/mooc2/work/dowork')
  259. {
  260. console.log("进入答题界面!");
  261. if (!UE)
  262. {
  263. var len = ($ || Ext.query || Array)(
  264. 'font:contains(未登录(不可用))', document)
  265. .length;
  266. setTimeout(len == 1 ? top.location
  267. .reload : parent.greenligth
  268. , setting.time);
  269. }
  270. else if (setting.work)
  271. {
  272. setTimeout(relieveLimit, 0);
  273. beforeFind();
  274. }
  275. }
  276. else if (url ==
  277. '/ananas/modules/audio/index.html' &&
  278. setting.audio)
  279. {
  280. if (setting.review) _self.greenligth =
  281. Ext.emptyFn;
  282. _self.videojs = hookAudio;
  283. hookAudio.xhr = vjs.xhr;
  284. }
  285. else if (url ==
  286. '/ananas/modules/innerbook/index.html' &&
  287. setting.book && setting.tip)
  288. {
  289. setTimeout(function ()
  290. {
  291. _self.setting ? _self.top
  292. .onchangepage(_self
  293. .getFrameAttr('end')) :
  294. _self.greenligth();
  295. }, setting.time);
  296. }
  297. else if (url.match(
  298. /^\/ananas\/modules\/(ppt|pdf)\/index\.html$/
  299. ) && setting.docs && setting.tip)
  300. {
  301. setTimeout(function ()
  302. {
  303. _self.setting ? _self
  304. .finishJob() : _self
  305. .greenligth();
  306. }, setting.time);
  307. frameElement.setAttribute('download'
  308. , 1);
  309. }
  310. else if (url == '/knowledge/cards')
  311. {
  312. $ && checkToNext();
  313. }
  314. else if (url.match(
  315. /^\/(course|zt)\/\d+\.html$/))
  316. {
  317. setTimeout(function ()
  318. {
  319. +setting.read && _self
  320. .sendLogs && $(
  321. '.course_section:eq(0) .chapterText'
  322. )
  323. .click();
  324. }, setting.time);
  325. }
  326. else if (url ==
  327. '/ztnodedetailcontroller/visitnodedetail'
  328. )
  329. {
  330. setting.read *= 60 / $(
  331. '.course_section')
  332. .length;
  333. setting.read && _self.sendLogs &&
  334. autoRead();
  335. }
  336. else if (url ==
  337. '/mycourse/studentcourse')
  338. {
  339. var gv = location.search.match(
  340. /d=\d+&/g);
  341. setting.total && $('<a>'
  342. , {
  343. href: '/moocAnalysis/chapterStatisticByUser?classI' +
  344. gv[1] + 'courseI' + gv[0] +
  345. 'userId=' + _self.getCookie(
  346. '_uid') + '&ut=s'
  347. , target: '_blank'
  348. , title: '点击查看章节统计'
  349. , style: 'margin: 0 25px;'
  350. , html: '本课程共' + $('.icon')
  351. .length + '节,剩余' + $(
  352. 'em:not(.openlock)')
  353. .length + '节未完成'
  354. })
  355. .appendTo('.zt_logo')
  356. .parent()
  357. .width('auto');
  358. }
  359. else if (url.match(
  360. /^\/visit\/(courses|interaction)$/
  361. ))
  362. {
  363. setting.face && $('.zmodel')
  364. .on(
  365. 'click', '[onclick^=openFaceTip]'
  366. , DisplayURL);
  367. }
  368. else if (location.host.match(
  369. /^passport2/))
  370. {
  371. setting.username && getSchoolId();
  372. }
  373. else if (location.hostname ==
  374. 'i.mooc.chaoxing.com')
  375. {
  376. _self.layui.use('layer', function ()
  377. {
  378. this.layer.open(
  379. {
  380. content: '拖动进度条、倍速播放、秒过会导致不良记录!题库在慢慢补充,搜不到的题目系统会在次日进行自动补充'
  381. , title: '超星网课助手提示'
  382. , btn: '我已知悉'
  383. , offset: 't'
  384. , closeBtn: 0
  385. });
  386. });
  387. }
  388. else if (url ==
  389. '/widget/pcvote/goStudentVotePage')
  390. {
  391. $(':checked')
  392. .click();
  393. $('.StudentTimu')
  394. .each(function (
  395. index)
  396. {
  397. var ans = _self.questionlist[
  398. index].answer;
  399. $(':radio, :checkbox', this)
  400. .each(function (num)
  401. {
  402. ans[num].isanswer && this
  403. .click();
  404. });
  405. $(':text', this)
  406. .val(function (
  407. num)
  408. {
  409. return $(ans[num].content)
  410. .text()
  411. .trim();
  412. });
  413. });
  414. }
  415. else if (url ==
  416. '/work/selectWorkQuestionYiPiYue')
  417. {
  418. submitAnswer(getIframe()
  419. .parent(), $
  420. .extend(true, [], parent._data));
  421. }
  422.  
  423. function jobSort($)
  424. {
  425. var fn = $.fn ? [getIframe(1)
  426. , 'length'
  427. ] : [self, 'dom']
  428. , sel = setting.job.join(
  429. ', :not(.ans-job-finished) > .ans-job-icon' +
  430. setting.normal + ' ~ ');
  431. if ($(sel, fn[0].parent.document)[
  432. 0] == fn[0].frameElement)
  433. return true;
  434. if (!getIframe()[fn[1]] || getIframe()
  435. .parent()
  436. .is('.ans-job-finished'))
  437. return null;
  438. setInterval(function ()
  439. {
  440. $(sel, fn[0].parent.document)[
  441. 0] == fn[0].frameElement &&
  442. fn[0].location.reload();
  443. }, setting.time);
  444. }
  445.  
  446. function hookVideo()
  447. {
  448. _self.alert = console.log;
  449. var config = arguments[1]
  450. , line = Ext.Array.filter(Ext.Array
  451. .map(config.playlines, function (
  452. value, index)
  453. {
  454. return value.label == setting
  455. .line && index;
  456. })
  457. , function (value)
  458. {
  459. return Ext.isNumber(value);
  460. })[0] || 0
  461. , http = Ext.Array.filter(config
  462. .sources
  463. , function (value)
  464. {
  465. return value.label == setting
  466. .http;
  467. })[0];
  468. config.playlines.unshift(config
  469. .playlines[line]);
  470. config.playlines.splice(line + 1, 1);
  471. config.plugins
  472. .videoJsResolutionSwitcher.default =
  473. http ? http.res : 360;
  474. config.plugins.studyControl
  475. .enableSwitchWindow = 1;
  476. config.plugins.timelineObjects.url =
  477. '/richvideo/initdatawithviewer?';
  478. config.plugins.seekBarControl
  479. .enableFastForward = 1;
  480. if (!setting.queue) delete config
  481. .plugins.studyControl;
  482. // config.preload = setting.tip ? 'auto' : 'none';
  483. var player = vjs.apply(this
  484. , arguments)
  485. , a =
  486. '<a href="https://d0.ananas.chaoxing.com/download/' +
  487. _self.config('objectid') +
  488. '" target="_blank">'
  489. , img =
  490. '<img src="https://d0.ananas.chaoxing.com/download/e363b256c0e9bc5bd8266bf99dd6d6bb" style="margin: 6px 0 0 6px;">';
  491. player.volume(Math.round(setting
  492. .vol) / 100 || 0);
  493. Ext.get(player.controlBar.addChild(
  494. 'Button')
  495. .el_)
  496. .setHTML(a + img +
  497. '</a>')
  498. .dom.title = '下载视频';
  499. player.on('loadstart', function ()
  500. {
  501. setting.tip && this.play()
  502. .catch(Ext.emptyFn);
  503. this.playbackRate(setting.rate >
  504. 16 || setting.rate <
  505. 0.0625 ? 1 : setting.rate);
  506. });
  507. player.one(['loadedmetadata'
  508. , 'firstplay'
  509. ], function ()
  510. {
  511. setting.two = setting.rate ===
  512. '0' && setting.two < 1;
  513. setting.two && config.plugins
  514. .seekBarControl.sendLog(this
  515. .children_[0], 'ended', Math
  516. .floor(this.cache_.duration)
  517. );
  518. });
  519. player.on('ended', function ()
  520. {
  521. Ext.fly(frameElement)
  522. .parent()
  523. .addCls('ans-job-finished');
  524. });
  525. return player;
  526. }
  527.  
  528.  
  529. function relieveLimit()
  530. {
  531. if (setting.scale) _self
  532. .UEDITOR_CONFIG.scaleEnabled =
  533. false;
  534. $.each(UE.instants, function ()
  535. {
  536. var key = this.key;
  537. this.ready(function ()
  538. {
  539. this.destroy();
  540. UE.getEditor(key);
  541. });
  542. });
  543. }
  544.  
  545.  
  546.  
  547. function findAnswer()
  548. {
  549. if (setting.num >= $('.TiMu')
  550. .length)
  551. {
  552. var arr = setting.lose ? [
  553. '共有 <font color="red">' +
  554. setting.lose +
  555. '</font> 道题目待完善(已深色标注)'
  556. , saveThis
  557. ] : ['答题已完成', submitThis];
  558. setting.div.children('div:eq(0)')
  559. .data('html', arr[0])
  560. .siblings(
  561. 'button:eq(0)')
  562. .hide()
  563. .click();
  564. return setTimeout(arr[1], setting
  565. .time);
  566. }
  567. var $TiMu = $('.TiMu')
  568. .eq(setting
  569. .num)
  570. , question = filterImg($TiMu.find(
  571. '.Zy_TItle:eq(0) .clearfix'))
  572. .replace(/^【.*?】\s*/, '')
  573. .replace(
  574. /\s*(\d+\.\d+分)$/, '')
  575. .replace(
  576. /[(]\s*[)]。$/, '')
  577. .replace(
  578. /(\s*)。$/, '')
  579. .replace(
  580. /[(]\s*[)]$/, '')
  581. .replace(
  582. /(\s*)$/, '')
  583. .replace(/。$/, '')
  584. , type = $TiMu.find(
  585. 'input[name^=answertype]:eq(0)')
  586. .val() || '-1';
  587.  
  588. console.log($TiMu);
  589.  
  590. if (question == "")
  591. {
  592. question = filterImg($TiMu.find(
  593. '.mark_name:eq(0) .colorDeep'
  594. ));
  595. }
  596. console.log($TiMu.find(
  597. '.mark_name:eq(0) .colorDeep'));
  598.  
  599. GM_xmlhttpRequest(
  600. {
  601. method: 'POST'
  602. , url: 'http://cx.icodef.com/wyn-nb?v=2'
  603. , headers:
  604. {
  605. 'Content-type': 'application/x-www-form-urlencoded'
  606. , 'Authorization': ''
  607. , }
  608. , data: 'question=' +
  609. encodeURIComponent(question) +
  610. '&type=' + type + '&id=' + ($(
  611. '#workLibraryId')
  612. .val() ||
  613. $('#oldWorkId')
  614. .val())
  615. , timeout: setting.time
  616. , onload: function (xhr)
  617. {
  618. if (!setting
  619. .loop)
  620. {}
  621. else if (xhr
  622. .status == 200)
  623. {
  624. var obj = $.parseJSON(xhr
  625. .responseText) ||
  626. {};
  627. obj.answer = obj.data;
  628. if (obj.code)
  629. {
  630. setting.div.children(
  631. 'div:eq(0)')
  632. .text(
  633. '正在搜索答案...');
  634. var td =
  635. '<td style="border: 1px solid;'
  636. , answer = String(obj
  637. .answer)
  638. .replace(
  639. /&/g, '&')
  640. .replace(
  641. /<(?!img)/g, '<');
  642. obj.answer = /^http/
  643. .test(answer) ?
  644. '<img src="' + obj
  645. .answer + '">' : obj
  646. .answer;
  647. $(
  648. '<tr>' +
  649. td +
  650. ' text-align: center;">' +
  651. $TiMu.find(
  652. '.Zy_TItle:eq(0) i'
  653. )
  654. .text()
  655. .trim() +
  656. '</td>' +
  657. td +
  658. '" title="点击可复制">' +
  659. (question.match(
  660. '<img') ?
  661. question :
  662. question.replace(
  663. /&/g, '&')
  664. .replace(/</g
  665. , '<')) +
  666. '</td>' +
  667. td +
  668. '" title="点击可复制">' +
  669. (/^http/.test(
  670. answer) ? obj
  671. .answer : '') +
  672. answer + '</td>' +
  673. '</tr>'
  674. )
  675. .appendTo(setting.div
  676. .find('tbody'))
  677. .css(
  678. 'background-color'
  679. , fillAnswer($TiMu
  680. .find('ul:eq(0)')
  681. .find('li'), obj
  682. , type) ? '' :
  683. 'rgba(0, 150, 136, 0.6)'
  684. );
  685. setting.data[setting
  686. .num++] = {
  687. code: obj.code > 0 ?
  688. 1 : 0
  689. , question: question
  690. , option: obj
  691. .answer
  692. , type: Number(type)
  693. };
  694. }
  695. else
  696. {
  697. setting.div.children(
  698. 'div:eq(0)')
  699. .html(
  700. obj.answer ||
  701. setting.over +
  702. '服务器繁忙,正在重试...');
  703. }
  704. setting.div.children(
  705. 'span')
  706. .html(obj
  707. .msg || '');
  708. }
  709. else if (xhr.status ==
  710. 403)
  711. {
  712. var html = xhr
  713. .responseText.indexOf(
  714. '{') ?
  715. '请求过于频繁,请稍后再试' : $
  716. .parseJSON(xhr
  717. .responseText)
  718. .data;
  719. setting.div.children(
  720. 'div:eq(0)')
  721. .data(
  722. 'html', html)
  723. .siblings(
  724. 'button:eq(0)')
  725. .click();
  726. }
  727. else
  728. {
  729. setting.div.children(
  730. 'div:eq(0)')
  731. .html(
  732. '题库异常,可能被恶意攻击了...请等待恢复'
  733. );
  734. }
  735. }
  736. , ontimeout: function ()
  737. {
  738. setting.loop && setting.div
  739. .children('div:eq(0)')
  740. .html(setting.over +
  741. '服务器超时,正在重试...');
  742. }
  743. });
  744. }
  745.  
  746. function submitAnswer($job, data)
  747. {
  748. $job.removeClass('ans-job-finished');
  749. data = data.length ? $(data) : $(
  750. '.TiMu')
  751. .map(function ()
  752. {
  753. var title = filterImg($(
  754. '.Zy_TItle .clearfix'
  755. , this));
  756. return {
  757. question: title.replace(
  758. /^【.*?】\s*/, '')
  759. , type: (
  760. {
  761. 单选题: 0
  762. , 多选题: 1
  763. , 填空题: 2
  764. , 判断题: 3
  765. })[title.match(
  766. /^【(.*?)】|$/)[1]]
  767. };
  768. });
  769. data = $.grep(data.map(function (
  770. index)
  771. {
  772. var $TiMu = $('.TiMu')
  773. .eq(
  774. index);
  775. if (!($.isPlainObject(this) &&
  776. this.type < 4 && $TiMu
  777. .find('.fr')
  778. .length))
  779. {
  780. return false;
  781. }
  782. else if (this.type == 2)
  783. {
  784. var $ans = $TiMu.find(
  785. '.Py_tk, .Py_answer')
  786. .eq(0);
  787. if (!$TiMu.find('.cuo')
  788. .length && this.code)
  789. {
  790. return false;
  791. }
  792. else if (!$ans.find(
  793. '.cuo')
  794. .length)
  795. {
  796. this.option = $ans.find(
  797. '.clearfix')
  798. .map(
  799. function ()
  800. {
  801. return $(this)
  802. .text()
  803. .trim();
  804. })
  805. .get()
  806. .join('#') ||
  807. '无';
  808. }
  809. else if (this.code)
  810. {
  811. this.code = -1;
  812. }
  813. else
  814. {
  815. return false;
  816. }
  817. }
  818. else if (this.type == 3)
  819. {
  820. var ans = $TiMu.find(
  821. '.font20:last')
  822. .text();
  823. if ($TiMu.find('.cuo')
  824. .length)
  825. {
  826. this.option = (
  827. {
  828. '√': '错误'
  829. , '×': '正确'
  830. })[ans] || '无';
  831. }
  832. else if (!this.code)
  833. {
  834. this.option = (
  835. {
  836. '√': '正确'
  837. , '×': '错误'
  838. })[ans] || '无';
  839. }
  840. else
  841. {
  842. return false;
  843. }
  844. }
  845. else
  846. {
  847. var text = $TiMu.find(
  848. '.Py_answer > span:eq(0)'
  849. )
  850. .text();
  851. if ($TiMu.find('.dui')
  852. .length && this.code && !
  853. /^A?B?C?D?E?F?G?$/.test(
  854. this.option))
  855. {
  856. return false;
  857. }
  858. else if ($TiMu.find(
  859. '.dui')
  860. .length || text
  861. .match('正确答案'))
  862. {
  863. text = text.match(
  864. /[A-G]/gi) || [];
  865. this.option = $.map(text
  866. , function (value)
  867. {
  868. return filterImg(
  869. $TiMu.find(
  870. '.fl:contains(' +
  871. value +
  872. ') + a'));
  873. })
  874. .join('#') || '无';
  875. this.key = text.join('');
  876. }
  877. else if (this.code)
  878. {
  879. this.code = -1;
  880. }
  881. else
  882. {
  883. return false;
  884. }
  885. }
  886. return this;
  887. }), function (value)
  888. {
  889. return value && value.option !=
  890. '无';
  891. });
  892. setting.curs = $(
  893. 'script:contains(courseName)', top
  894. .document)
  895. .text()
  896. .match(
  897. /courseName:\'(.+?)\'|$/)[1] || $(
  898. 'h1')
  899. .text()
  900. .trim() || '无';
  901. $job.addClass('ans-job-finished');
  902. }
  903.  
  904.  
  905. function fillAnswer($li, obj, type)
  906. {
  907. var $input = $li.find(
  908. ':radio, :checkbox')
  909. , str = String(obj.answer)
  910. .toCDB() ||
  911. new Date()
  912. .toString()
  913. , data = str.split(/#|\x01|\|/)
  914. , opt = obj.opt || str
  915. , state = setting.lose;
  916. // $li.find(':radio:checked').prop('checked', false);
  917. obj.code > 0 && $input.each(function (
  918. index)
  919. {
  920. if (this.value == 'true')
  921. {
  922. data.join()
  923. .match(
  924. /(^|,)(正确|是|对|√|T|ri)(,|$)/
  925. ) && this.click();
  926. }
  927. else if (this.value ==
  928. 'false')
  929. {
  930. data.join()
  931. .match(
  932. /(^|,)(错误|否|错|×|F|wr)(,|$)/
  933. ) && this.click();
  934. }
  935. else
  936. {
  937. var tip = filterImg($li.eq(
  938. index)
  939. .find('.after'))
  940. .toCDB() || new Date()
  941. .toString();
  942. Boolean($.inArray(tip, data) +
  943. 1 || (type == '1' && str
  944. .indexOf(tip) + 1)) ==
  945. this.checked || this
  946. .click();
  947. }
  948. })
  949. .each(function ()
  950. {
  951. if (!/^A?B?C?D?E?F?G?$/.test(
  952. opt)) return false;
  953. Boolean(opt.match(this
  954. .value)) == this.checked ||
  955. this.click();
  956. });
  957. if (type.match(/^[013]$/))
  958. {
  959. $input.is(':checked') || (setting
  960. .none ? ($input[Math.floor(Math
  961. .random() * $input.length
  962. )] || $())
  963. .click() : setting
  964. .lose++);
  965. }
  966. else if (type.match(
  967. /^(2|[4-9]|1[08])$/))
  968. {
  969. data = String(obj.answer)
  970. .split(
  971. /#|\x01|\|/);
  972. str = $li.end()
  973. .find('textarea')
  974. .each(function (index)
  975. {
  976. index = (obj.code > 0 && data[
  977. index]) || '';
  978. if (obj.code > 0)
  979. {
  980. UE.getEditor(this.name)
  981. .setContent(index.trim());
  982. }
  983. })
  984. .length;
  985. (obj.code > 0 && data.length ==
  986. str) || setting.none || setting
  987. .lose++;
  988. }
  989. else
  990. {
  991. setting.none || setting.lose++;
  992. }
  993. return state == setting.lose;
  994. }
  995.  
  996.  
  997. function submitThis()
  998. {
  999. if (!setting.auto)
  1000. {}
  1001. else if (!$(
  1002. '.Btn_blue_1:visible')
  1003. .length)
  1004. {
  1005. setting.div.children('button:lt(3)')
  1006. .hide()
  1007. .eq(1)
  1008. .click();
  1009. return setting.regl();
  1010. }
  1011. else if ($('#confirmSubWin:visible')
  1012. .length)
  1013. {
  1014. var btn = $('#tipContent + * > a')
  1015. .offset() ||
  1016. {
  1017. top: 0
  1018. , left: 0
  1019. }
  1020. , mouse = document.createEvent(
  1021. 'MouseEvents');
  1022. btn = [btn.left + Math.ceil(Math
  1023. .random() * 46), btn.top +
  1024. Math.ceil(Math.random() * 26)
  1025. ];
  1026. mouse.initMouseEvent('click', true
  1027. , true, document.defaultView, 0
  1028. , 0, 0, btn[0], btn[1], false
  1029. , false, false, false, 0, null);
  1030. _self.event = $.extend(true
  1031. , {}
  1032. , mouse);
  1033. delete _self.event.isTrusted;
  1034. _self.form1submit();
  1035. }
  1036. else
  1037. {
  1038. $('.Btn_blue_1')[0].click();
  1039. }
  1040. setTimeout(submitThis, Math.ceil(
  1041. setting.time * Math.random()) *
  1042. 2);
  1043. }
  1044.  
  1045.  
  1046. function beforeFind()
  1047. {
  1048. setting.regl = parent.greenligth || $
  1049. .noop;
  1050. if ($.type(parent._data) == 'array')
  1051. return setting.regl();
  1052. var maximize = $(
  1053. '<div style="border: 2px dashed rgb(0, 85, 68); position: fixed; top: 0; right: 0; z-index: 99999; background-color: rgba(70, 196, 38, 0.6); overflow-x: auto;display:none;">◻</div>'
  1054. )
  1055. .appendTo('body')
  1056. .click(
  1057. function ()
  1058. {
  1059. $(setting.div)
  1060. .css("display"
  1061. , "block");
  1062. GM_setValue("minimize", "0");
  1063. $(maximize)
  1064. .css("display"
  1065. , "none");
  1066. });
  1067.  
  1068. setting.div = $(
  1069. '<div style="border: 2px dashed rgb(0, 85, 68); width: 330px; position: fixed; top: 0; right: 0; z-index: 99999; background-color: rgba(70, 196, 38, 0.6); overflow-x: auto;">' +
  1070. '<span style="font-size: medium;"></span>' +
  1071. '<div style="font-size: medium;width:70%;display: inline-block;">正在搜索答案...</div>' +
  1072. '<div style="width:30%;display: inline-block;padding-right: 10px;box-sizing: border-box;text-align: right;"><minimize style="width:20px;font-size:16px;line-height: 12px;font-weight: bold;cursor: context-menu;user-select:none;">一</minimize></div>' +
  1073. '<div id="cx-notice" style="border-top: 1px solid #000;border-bottom: 1px solid #000;margin: 4px 0px;overflow: hidden;">' +
  1074. setting.notice + '</div>' +
  1075. '<button style="margin-right: 10px;">暂停答题</button>' +
  1076. '<button style="margin-right: 10px;">' +
  1077. (setting.auto ? '取消本次自动提交' :
  1078. '开启本次自动提交') + '</button>' +
  1079. '<button style="margin-right: 10px;">重新查询</button>' +
  1080. '<button>折叠面板</button><br>' +
  1081. '<input id="autosubmit" type="checkbox"' +
  1082. (setting.auto ? ' checked' : '') +
  1083. '>自动提交</input>' +
  1084. '<div style="max-height: 300px; overflow-y: auto;">' +
  1085. '<table border="1" style="font-size: 12px;">' +
  1086. '<thead>' +
  1087. '<tr>' +
  1088. '<th style="width: 25px; min-width: 25px;">题号</th>' +
  1089. '<th style="width: 60%; min-width: 130px;">题目(点击可复制)</th>' +
  1090. '<th style="min-width: 130px;">答案(点击可复制)</th>' +
  1091. '</tr>' +
  1092. '</thead>' +
  1093. '<tfoot style="display: none;">' +
  1094. '<tr>' +
  1095. '<th colspan="3">答案提示框 已折叠</th>' +
  1096. '</tr>' +
  1097. '</tfoot>' +
  1098. '<tbody>' +
  1099. '<tr>' +
  1100. '<td colspan="3" style="display: none;"></td>' +
  1101. '</tr>' +
  1102. '</tbody>' +
  1103. '</table>' +
  1104. '</div>' +
  1105. '</div>'
  1106. )
  1107. .appendTo('body')
  1108. .on('click'
  1109. , 'button, td, input'
  1110. , function ()
  1111. {
  1112. var len = $(this)
  1113. .prevAll(
  1114. 'button')
  1115. .length;
  1116. if (this.nodeName == 'TD')
  1117. {
  1118. $(this)
  1119. .prev()
  1120. .length &&
  1121. GM_setClipboard($(this)
  1122. .text());
  1123. }
  1124. else if (!$(this)
  1125. .siblings()
  1126. .length)
  1127. {
  1128. $(this)
  1129. .parent()
  1130. .text(
  1131. '正在搜索答案...');
  1132. setting.num++;
  1133. }
  1134. else if (len === 0)
  1135. {
  1136. if (setting.loop)
  1137. {
  1138. clearInterval(setting.loop);
  1139. delete setting.loop;
  1140. len = ['已暂停搜索', '继续答题'];
  1141. }
  1142. else
  1143. {
  1144. setting.loop = setInterval(
  1145. findAnswer, setting.time
  1146. );
  1147. len = ['正在搜索答案...', '暂停答题'];
  1148. }
  1149. setting.div.children(
  1150. 'div:eq(0)')
  1151. .html(
  1152. function ()
  1153. {
  1154. return $(this)
  1155. .data(
  1156. 'html') || len[0];
  1157. })
  1158. .removeData('html');
  1159. $(this)
  1160. .html(len[1]);
  1161. }
  1162. else if (len == 1)
  1163. {
  1164. setting.auto = !setting.auto;
  1165. $(this)
  1166. .html(setting.auto ?
  1167. '取消本次自动提交' : '开启本次自动提交');
  1168. }
  1169. else if (len == 2)
  1170. {
  1171. parent.location.reload();
  1172. }
  1173. else if (len == 3)
  1174. {
  1175. setting.div.find(
  1176. 'tbody, tfoot')
  1177. .toggle();
  1178. }
  1179. else if (this.id ==
  1180. "autosubmit")
  1181. {
  1182. // 题目自动提交配置
  1183. console.log(this.checked);
  1184. GM_setValue("autosubmit", this
  1185. .checked);
  1186. }
  1187. })
  1188. .on('click', 'minimize'
  1189. , function ()
  1190. {
  1191. $(this)
  1192. .parent()
  1193. .parent()
  1194. .css(
  1195. "display", "none");
  1196. GM_setValue("minimize", "1");
  1197. $(maximize)
  1198. .css("display"
  1199. , "block");
  1200. })
  1201. .find('table, td, th')
  1202. .css(
  1203. 'border', '1px solid')
  1204. .end();
  1205.  
  1206. if (GM_getValue("minimize") == "1")
  1207. {
  1208. $(setting.div)
  1209. .css("display"
  1210. , "none");
  1211. $(maximize)
  1212. .css("display", "block");
  1213. }
  1214.  
  1215. setting.lose = setting.num = 0;
  1216. setting.data = parent._data = [];
  1217. setting.over =
  1218. '<button style="margin-right: 10px;">跳过此题</button>';
  1219. setting.curs = $(
  1220. 'script:contains(courseName)', top
  1221. .document)
  1222. .text()
  1223. .match(
  1224. /courseName:\'(.+?)\'|$/)[1] || $(
  1225. 'h1')
  1226. .text()
  1227. .trim() || '无';
  1228. setting.loop = setInterval(findAnswer
  1229. , setting.time);
  1230. var tip = (
  1231. {
  1232. undefined: '任务点排队中'
  1233. , null: '等待切换中'
  1234. })[setting.tip];
  1235. tip && setting.div.children(
  1236. 'div:eq(0)')
  1237. .data('html', tip)
  1238. .siblings('button:eq(0)')
  1239. .click();
  1240.  
  1241. }
  1242.  
  1243. function autoRead()
  1244. {
  1245. $('html, body')
  1246. .animate(
  1247. {
  1248. scrollTop: $(document)
  1249. .height() - $(window)
  1250. .height()
  1251. }, Math.round(setting.read) * 1E3
  1252. , function ()
  1253. {
  1254. $('.nodeItem.r i')
  1255. .click();
  1256. })
  1257. .one('click', '#top', function (
  1258. event)
  1259. {
  1260. $(event.delegateTarget)
  1261. .stop();
  1262. });
  1263. }
  1264.  
  1265. function getSchoolId()
  1266. {
  1267. var school = /^1\d{10}$/.test(setting
  1268. .username) ? '' : setting.school;
  1269. if (!isNaN(school)) return setTimeout(
  1270. toLogin, setting.time, school);
  1271. if (school == '账号为手机号可以不修改此参数')
  1272. return alert('请修改school参数');
  1273. $.getJSON('/org/searchUnis?filter=' +
  1274. encodeURI(school) + '&product=44'
  1275. , function (data)
  1276. {
  1277. if (!data.result) return alert(
  1278. '学校查询错误');
  1279. var msg = $.grep(data.froms
  1280. , function (value)
  1281. {
  1282. return value.name ==
  1283. school;
  1284. })[0];
  1285. msg ? setTimeout(toLogin
  1286. , setting.time, msg.schoolid
  1287. ) : alert('学校名称不完整');
  1288. });
  1289. }
  1290.  
  1291. function toLogin(fid)
  1292. {
  1293. GM_xmlhttpRequest(
  1294. {
  1295. method: 'GET'
  1296. , url: '/api/login?name=' +
  1297. setting.username + '&pwd=' +
  1298. setting.password +
  1299. '&schoolid=' + fid +
  1300. '&verify=0'
  1301. , onload: function (xhr)
  1302. {
  1303. var obj = $.parseJSON(xhr
  1304. .responseText) ||
  1305. {};
  1306. obj.result ? location.href =
  1307. decodeURIComponent($(
  1308. '#ref, #refer_0x001')
  1309. .val()) : alert(obj
  1310. .errorMsg || 'Error');
  1311. }
  1312. });
  1313. }
  1314.  
  1315. function filterImg(dom)
  1316. {
  1317. return $(dom)
  1318. .clone()
  1319. .find('img[src]')
  1320. .replaceWith(function ()
  1321. {
  1322. return $('<p></p>')
  1323. .text(
  1324. '<img src="' + $(this)
  1325. .attr(
  1326. 'src') + '">');
  1327. })
  1328. .end()
  1329. .find('iframe[src]')
  1330. .replaceWith(function ()
  1331. {
  1332. return $('<p></p>')
  1333. .text(
  1334. '<iframe src="' + $(this)
  1335. .attr('src') + '"></irame>'
  1336. );
  1337. })
  1338. .end()
  1339. .text()
  1340. .trim();
  1341. }
  1342.  
  1343.  
  1344. function switchCourse()
  1345. {
  1346. GM_xmlhttpRequest(
  1347. {
  1348. method: 'GET'
  1349. , url: '/visit/courses/study?isAjax=true&fileId=0&debug='
  1350. , headers:
  1351. {
  1352. 'Referer': location.origin +
  1353. '/visit/courses'
  1354. , 'X-Requested-With': 'XMLHttpRequest'
  1355. }
  1356. , onload: function (xhr)
  1357. {
  1358. var list = $('h3 a[target]'
  1359. , xhr.responseText)
  1360. .map(
  1361. function ()
  1362. {
  1363. return $(this)
  1364. .attr(
  1365. 'href');
  1366. })
  1367. , index = list.map(
  1368. function (
  1369. index)
  1370. {
  1371. return this.match(top
  1372. .courseId) &&
  1373. index;
  1374. })
  1375. .filter(function ()
  1376. {
  1377. return $.isNumeric(
  1378. this);
  1379. })[0] + 1 || 0;
  1380. setting.course = list[
  1381. index] ? goCourse(list[
  1382. index]) : 0;
  1383. }
  1384. });
  1385. }
  1386.  
  1387.  
  1388. function goCourse(url)
  1389. {
  1390. GM_xmlhttpRequest(
  1391. {
  1392. method: 'GET'
  1393. , url: url
  1394. , onload: function (xhr)
  1395. {
  1396. $.globalEval(
  1397. 'location.href = "' + $(
  1398. '.articlename a[href]'
  1399. , xhr.responseText)
  1400. .attr('href') + '";');
  1401. }
  1402. });
  1403. }
  1404.  
  1405. function toNext()
  1406. {
  1407. var $cur = $('#cur' + $(
  1408. '#chapterIdid')
  1409. .val())
  1410. , $tip = $('span.currents ~ span')
  1411. , sel = setting.review ? 'html' :
  1412. '.blue';
  1413. if (!$cur.has(sel)
  1414. .length && $tip
  1415. .length) return $tip.eq(0)
  1416. .click();
  1417. $tip = $(
  1418. '.roundpointStudent, .roundpoint')
  1419. .parent();
  1420. $tip = $tip.slice($tip.index($cur) +
  1421. 1)
  1422. .not(':has(' + sel + ')');
  1423. $tip.not(setting.lock ?
  1424. ':has(.lock)' : 'html')
  1425. .find(
  1426. 'span')
  1427. .eq(0)
  1428. .click();
  1429. $tip.length || setting.course &&
  1430. switchCourse();
  1431. }
  1432. function checkToNext()
  1433. {
  1434. var $tip = $(setting.job.join(', ')
  1435. , document)
  1436. .prevAll(
  1437. '.ans-job-icon' + setting.normal);
  1438. setInterval(function ()
  1439. {
  1440. $tip.parent(
  1441. ':not(.ans-job-finished)')
  1442. .length || setting.jump &&
  1443. toNext();
  1444. }, setting.time);
  1445. }
  1446.  
  1447. function DisplayURL()
  1448. {
  1449. _self.WAY.box.hide();
  1450. var $li = $(this)
  1451. .closest('li');
  1452. $.get('/visit/goToCourseByFace'
  1453. , {
  1454. courseId: $li.find(
  1455. 'input[name=courseId]')
  1456. .val()
  1457. , clazzId: $li.find(
  1458. 'input[name=classId]')
  1459. .val()
  1460. }
  1461. , function (data)
  1462. {
  1463. $li.find(
  1464. '[onclick^=openFaceTip]')
  1465. .removeAttr('onclick')
  1466. .attr(
  1467. {
  1468. target: '_blank'
  1469. , href: $(data)
  1470. .filter(
  1471. 'script:last')
  1472. .text()
  1473. .match(/n\("(.+?)"/)[1]
  1474. });
  1475. alert('本课程已临时解除面部识别');
  1476. }, 'html');
  1477. }
  1478.  
  1479. function saveThis()
  1480. {
  1481. if (!setting.auto) return setTimeout(
  1482. saveThis, setting.time);
  1483. setting.div.children('button:lt(3)')
  1484. .hide()
  1485. .eq(1)
  1486. .click();
  1487. _self.alert = console.log;
  1488. $('#tempsave')
  1489. .click();
  1490. setting.regl();
  1491. }
  1492.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址