A Tampermonkey userscript for automatically filling answers on Stopots using the Gemini API.
This script waits for the answer container to load on Stopots, retrieves a single Portuguese word based on the given category and letter, and fills the input fields automatically. It also supports an optional auto-submit feature.
- Detects the answer container dynamically.
- Requests answers from the Gemini API.
- Fills the game fields with the received answer.
- Optionally auto-submits the form.
- Install Tampermonkey in your browser.
- Create a new script and paste the provided code.
- Replace
YOUR_API_KEY_HEREwith your actual Gemini API key. - Save and enable the script.
- Visit Stopots.
- The script will automatically detect the game interface.
- Answers will be filled in based on the current letter and category.
- Uncomment the
autoSubmit()call in the code if you want the script to submit the answers automatically.
MIT License