Firefox extension that adds quality-of-life features to ChatGPT/Codex.
Install: https://addons.mozilla.org/en-US/firefox/addon/chatgpt-better-expierience/
Docs: see docs/README.md
Dev:
npm cinpm run verifynpm run buildnpm run firefox:devfor isolated containerized Firefox extension debuggingnpm run firefox:vmfor isolated Firefox debugging inside a Hyper-V Ubuntu VM via Multipassnpm run firefox:vm:rustdeskfor the same VM stand with RustDesk access instead of relying onnoVNCnpm run firefox:vm:reset-profileto wipe the saved VM Firefox profile when a clean login/session is needed- Checks are quiet on success by default; set
CBE_VERBOSE=1to stream full tool output when debugging.
- Dependency updates are managed by Renovate using
.github/renovate.json. - Renovate opens PRs for npm and GitHub Actions updates.
- Renovate also updates pinned
web-extCLI versions used in workflows and scripts. - Auto-merge is enabled only for selected non-major updates.
- Covered by auto-merge: GitHub Actions, npm
devDependencies, and pinnedweb-extCLI updates. - Auto-merge runs only after required CI checks pass.
- Major updates and npm runtime
dependenciesremain manual-review PRs.
- Versions of core GitHub Actions are updated centrally in
.github/workflows/*.yml. - This keeps pipelines aligned on the latest stable majors:
actions/checkout,actions/setup-node,actions/cache.
