Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [brave]

For questions related to the Brave web browser

1 vote
2 answers
32 views

I get wrong process id number after launch brave profile with Start-Process

I want to open some brave profiles and close them later. So I want to save process id's on a file and iterate them to close it. But Id returned from Start-Process is not a real Id and I can't find ...
Juan Antonio Tubío's user avatar
0 votes
0 answers
8 views

Closing all Brave Profile Windows on a Virtual Desktop using Power Shell

I have multiple Brave profiles opened on Windows. I'm using virtual desktops and I have 4 profiles that I always open on the 'Developer' desktop. Let's say profiles number 2 to 6. I have create a ...
Juan Antonio Tubío's user avatar
0 votes
0 answers
46 views

How to use Socks5 proxy on a browser?

I have an Ubuntu virtual server and I want to proxy my browser using extensions like Proxy SwitchyOmega or FoxyProxy. using the following command: ssh -D 32145 root@ip I ssh to the server and set the ...
Mohammad's user avatar
0 votes
0 answers
175 views

How to turn off URL auto-fill/complete in the search/address bar of chromium based browsers?

From the past 2-3 years, I have been facing a serious issue - the browsers have modified their address bars cum search bars to automatically fill up URLs from the browsing history. This is not only an ...
anurag's user avatar
  • 1,840
1 vote
0 answers
33 views

Why does swagger in tab 1 crash when selecting a file upload in another tab that is a react app?

So I created a simple file upload for my website to test some things. I have a asp.net core web api. When starting the server it opens a swagger tab. And when I start my react app it opens another tab....
Bram Lippens's user avatar
0 votes
1 answer
190 views

Connect java-spanner OpenTelemetry spans to micrometer/brave parent

I have a spring-boot application and java spanner client. Spring boot is using micrometer and brave as a tracing instrumentation, while java spanner client is using OpenTelemetry. By following the ...
kpater87's user avatar
  • 1,250
0 votes
0 answers
93 views

Connecting puppeteer to an existing Brave Browser instance using

Hi i have a script that would scrape relevant data from a website, and i want to create a headless browser that has a remote connection to the brave browser that is requesting for the website to be ...
Estisix's user avatar
  • 13
0 votes
0 answers
171 views

Code to download and install the latest version of Brave from GitHub automatically

For what its worth, I struggled to have the latest version of Brave installed on my Mac as the autoupdate wouldn’t work on my end. So I decided to grab the latest binary from GitHub via a script that ...
Xenonite's user avatar
  • 1,915
0 votes
2 answers
86 views

how to sign mini installer of brave and chromium

I have a EV code signing certificate PFX file and password. How do I apply it while brave or chromium mini installer. brave command to build mini_installer is: npm run create_dist and chromium forks ...
Naeem's user avatar
  • 69
0 votes
0 answers
262 views

How to launch a new tab with an already running brave browser in vsc?

before I start explaining my situation I would like to say that I have researched the problem from Google, and I will provide examples. My Post has sections for easy reading! Please go through them at ...
theonedeveloper's user avatar
1 vote
0 answers
63 views

Problem building Brave Browser from source

I am trying to build Brave on my Mac (Sonoma) and I am running into problem in the npm run build release step. Specifically, I am following the steps outlined in https://github.com/brave/brave-...
Xenonite's user avatar
  • 1,915
0 votes
1 answer
41 views

PHP Cookie doesn't exist even before actually deleting it in Brave

First I am setting a new cookie with PHP and checking whether it exists or not. After that I am deleting it by setting the expiry date to the past and checking again whether it was successful or not. ...
Alexander Hunger's user avatar
0 votes
1 answer
655 views

Transformer.js model fails to parse JSON in client-side Next.js example

On Brave browser Version 1.61.101 Chromium: 120.0.6099.71 (Official Build) (x86_64) (on Chrome Version 120.0.6099.62 (Official Build) (x86_64) I don't see this or any other errors) I run into a JSON ...
j3py's user avatar
  • 1,218
1 vote
0 answers
23 views

Is there a difference in the capacity of textarea elements between Firefox and Chrome-based browsers?

I was breaking the undo/redo chain in textarea elements and handling it manually to make it persist across sessions, and found that it worked well in Firefox but not in anything chrome. To make sure ...
Gary's user avatar
  • 2,787
0 votes
0 answers
55 views

Brave browser dark mode issue, result came in a white box inside dark mode browser

that white part in the image appears sometimes when the search result came. Browser: Brave. Assumption: this cames after I installing an extension of dark mode. But I uninstall the extension but still ...
Margin wings's user avatar
0 votes
0 answers
84 views

Opening a new tab in the existing Brave session with Selenium and Python

I'm trying to opening a new tab using Selenium in an existing Brave browser session (so to be able to leverage on some of the cookies previously accepted when normal navigation was carried). No matter ...
Andrea Moro's user avatar
0 votes
1 answer
235 views

White flickery pixels appearing on screen. (Brave, VScode) [duplicate]

First of all, I'm not really sure where to ask these type o questions, and I've been looking around for a fix for this for many hours and I did not find anything. I am gettings some shaky-flickery ...
lazlomeli's user avatar
0 votes
0 answers
117 views

How to reduce header size through browser in all api request?

I am trying to make some API calls from my browser (Chrome or Brave) , but I noticed that the browser automatically adds some headers to my requests which makes every API not working, Giving such ...
Rajanboy's user avatar
  • 2,546
0 votes
1 answer
404 views

Use brave as the search engine in the Tor Browser

Tor uses DuckDuckGo as it's default search engine. However, IMO brave gives far better search results and it's privacy is in-line with if not better than DuckDuckGo. Therefore I would like to use it ...
Pioneer_11's user avatar
  • 1,030
0 votes
0 answers
26 views

How can I stop Brave remembering the blank page in the undo history on a new tab

I run Edge on my Windows work PC, and Brave on my Ubuntu home PC, both set up to show a blank page in a new tab. If I visit a URL in a new tab, the history initially: Contains only the new URL (so ...
Huw Walters's user avatar
  • 2,058
0 votes
1 answer
1k views

My OneTab extension is not showing anything I have saved. Shows "OneTab restart required. Please quit and restart Chrome."

OneTab extension in my other web browsers (Edge and Chrome) are working fine but in my Brave browser since several days it is not showing anything How can i get everthing I have saved back and get ...
Aruna's user avatar
  • 1
0 votes
1 answer
83 views

Why does Brave not show the modal popup on https://bibliotheek.be

The site https://bibliotheek.be shows a modal popup where one can accept or reject cookies. Brave doesn't show the popup, thereby rendering the site inaccessible. I searched my settings, even tried a ...
guivho's user avatar
  • 365
0 votes
0 answers
46 views

Using profile with selenium closes current browser window with different profile

I am trying to run selenium using profile. I know that if a profile is already opened normally on a browser, opening the same via selenium will be erroneous. So I made a second profile and am trying ...
Dhruv's user avatar
  • 311
0 votes
1 answer
331 views

Not able to run headless even after setting everything

I am trying to run my code in headless mode (it runs fine without headless). I have tried almost every option given on the internet. from selenium import webdriver from selenium.webdriver.common.by ...
Dhruv's user avatar
  • 311
0 votes
1 answer
87 views

document.getElementById not working in brave settings [closed]

I am trying to select the dropdown of colours in brave settings. However, the console is not able to select the element. It gives null when I run the command to select element by id. This doesn't ...
Dhruv's user avatar
  • 311
1 vote
0 answers
687 views

How to prevent Brave browser from redirecting?

Whenever I browse to http://localhost:8000, Brave incorrectly redirects to http://localhost:8000/app. It doesn't redirect in incognito mode, nor in Firefox - they both work correctly and show my ...
Richard's user avatar
  • 16.3k
0 votes
0 answers
52 views

block all cookies flag in node js

can anyone know the name of the flag that I can include in args: in puppeteer that will block all cookies on the site const browser = await puppeteer.launch({ executablePath: 'C:/Program Files/...
johnas's user avatar
  • 11
0 votes
0 answers
31 views

Execute Power Shell Script upon starting a Browser Profile

For people familiar with Shell Scripts this should be a rather simple question, but I never made any useful Shell Script, so bear with me as a beginner. I want to write a log when my (Brave) Browser ...
WonderfulWonder's user avatar
0 votes
0 answers
237 views

Detect Chromium browsers except for Brave - JS not working

I am trying to detect whether the browser is Brave, something else based on Chromium, or something not based on Chromium. However, the below HTML with the Javascript just shows up empty: <!DOCTYPE ...
ilovetables's user avatar
0 votes
1 answer
230 views

Angular 16 and Brave Browser issues

I started a new Angular project (angular.core 16.1.0) with basically nothing in it just serve. In edge I have no issues but in Brave nothing appears and in the console I get Uncaught SyntaxError: ...
rst's user avatar
  • 2,662

15 30 50 per page
1
2 3 4 5 6