Continued is an AI assistant that sends the user's prompts and, when the user asks about a page, that page's text to the AI provider the user configures in the options page. The default provider is a local Ollama server on the user's own machine; OpenAI, Gemini, Anthropic and Blablador are optional and need the user's own key. There is no developer backend, no telemetry and no remote code.
Testing: no account is needed. Install Ollama (https://ollama.com) and ollama pull qwen2.5-coder:7b, or paste any provider API key in the options page (⚙ in the sidebar). Chat mode confirms the UI without any page access; Agent mode on a normal web page shows the approval cards for page-changing actions.
Markup in the sidebar is generated by a small Markdown renderer from HTML-escaped text and inserted via DOMParser (__setHTML in shim.js); no user-controlled markup reaches the DOM unescaped, and the CSP is script-src 'self'.
Source code is attached (also in the browser-plugin/ folder of the repository). Build on Linux/macOS with Node 23:
cd browser-plugin && npm ci && npm run build
Output is dist/firefox/, identical to the uploaded package.