vbatecan/netacad-autoanswer — reverse-engineered prompt

Reverse engineered prompt

Build me a Chrome extension for Cisco NetAcad quiz pages that can read the questions on the page and suggest answers with Google Gemini. I want it to work even when the quiz content loads later or inside frames, and it should grab all the multiple choice questions and answer options on the current page in one go instead of making a separate AI request for each one.

The extension should let me save my Gemini API key in the popup, then either click a button to process the current page or use a keyboard shortcut to run it quickly. Show the AI suggested answer right under each question in a clean little UI, and make sure it supports both single answer and select all that apply style questions. I also want a refresh button for each question so I can re run just that one answer if needed.

Please make it keep watching the page so when NetAcad loads a new question it re scans and updates automatically. Keep the API key stored locally in the browser. Look up current Chrome extension and Gemini docs if you need to.

Want more depth? Deep Reverse