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
votes
1 answer

HTTP redirect does not work in every browser

I am running an HTTP-Server with a ServerSocket and listening for Socket's that the server accepts. I want to redirect to an external site depending the request. So far I parse the request and write the response into the OutputStream of the client…
l2poca
  • 17
  • 3
-1
votes
1 answer

Is there a way to make a browser window wider than 9999px?

I'd like to be able to resize my screen to larger than 9999. Is this possible in modern browsers?
mango
  • 381
  • 1
  • 5
  • 11
-1
votes
1 answer

Shortcuts to 'Move to the Next Sheet' with Brave Browser on Mac

I just switched from using Google Chrome to Brave and I normally use Google Sheets for work. However, I have searched in Google and not yet find a way to use shortcuts for 'Move to the Next Sheet' with Brave Browser on Mac. In Google Chrome, I…
-1
votes
1 answer

How to scrape data from an internal browser page such as "brave://rewards"

Overview My goal is to write a Bash script on WSL2 that pulls data from the Brave browser's home page and stores it in a text file. Specifically, I would like to access the value for 'Brave Rewards' seen in this picture and store it in a Bash…
-2
votes
1 answer

Brave Browser crashed on start

On a M1 Mac the Brave Browser quits after a few seconds right after startup. MacOs: Version 12.4 Brave: Version 1.40.105 Chromium: 103.0.5060.53 (Offizieller Build) (arm64) What can i do do fix this problem?
Manuel
  • 37
  • 8
-2
votes
1 answer

Selenium.webdriver.brave doesn't exist in python. Would you please make it?

Selenium4 Brave Webdriver_manager python My Issue: I want to use Selenium 4 on brave using webdriver_manager written in python. I went to https://pypi.org/project/webdriver-manager/ and installed webdriver-manager and used their code example to run…
-2
votes
1 answer

How to initiate selenium web driver with brave browser using python

My chromium version is 87.0.4280.88 My brave browser version is 87.0.4280.101 I tried a lot of codes but they didn't work. Code: from selenium import webdriver option = webdriver.ChromeOptions() option.binary_location = r'C:\Program Files…
-5
votes
1 answer

JavaScript Math.random algorithm in Brave

JavaScript Math.random function generates random numbers using PRNGs (pseudo-random number generators). Since 2015, major browser JavaScript engines updated to xorshift128+. My question is does anyone know if Brave also does the same?
1 2 3 4
5