We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1f619 commit f83574bCopy full SHA for f83574b
不学习何以强国.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name 不学习何以强国-beta
3
// @namespace http://tampermonkey.net/
4
-// @version 20211129
+// @version 20211216
5
// @description 问题反馈位置: https://github.com/TechXueXi/techxuexi-js/issues 。读文章,看视频,做习题。
6
// @author techxuexi ,荷包蛋。
7
// @match https://www.xuexi.cn
@@ -589,7 +589,7 @@ async function doingExam() {
589
//选项按钮
590
var allbuttons = document.querySelectorAll(".q-answer");
591
//获取所有填空
592
- var blanks = document.querySelectorAll("input[type=text]");
+ var blanks = document.querySelectorAll("input[type=text][class=blank]");
593
try {
594
//获取问题类型
595
var questionType = document.querySelector(".q-header").textContent;
0 commit comments