{"id":35535739,"url":"https://github.com/deseven/firefox-quickllm","last_synced_at":"2026-02-07T01:09:55.512Z","repository":{"id":331249124,"uuid":"1125609332","full_name":"deseven/firefox-quickllm","owner":"deseven","description":"Firefox extension that integrates LLMs into your browser","archived":false,"fork":false,"pushed_at":"2026-01-04T03:04:18.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-05T00:19:49.202Z","etag":null,"topics":["ai","firefox","firefox-extension","llm"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/firefox/addon/quickllm/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deseven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-31T03:16:34.000Z","updated_at":"2026-01-04T03:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deseven/firefox-quickllm","commit_stats":null,"previous_names":["deseven/firefox-quickllm"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/deseven/firefox-quickllm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deseven%2Ffirefox-quickllm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deseven%2Ffirefox-quickllm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deseven%2Ffirefox-quickllm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deseven%2Ffirefox-quickllm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deseven","download_url":"https://codeload.github.com/deseven/firefox-quickllm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deseven%2Ffirefox-quickllm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","firefox","firefox-extension","llm"],"created_at":"2026-01-04T03:20:09.186Z","updated_at":"2026-01-12T09:38:13.837Z","avatar_url":"https://github.com/deseven.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickLLM Firefox Extension\n\nA Firefox extension (manifest v2) that integrates Large Language Models (LLMs) directly into your browser for seamless text processing and AI assistance. For some reason I failed to find anything even remotely similar in the Add-ons and I really needed a way to quickly feed web data to various models.\n\nThe extension could be seen in action in [the demo video](https://d7.wtf/s/quickllm-demo.mp4).\n\n\u003e [!IMPORTANT]\n\u003e You need to have API access to the model you want, either directly from OpenAI, Anthropic, DeepSeek and others, or via custom routers like OpenRouter, Open WebUI, Ollama, llama.cpp and so on.\n\n\n## Features\n\n- Supports OpenAI, Anthropic, Ollama or compatible APIs\n- Callable on any page by a shortcut `Alt-Shift-I` (or `⌘⇧I` on macOS)\n- Allows to define multiple LLM profiles for specific tasks\n- Allows you to feed to the LLM the entire page content or just the selected text\n- QoL stuff like realtime streaming, markdown rendering, keyboard hotkeys, dark theme, profiles import/export, etc\n\n\n## Browser Support\n\n**Only Firefox is officially supported at the moment.** Basic compatibility with Chrome was implemented too and I've tested the extension in Brave, but your mileage may vary.\n\n\n## Installation\n\n### From Source\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/deseven/firefox-quickllm.git\n   cd firefox-quickllm\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Build the extension:\n   ```bash\n   npm run build\n   ```\n\n4. Load the extension in Firefox:\n   - Open Firefox and go to `about:debugging`\n   - Click \"This Firefox\"\n   - Click \"Load Temporary Add-on\"\n   - Select the `manifest.json` file from the project directory\n\n\n## Usage\n\nSee [USAGE.md](https://github.com/deseven/firefox-quickllm/blob/main/USAGE.md), the version-specific usage guide is always included with the packaged extension and accessible by pressing the question sign in the main extension window.\n\n\n## Contributing\n\nContributions are welcome! Feel free to submit a pull request.\n\n1. Fork the repository\n2. Create a branch\n3. Make your changes\n4. Test thoroughly\n5. Submit a pull request\n\n\n## Support\n\nFor issues and feature requests, please [create an issue](https://github.com/deseven/firefox-quickllm/issues/new).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeseven%2Ffirefox-quickllm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeseven%2Ffirefox-quickllm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeseven%2Ffirefox-quickllm/lists"}