Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
1 vote
0 answers
47 views

Stylus Extension having domain specificity issues

/* ==UserStyle== @name ChatGPT Max Content View (Minimized Navbar & Prompt) @namespace github.com/your-username @version 4.0.1 @description Maximizes content area by ...
Sumit Boddu's user avatar
0 votes
0 answers
25 views

How to implement multi-search engine fallback with unified API response?

I'm building a content aggregation platform that requires search functionality from multiple engines. Currently I'm maintaining separate integrations with Google Search API and Brave Search API, but ...
Duojie's user avatar
  • 23
0 votes
2 answers
68 views

Is there a way to change the tab title in private mode?

I want to make a custom landing page for when I open a new private tab. Manage to do it in normal tab with a custom extension: { "manifest_version": 3, "name": "Black ...
Laplace'sDemon's user avatar
0 votes
0 answers
25 views

memory access out of bounds

I'm not sure what the source of the problem is. When I call the method signAndSubmitTransaction, everything works fine. However, when I try calling the methods getUnsignedTx and subsequently signTxx (...
Fiftywebs's user avatar
  • 184
0 votes
1 answer
56 views

Application crashes when using upload field on view

I'm working on an ASP.NET Core MVC application. I've got a view with an upload field (photo upload) that when I click on it and open the file the application just stops and does not show any message ...
Israel's user avatar
  • 11
-1 votes
1 answer
89 views

Fetch youtube current video running in brave browser info through apple script

Below applescript is to fetch currently running youtube video detial info. But im getting error. Syntax Error : Expected “,” but found identifier. tell application "Brave Browser" if (...
Gokul Kannan's user avatar
0 votes
0 answers
138 views

How to modify Brave-browser parameters for instances run by Selenium?

I am testing selenium. The Brave-browser is launched with the following code extract: import seleniumwire.undetected_chromedriver as uc driver = uc.Chrome(browser_executable_path='/usr/bin/brave-...
lalebarde's user avatar
  • 1,856
0 votes
1 answer
35 views

HTML Element on Extension Not Being Recognized by Console Immediately

I am using https://github.com/IndieKKY/bilibili-subtitle on Bilibili and at first I can clearly see the content in the extension after it loads. However, when I use the javascript code to get the ...
Cobbi Liu's user avatar
0 votes
1 answer
427 views

Allow localhost insecure certificate for https

I have a local angular project that needs an HTTPS endpoint. My project is started with ng serve --ssl --configuration development. Even when I turn of the https warning my page is not loaded and the ...
LostKatana's user avatar
1 vote
2 answers
73 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
1 answer
441 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
1 vote
0 answers
515 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,960
3 votes
0 answers
130 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
683 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,270
1 vote
0 answers
284 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
  • 23

15 30 50 per page
1
2 3 4 5
12