
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
它在便利性与明确的道德警告之间取得平衡,有意跳过模棱两可的单选题组,并不自动提交,鼓励诚实作答。
A small browser console script for quickly filling out Likert-scale survey pages (radio buttons like Strongly Disagree → Strongly Agree, plus "tick all that apply" checkbox sections). It's meant to speed up the mechanical part of filling in a long form — you should still review and adjust individual answers before submitting.
一个浏览器控制台脚本,用于快速填写李克特量表式的问卷(例如"非常不同意"到"非常同意" 的单选题,以及"可复选"的勾选框题)。它只是帮你省去逐个点击的时间,填完之后请自己 检查并按真实情况调整答案,再提交。
Open the survey page in your browser. 在浏览器中打开问卷页面。
Open DevTools console: F12 or Ctrl+Shift+J (Windows) / Cmd+Option+J (Mac).
打开开发者工具控制台。
Copy the entire contents of fill_survey.js, paste it into
the console, and press Enter. This just defines two functions — nothing happens yet.
复制 fill_survey.js 的全部内容,粘贴到控制台,回车。
这一步只是定义函数,还不会填写任何内容。
For Likert-scale rows (radio buttons), run: 对于李克特量表题(单选题),运行:
fillSurvey(4)
The number is the column index of the answer you want, counting from 0:
| Index | Meaning |
|---|---|
| 0 | Strongly Disagree |
| 1 | Disagree |
| 2 | Slightly Disagree |
| 3 | Slightly Agree |
| 4 | Agree |
| 5 | Strongly Agree |
Options:
fillSurvey(4, { overwrite: true }) — also overwrite rows you already answered.fillSurvey(4, { expectedCount: 6 }) — only touch rows that have exactly 6 optionsDOM Manipulation
根据分类、Topic 和编程语言匹配的相似项目。

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.