Control the Tor network from Quick Settings: one-click on/off (uses the distro's own tor.service via polkit — no extra tor instance), exit-country picker, live bootstrap progress, New Identity, obfs4 bridges, circuit viewer. Always-on transparent-proxy mode via bundled tun2socks installer routes ALL TCP traffic through Tor (one-time sudo, zero password at runtime).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
lib/torController.js:130
file.load_contents(null)
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
ui/quickToggle.js:483
St.Clipboard.get_default()
EGO-A-004 warning
extension files should not contain excessive ungated console logging
File contains 10 ungated console.log/warn/error calls (threshold: 5).
ui/quickToggle.js:194
console.warn('[tor-ext] busy lock auto-released after 60s — a flow forgot to release')
ui/quickToggle.js:251
console.warn(`[tor-ext] toggle failed: ${e.message}`)
ui/quickToggle.js:318
console.warn(`[tor-ext] tun2socks stop step failed/timed out: ${e.message}`)
ui/quickToggle.js:328
console.warn(`[tor-ext] controller.quit timed out: ${e.message}`)
ui/quickToggle.js:343
console.warn(`[tor-ext] service.stop timed out: ${e.message}`)
ui/quickToggle.js:419
console.warn(`[tor-ext] SETEVENTS failed: ${e.message}`)
ui/quickToggle.js:554
console.warn(`[tor-ext] setConf ExitNodes failed: ${e.message}`)
ui/quickToggle.js:597
console.warn('[tor-ext] ControlPort probe failed — restarting tor.service')
ui/quickToggle.js:639
console.warn(`[tor-ext] no exit in {${code}} after 10s — reverting to Any`)
ui/quickToggle.js:660
console.warn(`[tor-ext] exit-country switch failed: ${e.message}`)
| Version | Status |
|---|---|
| 0.7.15 (17) | Rejected |
| 0.7.14 (16) | Rejected |
| 0.7.12 (15) | Active |
| 0.7.11 (14) | Rejected |
| 0.6.3 (13) | Rejected |
| 0.6.3 (12) | Rejected |
| 0.6.3 (11) | Rejected |
| 0.6.3 (10) | Rejected |
| 0.5.6 (9) | Rejected |
| 0.5.5 (8) | Rejected |
| 0.5.5 (7) | Rejected |
| 0.5.3 (6) | Rejected |
| 0.5.1 (5) | Rejected |
| 0.5.0 (4) | Rejected |
| 0.3.1 (3) | Rejected |
| 0.3.1 (2) | Rejected |
| 0.1.0 (1) | Rejected |
Please don't use AI to generate code: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)