Questions tagged [brave-browser]

Brave is an open source web browser developed by Brave Software Inc. It blocks ads and website trackers.

Brave is an open source web browser developed by Brave Software Inc which is based on Chromium. It blocks ads and website trackers.

68 questions
1
vote
0 answers

Can't access https://localhost:5001 with Chrome nor Brave for ASP.NET project

In VS Code, I'm trying to host an ASP.NET MVC app. I hit "F5" in order to run the debugger, and VS Code automatically opens my default browser, which is Brave. I get the following error on Chrome and Brave: Vague Browser Error I know that hosting is…
Matt C
  • 11
  • 4
1
vote
2 answers

DeprecationWarning: use options instead of chrome_options error using Brave Browser With Python Selenium and Chromedriver on Windows

I want to use Selenium (installed: ver 3.141.0.dist-info) on Python (3.8) which is installed on my Windows 7 64, I Use Brave Browser Version 1.17.73 Chromium: 87.0.4280.67 (Official Build) (64-bit) and Chromedriver (chromedriver_win32-87.0.4280.20)…
1
vote
1 answer

How to read Brave Browser cookie database encrypted values in C# (.NET Core)?

I am attempting to read the encrypted values of cookies using a C# console app. My cookie reader class using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; using…
user6481581
1
vote
1 answer

Add the Brave's homepage to Firefox

I installed Brave for fun, and I am impressed by Brave's homepage which i want to add in to my Firefox's homepage with some changes. As you see above the homepage of Brave has time on right-up corner which I want it to be in center and the…
1
vote
2 answers

gpg: no valid OpenPGP data found while installing Brave Browser

curl -s --no-check-certificate https://brave-browser-apt-nightly.s3.brave.com/brave-core-nightly.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-prerelease.gpg add - I've used this command during the installation of Brave Browser…
dextoruz
  • 11
  • 5
1
vote
0 answers

Weird double loading image on simple html page

I am developing a website page on brave when I noticed unnecessary request were made to the server. So I have tried narrowing the case down to this demo over here to reproduce the weird behavior. Ref:…
Nik
  • 709
  • 4
  • 22
0
votes
0 answers

Default popup no working when pressing the extension icon

I am trying to make a simple extension, that save whatever text is selected. For now, i just created the UI. I have an html file called popup.html linked to a css file. That works alright when trying it with live server. Here's the manifest.json: { …
0
votes
0 answers

How to transfer Brave browser extensions between (Mac) computers?

I transfer files between Mac laptops via an external drive (and concomitantly back all my stuff up) as so: Laptop A > external drive 1 > Laptop B > external drive 1 > Laptop A and so on. Recently my Brave extensions are deleted upon copying to…
Harry Howard
  • 91
  • 1
  • 1
0
votes
1 answer

Tailwind not rendering colors right on my Brave browser

This image is from Chrome, notice the color of the text-red-900 You can see the example output on the right side, the Aa. https://tailwindcss.com/docs/text-color **This image is from Brave Browser, notice the color of the text-red-900 is lighter…
Zlerp
  • 467
  • 7
  • 16
0
votes
0 answers

Brave shows margin on div even with margin set to 0, where as firefox works as intended

There is margin on the right on div element even though I set the margin: 0, It works as expected in Firefox. What is wrong with chrome? Codepen Link

CSS Positing Property

0
votes
1 answer

How to drop shields (allow cookies) for a single specific *extension*?

Brave Shields are set to block all cookies browser-wide. I have granted cookie permissions to the specific handful of sites I need them for. But specific Brave extension (Feedbro, a multi-use local feed reader) requires Brave to allow cookies in…
colorful-shirts
  • 238
  • 1
  • 8
0
votes
1 answer

How do you block video auto-play for a specific URL?

I know you can block an address by adding it to brave://settings/content/autoplay. However, I'm trying to block only the root address of a site, rather than its entirety. I want to block: https://www.example.com But I don't want to…
dev404
  • 1,088
  • 13
  • 34
0
votes
1 answer

Ethers.js Contract call works from Brave browser but fails from Metamask Goerli Testnet

Contract - 0xaB9d2D124E70Be7039d7CCba9AFd06AdC1Bc60C0 All the failed transactions are called from Metamask, and all the successes are called from the Brave browser. It's a basic, "update a contract property" call, nothing crazy. It has always worked…
llama006
  • 7
  • 1
  • 4
0
votes
1 answer

How to use undetected chromedriver with Brave

I want to access a website and use the Brave Brower which I got running. The website opens but Cloudflare hinders me from accessing the site: from selenium import webdriver from selenium.webdriver.chrome.service import Service chromedriver =…
0
votes
0 answers

debugging react project on Brave on Mac giving Unable to launch browser: error

launch.json is as follows: { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:3000", "webRoot":…