enable exit node selector#11
Open
e-kotov wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds exit node selection support to the browser extension by exposing exit node list/set commands from the native Go host and wiring a dropdown selector into the Chrome/Firefox popups.
Changes:
- Add native-host commands to fetch available exit nodes and set/clear the selected exit node.
- Add popup UI (HTML/CSS/JS) to display and change the exit node selection.
- Extend background scripts to forward popup requests to the native host and return responses.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| ts-browser-ext.go | Implements get-exit-nodes and set-exit-node commands and adds request/reply JSON fields for exit node control. |
| background.js | Adds Chrome background message plumbing for exit node get/set operations. |
| popup.js | Adds Chrome popup dropdown UI logic to fetch, display, and change exit node selection. |
| popup.html | Adds Chrome popup dropdown markup/styles for exit node selection. |
| firefox/background.js | Adds Firefox background message plumbing for exit node get/set operations; also adjusts proxy handler management. |
| firefox/popup.js | Adds Firefox popup dropdown UI logic to fetch, display, and change exit node selection. |
| firefox/popup.html | Adds Firefox popup dropdown markup/styles for exit node selection. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1365266 to
e77836b
Compare
Enhance exit node selection with reliable detection, improve display names, fix 'None' selection clearing, and provide better installation instructions with local dev support. Signed-off-by: Egor Kotov <kotov.egor@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Would close #5