Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
175 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 ...
anurag's user avatar
  • 1,840
1 vote
0 answers
23 views

Is there a difference in the capacity of textarea elements between Firefox and Chrome-based browsers?

I was breaking the undo/redo chain in textarea elements and handling it manually to make it persist across sessions, and found that it worked well in Firefox but not in anything chrome. To make sure ...
Gary's user avatar
  • 2,787
0 votes
0 answers
117 views

How to reduce header size through browser in all api request?

I am trying to make some API calls from my browser (Chrome or Brave) , but I noticed that the browser automatically adds some headers to my requests which makes every API not working, Giving such ...
Rajanboy's user avatar
  • 2,546
0 votes
1 answer
170 views

why my live server is not working on google chrome?

When i click on "live sever" from visual studio it opens Google Chrome but my css is not working. When i copy the link on Brave it works... [This is the CSS] * { color: green; } #parrafo {...
loli zamudio's user avatar
-1 votes
1 answer
306 views

PHP 500 SERVER ERROR - DevTools failed to load source map: Could not load content for chrome-extension (ERR_BLOCKED_BY_CLIENT)

Language used : PHP I've got "PHP 500 SERVER ERROR - DevTools failed to load source map: Could not load content for chrome-extension (ERR_BLOCKED_BY_CLIENT)" when I post a form. Sometimes it ...
Elodie Muller's user avatar
0 votes
0 answers
163 views

Error on printing html (with internal links and page breaks) to pdf

<html> <body> <a href="#page2">page 2</a> <div style="break-after:page"></div> <a id="page2" href="#page3"&...
user1424739's user avatar
  • 13.1k
0 votes
1 answer
294 views

How to ensure when a html file is printed pdf, at some points new pages must start?

https://stackoverflow.com/questions/74871408/how-to-print-multiple-html-files-into-a-single-pdf-file The current question stems from the above question. If I merge multiple HTML files into a single ...
user1424739's user avatar
  • 13.1k
-1 votes
1 answer
438 views

How to use brave to automate printing html to pdf?

I currently manually open HTML files using Brave browser and print the files to PDF files. I want to automate this process in the command line. Is there a way to do it? Since Brave is based on ...
user1424739's user avatar
  • 13.1k
14 votes
0 answers
2k views

iOS : Universal links are not working when set default browser is Chrome/brave(other then safari)

In our iOS universal links for our app is not opening our application when we tap on the link. This is happening only when the default browser in iPhone is set to Chrome or brave (other than safari). ...
Nagaraju kamatham's user avatar
1 vote
1 answer
1k views

API failing on brave browser but working in chrome and microsoft Edge

In the beginning luckyOrange is sending some request to the API: https://settings.luckyorange.net to fetch some content. The actual Request URL for this API, which is being shown in other browsers ...
Jitinder Singh's user avatar
5 votes
2 answers
6k views

Clear cache for just one site (Brave or Chrome or Opera browsers)

While developing, I often need to clear cache data - but just wish to do so for one site. I don't see any such option under History -> Clear browsing data
cssyphus's user avatar
  • 39.4k
0 votes
0 answers
21 views

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

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 <section> <h2>CSS Positing ...
space-goblin's user avatar
1 vote
0 answers
273 views

Can't get Chrome/Brave on Mac to render bold font on my stylesheet

I'm trying to dial in my blog's stylesheet nicely, and I can't get bold to work on my mac on Chrome/Brave. It renders fine on Safari, and renders fine on Chrome/Brave on my Android device. This blog ...
Andrew Parker's user avatar
0 votes
0 answers
734 views

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", ...
Abdul Mahamaliyev's user avatar
1 vote
2 answers
581 views

document.execCommand('removeFormat') failing on Chrome when trying to remove format set by document.execCommand('hiliteColor')

I'm adding a background to some selected text in a contenteditable element via document.execCommand('hiliteColor', false, '#d4ecff');. If the selected text contains some formatting tags (<b></...
Lo Bellin's user avatar
  • 494

15 30 50 per page