Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crizmo/tamperform
- Owner: crizmo
- Created: 2024-01-13T16:39:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T11:20:10.000Z (about 1 year ago)
- Last Synced: 2024-11-17T23:11:53.752Z (2 months 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.