Answer2fill

Automatically selects language based on user's browser settings (EN/ZH). Fills answers, submits, and navigates.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
laisheng li
Daily installs
0
Total installs
7
Ratings
0 0 0
Version
1.3.2
Created
2024-07-11
Updated
2025-10-14
Size
30.4 KB
License
N/A
Applies to
All sites

一个使用 Shadow DOM 技术实现的、具有 Windows 98 风格界面的自动填充答案脚本。制作的主要目的是在各种在线测试和问卷网站上快速填写答案,本脚本不提供答案,目前仅完成选择题(单选和多选),我觉得继续增加其他题型会让脚本变得臃肿,而且我没有这个需求。

主要特性:

  • Windows 98 风格的用户界面,带有可拖动的窗口
  • 使用 Shadow DOM 实现,避免与页面样式冲突
  • 支持多个网站,可自定义 CSS 选择器
  • 批量输入答案并自动填充
  • 进度条显示填充进度
  • 最小化和关闭功能
  • 帮助对话框提供使用说明

使用方法:

  1. 安装脚本后,在支持的网站上会出现一个浮动面板。
  2. 在文本框中输入答案,格式如 "A,B,C,D"
  3. 点击 "Fill Answers" 按钮或按 Enter 键开始填充
  4. 使用 "Configure" 选项卡可以为特定网站设置 CSS 选择器

支持的网站:

  • czvtc.cj-edu.com
  • learning.mhtall.com
  • 168wangxiao.com
  • 其他网站可通过配置 CSS 选择器来支持

有缘改进脚本功能,enjoy it😃!

更新记录

  • 1.3.0 优化parseAnswers函数,现在可以格式化多种不同格式答案。