This project is a userscript designed to automate the process of filling out a Google Form.
As of today it supports radio buttons only.
- Install Tampermonkey extension on your browser.
- Click on the Tampermonkey icon and select 'Create a new script'.
- Copy and paste the code from
main.js
into the script editor. - Save the script.
Navigate to the Google Form URL specified in the @match
field of the script. The script will automatically fill out the form.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.