A JavaScript script to automate filling out review forms by selecting the "Agree" option (value=4) for all radio button questions, filling a comment box with placeholder text, highlighting the selections, and automatically submitting the form after a 5-second delay.
- Run the Script:
- Open the web page containing the review form in your browser
- Open Developer Tools (F12 or right-click Or Inspect)
- Navigate to the Console tab
- Copy and paste the contents of
Tpe.jsorTPE.txtinto the console and press Enter
- Automatically selects radio buttons with value="4" for all questions
- Highlights selected options and comment box in yellow for visibility
- Fills the comment box with placeholder text
- Auto-submits the form after a 5-second delay
- Provides console feedback for actions
No installation required. Copy the script from Tpe.js or TPE.txt paste it into the browser console.
- Requires specific HTML structure
- May not work if form elements don't match expected selectors
- Auto-submission depends on finding a valid submit button
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Use this script responsibly and at your own risk. Always review form submissions before they are sent.