Skip to content

Commit f83574b

Browse files
authored
Update 不学习何以强国.js
1 parent 8c1f619 commit f83574b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

不学习何以强国.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name 不学习何以强国-beta
33
// @namespace http://tampermonkey.net/
4-
// @version 20211129
4+
// @version 20211216
55
// @description 问题反馈位置: https://github.com/TechXueXi/techxuexi-js/issues 。读文章,看视频,做习题。
66
// @author techxuexi ,荷包蛋。
77
// @match https://www.xuexi.cn
@@ -589,7 +589,7 @@ async function doingExam() {
589589
//选项按钮
590590
var allbuttons = document.querySelectorAll(".q-answer");
591591
//获取所有填空
592-
var blanks = document.querySelectorAll("input[type=text]");
592+
var blanks = document.querySelectorAll("input[type=text][class=blank]");
593593
try {
594594
//获取问题类型
595595
var questionType = document.querySelector(".q-header").textContent;

0 commit comments

Comments
 (0)