CodeMirror PRIMARY Bridge Autor: Nicolas Hainaux
Restores middle-click paste from CodeMirror editors (GitHub Gist, codemirror.net…) on Linux/BSD by forwarding selections to the X11/Wayland PRIMARY buffer. Per-domain allowlist, off by default. Requires a companion native helper.
3 użytkowników3 użytkowników
Metadane rozszerzenia
O tym rozszerzeniu
On Linux/BSD, CodeMirror-based editors (GitHub Gist, codemirror.net, and others) don't propagate text selections to the X11/Wayland PRIMARY buffer. The result: middle-click paste from those editors silently does nothing. This extension restores that workflow.
A content script watches the selection inside CodeMirror editors on allowlisted sites. When the selection changes, it sends the text to a small Python "native messaging host" running outside the browser, which
writes it to PRIMARY via
Full instructions, including the source repository, are at https://gitlab.com/nicolas.hainaux/cm_primary.
Off everywhere by default. The extension only forwards selections on hostnames you explicitly add to the allowlist in the options page — no allowlist entry, no message to the helper, no write to PRIMARY.
This mirrors the conservative choice Firefox made after CVE-2023-6208, which was patched by dropping all JavaScript-driven PRIMARY updates. This extension reopens that path only on sites you've explicitly trusted.
No telemetry, no analytics, no remote servers. Selections are only forwarded to your local PRIMARY buffer.
Linux X11 (tested with
A content script watches the selection inside CodeMirror editors on allowlisted sites. When the selection changes, it sends the text to a small Python "native messaging host" running outside the browser, which
writes it to PRIMARY via
xsel, xclip, or wl-copy.- The extension itself (this page).
- A small Python helper, installed separately by running install.sh from the source tree. WebExtension APIs cannot reach clipboard tools directly — the helper is required and AMO cannot install it for you.
Full instructions, including the source repository, are at https://gitlab.com/nicolas.hainaux/cm_primary.
Off everywhere by default. The extension only forwards selections on hostnames you explicitly add to the allowlist in the options page — no allowlist entry, no message to the helper, no write to PRIMARY.
This mirrors the conservative choice Firefox made after CVE-2023-6208, which was patched by dropping all JavaScript-driven PRIMARY updates. This extension reopens that path only on sites you've explicitly trusted.
No telemetry, no analytics, no remote servers. Selections are only forwarded to your local PRIMARY buffer.
Linux X11 (tested with
xsel). BSD and Wayland support is implemented but untested — feedback welcome.Ocenione na 5 przez jednego recenzenta
Uprawnienia i dane
Wymagane uprawnienia:
- Wymieniać informacje z programami innymi niż Firefox
- Mieć dostęp do danych użytkownika na wszystkich stronach
Opcjonalne uprawnienia:
- Mieć dostęp do danych użytkownika na wszystkich stronach
Zbieranie danych:
- Autorzy tego rozszerzenia twierdzą, że nie wymaga ono zbierania danych.
Więcej informacji
- Odnośniki dodatku
- Wersja
- 1.0.0
- Rozmiar
- 18,5 KB
- Ostatnia aktualizacja
- miesiąc temu (4 cze 2026)
- Powiązane kategorie
- Licencja
- Licencja MIT
- Historia wersji
- Dodaj do kolekcji