212 questions
3
votes
1
answer
123
views
How to prevent accidental scrolling on mobile Chromium browsers
My code creates a floating box. This box has a topbar with a few buttons (only 2 in the example below, for simplicity). When a user clicks or touches the topbar to drag it, it should drag the floating ...
Advice
0
votes
2
replies
160
views
Youtube videos and CORS
I'm a web dev and I'm creating a React based YouTube clone.
I'm using MongoDB, storing YT Videos and their id's, and coding the frontend in React.
<iframe
title={video.title}
src={...
Advice
0
votes
8
replies
117
views
Can I change the contents of the link I send to people?
Not sure if I was able to word it well but, I'm sending a link to people that have my personal details in the website if they click on it. Can I make it so they access a version of the website without ...
0
votes
0
answers
54
views
Add private member of class to Chrome DevTools watch expression & breakpoint conditions
How can I add a private field (specifically a public field property of a private field property of an class instance) to a watch and to a breakpoint condition in Chrome DevTools? I can see the full ...
Tooling
0
votes
2
replies
979
views
How to implement distributed tracing in Spring Boot 4 now that Spring Cloud Sleuth is removed?
I recently upgraded my project to Spring Boot 4, and I found that Spring Cloud Sleuth has been completely removed from the Spring ecosystem.
Previously, I used Sleuth + Zipkin for distributed tracing, ...
0
votes
1
answer
87
views
Is there a way to change the tab title in private mode? [closed]
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 ...
-1
votes
1
answer
141
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 (...
-1
votes
1
answer
1k
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
108
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 ...
2
votes
0
answers
195
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
819
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 ...
0
votes
2
answers
291
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 ...
0
votes
1
answer
90
views
PHP Cookie doesn't exist even before actually deleting it in Brave [duplicate]
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.
...
0
votes
1
answer
1k
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 ...
0
votes
2
answers
2k
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 ...