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
2
votes
0 answers

canvas.toDataURL blocked by Brave Shield cross site device-recognition

I am currently working on a webapp which will be used to upload files after a resize. When I am working on localhost:3000, the resize process works like a charm, but when I am working on 192.168.0.5:3000 for example (or another domain),…
TBouder
  • 2,539
  • 1
  • 14
  • 29
1
vote
1 answer

Chromium browser (Brave) default home page URL

I made a browser extension that overrides the new tab page for brave (it also works on chrome), and I want to add a button that opens the original page so that I can see the stats shown there. Is there an URL I could have this button go to? If there…
Findirfin
  • 13
  • 5
1
vote
0 answers

Brave Browser / Bug with scrolling - Return to top of the page

there is a bug regarding scrolling when opening https://www.streampicker.de/ with the Brave Browser. After scrolling down a bit, the website jumps back to the top. Video to show it in action:…
David
  • 11
  • 2
1
vote
1 answer

Brave: On , Refused to load the font 'data:application/font-woff…' because it violates the following Content Security Policy directive…

The website works fine on all other browsers I've tested it on. On the Brave browser, an error occurs for line 1 of my index.html file (Which is ): Refused to load the font 'data:application/font-woff...' because it violates the…
OIRNOIR
  • 33
  • 6
1
vote
1 answer

Is there a command line option to start Brave browser with Shields down by default?

I'm using Selenium with Python and I'm trying to access a website which is broken if the Brave Shields are up, and in particular if blocking fingerprinting. I'd like to find a way to disable Shields or just the blocking of fingerprinting via…
1
vote
1 answer

Why Puppeteer not working in Brave™ portable?

All versions Works fine But , in the Brave™ portable from portapps (Edited Version) ,not working i use puppeteerSharp with Plugin Extrasharp, so when i try to open the browser , the browser open but without navigation , this is the output of browser…
1
vote
0 answers

Opacity not aplying correctly on Brave browser

i am working on a website and i have a problem with an opacity transition on brave. i have a navbar at the top and an overlay that gets darker when i hover the navbar items, the thing is that the opacity on hover is .5 but sometimes it aplies as 1…
1
vote
0 answers

How to configure Chromium-based Brave browser to persist DevTools script ignore list

DevTools allow scripts to be blackboxed/ignored so they will never open in the debugger even when you choose to step into one of its functions. Brave v1.34.80, however, appears to be clearing these settings each time I launch. How can they be…
Matthew K
  • 973
  • 6
  • 21
1
vote
3 answers

How to suppress the product analytics notification bar within Brave Browser initiated through Selenium and ChromeDriver using Python

I'm able to lauch the Brave Browser using Selenium, ChromeDriver and Python Code trials: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service options =…
1
vote
2 answers

In the Browser dev tools in console the output is different after refresh

I'm currently learning javascript. Therefore I'm often in the Brwoser's dev tool, in the console tab. Now there is something that I can't explain. The output in the console log is different after refreshing the webpage. Either it is like the upper…
1
vote
2 answers

Use Selenium with Brave Browser pass service object written in python

#TLDR I want to use brave browser with selenium written in python but can't find any current solutions that work. This code works from selenium import webdriver option = webdriver.ChromeOptions() option.binary_location = r'C:\Program…
1
vote
0 answers

I have a problem when copying and pasting the text from PDF file from my computer in Chrome and Brave Browser

I'm facing a problem with copying the text from PDF to anywhere else in Google Chrome, Brave and Microsoft Edge. (Other browsers are not on my computer). This is what I mean. I have a PDF file on my computer that is opened via Brave Browser. It's…
Olga
  • 61
  • 3
1
vote
0 answers

Flutter installation error in windows in cmd

Can anyone help me with how I solve these 3 error? I used flutter doctor --android-licenses but It's also not working. Also, I set a brave browser path But got the same error. I download many SDKs to solve 3 errors but it's also not working.
1
vote
1 answer

How do inactivate Brave Shields in a Selenium script?

I want to access websites including their ads with Selenium in my brave browser. But Brave has a built in adblocker (Brave Shields), which prevent Selenium from seeing ads. How can I start brave without Brave Shields? Is there some options-argument,…
K.Adi
  • 33
  • 4
1
vote
1 answer

Can a browser extension read a website's cookie?

I am creating cookies like below. I know that website A can't read a cookie from website B, but I was wondering if a plugin could do so? I have a browser extension/plugin which has a minimalist interface and provides for login capabilities, but it…
puk
  • 16,318
  • 29
  • 119
  • 199