-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start brave in incognito+TOR mode using command line #2105
Comments
Yes please!!! Not sure if the right issue also, but when installed on Ubuntu, you can lock Brave in the launcher. And with a right click, having option for the |
Thanks for mentioning this @jackcaron - In Windows 10, this context feature of 'right-clicking' from the TaskBar or Start Menu also exists. It would be a GREAT if Brave could also add the "New Incognito+Tor Window" selection to these special context menus. This could be an extension of the command-line option being requested here... |
Just had a user on Reddit confirm that a way to do this in Windows (tested and works on my end):
|
Yes, please, add the command line to open brave tor window. |
+1 for adding CLI command to open Brave tor window ( Additional (related) request: |
Can't wait for this to be implemented. |
+1 bump |
+1 Bump. |
It's been 2 years already... Please implement it soon. It'd be a killer feature. |
It would be a great feature, yes ! |
Calm down dude ! |
This commit implements a command line switch (--tor) that starts Brave in Tor mode. This is done by subclassing StartupBrowserCreatorImpl and implementing a custom Launch method. If the user provided a --tor command line flag, the patch switches the profile to Tor mode and then calls StartupBrowserCreatorImpl's original Launch method. This commit resolves brave/brave-browser#2105.
This commit implements a command line switch (--tor) that starts Brave in Tor mode. This is done by subclassing StartupBrowserCreatorImpl and implementing a custom Launch method. If the user provided a --tor command line flag, the patch switches the profile to Tor mode and then calls StartupBrowserCreatorImpl's original Launch method. This commit resolves brave/brave-browser#2105.
This commit implements a command line switch (--tor) that starts Brave in Tor mode. This is done by subclassing StartupBrowserCreatorImpl and implementing a custom Launch method. If the user provided a --tor command line flag, the patch switches the profile to Tor mode and then calls StartupBrowserCreatorImpl's original Launch method. This commit resolves brave/brave-browser#2105.
This commit implements a command line switch (--tor) that starts Brave in Tor mode. This is done by subclassing StartupBrowserCreatorImpl and implementing a custom Launch method. If the user provided a --tor command line flag, the patch switches the profile to Tor mode and then calls StartupBrowserCreatorImpl's original Launch method. This commit resolves brave/brave-browser#2105.
This commit implements a command line switch (--tor) that starts Brave in Tor mode. This is done by subclassing StartupBrowserCreatorImpl and implementing a custom Launch method. If the user provided a --tor command line flag, the patch switches the profile to Tor mode and then calls StartupBrowserCreatorImpl's original Launch method. This commit resolves brave/brave-browser#2105.
This feature was implemented in brave/brave-core#9533. It makes it possible to start Brave in Tor mode by running:
Note that if the |
Closing. Fixed per comment above. |
Verified
Steps:Test 1
Confirmed Test 2
Confirmed Test 3
Confirmed
Test 4
Confirmed Test 5
Confirmed I saw Verification passed on
Verified test plan from brave/brave-core#9533 Verification passed on
|
hi @xmha97 - this does work in |
Brave doesn't start in tor mode when app mode is also used. ie: ~/gnf.pt |
Description
related: #690, #1457
Starting Brave in incognito mode via command is possible with the
--incognito
flag. However there is no such flag for the Tor feature.Steps to Reproduce
To enable Tor you have to:
brave-browser --incognito
(here in incognito mode) ;Alt+Shift+N
(Linux user) ;Actual result:
Works
Expected result:
Open directly via a flag, e.g.:
Reproduces how often:
Every time
Brave version (brave://version info)
The text was updated successfully, but these errors were encountered: