/TamperForm

Automating google forms using TamperMonkey

Primary LanguageJavaScript

TamperForm

Description

This project is a userscript designed to automate the process of filling out a Google Form.
As of today it supports radio buttons only.

Installation

  1. Install Tampermonkey extension on your browser.
  2. Click on the Tampermonkey icon and select 'Create a new script'.
  3. Copy and paste the code from main.js into the script editor.
  4. Save the script.

Usage

Navigate to the Google Form URL specified in the @match field of the script. The script will automatically fill out the form.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.