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
1 vote
2 answers
562 views

getting the url of the current open tab of opera, firefox and Brave browser using pywinauto

I am working on a project that requires the URL of a tab open in a browser window. Till now I have done the code for Chrome and Edge but am unable for Opera, Firefox, and Brave browser. Any amount of ...
Shuvadip Ghosh's user avatar
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 votes
1 answer
434 views

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 ...
l2poca's user avatar
  • 17
1 vote
1 answer
365 views

React.js: SVG is not being displayed properly in Chrome/Brave/Edge

How I import .svg files: import khinkali from "./imgs/khinkali.svg"; import fritters from "./imgs/fritters.svg"; import kebab from "./imgs/kebab.svg"; import pancakes ...
aetrnm's user avatar
  • 692
-1 votes
1 answer
164 views

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

I'd like to be able to resize my screen to larger than 9999. Is this possible in modern browsers?
mango's user avatar
  • 431
0 votes
0 answers
93 views

javascript execution on different browsers

on click of "click me" button in below code I have observed different behaviour on Firefox and Brave/Chrome. Below is the behaviour for each browser, when "click me" button is ...
Gurdeep Singh Sidhu's user avatar
5 votes
2 answers
3k views

Can firefox's multi-account containers extension be replicated in chrome or chromium based browsers?

I love the firefox extension multi-account containers. I want to switch to brave browser but I can't find a good alternative. Is it a functionality that can only work in firefox due to API limitations ...
Aggressive-Support35's user avatar
4 votes
2 answers
2k views

bookmarklet functionality missing in Firefox Android?

I am trying out bookmarklet functionality on a mobile platform (Android 10). The bookmarklet is named test and points to the code javascript:alert('boo') How I test: Save the bookmarklet as ...
grobber's user avatar
  • 1,143
0 votes
0 answers
75 views

sorting an array of objects : did you notice different results with Chrome versus Firefox [duplicate]

I was using Brave (then I checked with Chrome 81) and couldn't get a correct sort: no sorting at all. Then I tried with Firefox 74 and the result is correct !?!?! I can't believe this is a Chrome ...
allez l'OM's user avatar
1 vote
1 answer
550 views

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 ...
HushAtom's user avatar
  • 480