https://github.com/crizmo/tamperform
Automating google forms using TamperMonkey
https://github.com/crizmo/tamperform
automation forms google javascript tampermonkey
Last synced: about 1 month ago
JSON representation
Automating google forms using TamperMonkey
- Host: GitHub
- URL: https://github.com/crizmo/tamperform
- Owner: crizmo
- Created: 2024-01-13T16:39:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T11:20:10.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:51:53.046Z (over 1 year ago)
- Topics: automation, forms, google, javascript, tampermonkey
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.