172 questions
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 ...
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 ...
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 ...
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 (...
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 ...
-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 (...
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-...
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 ...
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 ...
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 ...
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 ...
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 ...
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....
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 ...
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 ...