From f83574bd03c227a599a9b709974925183ccf923c Mon Sep 17 00:00:00 2001 From: techxuexi21 <86897692+techxuexi21@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:46:33 +0000 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=8D=E5=AD=A6=E4=B9=A0=E4=BD=95?= =?UTF-8?q?=E4=BB=A5=E5=BC=BA=E5=9B=BD.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...71\240\344\275\225\344\273\245\345\274\272\345\233\275.js" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" "b/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" index 7aaede8..5718bff 100644 --- "a/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" +++ "b/\344\270\215\345\255\246\344\271\240\344\275\225\344\273\245\345\274\272\345\233\275.js" @@ -1,7 +1,7 @@ // ==UserScript== // @name 不学习何以强国-beta // @namespace http://tampermonkey.net/ -// @version 20211129 +// @version 20211216 // @description 问题反馈位置: https://github.com/TechXueXi/techxuexi-js/issues 。读文章,看视频,做习题。 // @author techxuexi ,荷包蛋。 // @match https://www.xuexi.cn @@ -589,7 +589,7 @@ async function doingExam() { //选项按钮 var allbuttons = document.querySelectorAll(".q-answer"); //获取所有填空 - var blanks = document.querySelectorAll("input[type=text]"); + var blanks = document.querySelectorAll("input[type=text][class=blank]"); try { //获取问题类型 var questionType = document.querySelector(".q-header").textContent;