Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crizmo/tamperform

Automating google forms using TamperMonkey
https://github.com/crizmo/tamperform

automation forms google javascript tampermonkey

Last synced: 4 days ago
JSON representation

Automating google forms using TamperMonkey

Awesome Lists containing this project

README

        

# 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.