gem install rails --pre
rails new my_app -T
| /** | |
| * Disclaimer: This works as of the date of writing (7/11/2023) but there's no guarantees it will work in the future | |
| * as it depends on selectors on geekbot's web UI, which may change at any time. Use at your own risk. | |
| * | |
| * To use this: | |
| * 1. Navigate to your geekbot random question settings and click "Edit questions" | |
| * so that you see a list of input fields and an "+ Add question" button | |
| * 2. Open your devtools | |
| * 3. Pasting this script into the console |