update browser
its old version of browser please update
its old version of browser please update
Why isn't there a simple means to remove/prevent searches for the address bar, using config doesn't work. I've used Firefox for over twenty years, this annoyance will end… (மேலும் படிக்க)
Why isn't there a simple means to remove/prevent searches for the address bar, using config doesn't work.
I've used Firefox for over twenty years, this annoyance will end that and force a move to Brave.
the fire fox vpn is not working it wont let me conect to it
where are the extension that I had before you forced this stupid upgrade? This intrusive microsoft like BS. I hate this kind of crap.
I have been asked to update the browser but I have been having issues
I have installed the .deb version of Mozilla Firefox on Ubuntu. It was recently replaced by unattended-upgrades with the snap version. I get the impressions that is due t… (மேலும் படிக்க)
I have installed the .deb version of Mozilla Firefox on Ubuntu. It was recently replaced by unattended-upgrades with the snap version. I get the impressions that is due to the fact that unattended-upgrades does not consider https://packages.mozilla.org/apt/dists/mozilla/Release as a source when running.
It seems that it would be possible to configure unattended-upgrades to include https://packages.mozilla.org/apt/dists/mozilla/Release.
The current value for "Origin" in https://packages.mozilla.org/apt/dists/mozilla/Release is "namespaces/moz-fx-productdelivery-pr-38b5/repositories/mozilla" (to me pr-number looks like a pull request).
I would like to confirm whether or not this is a stable value for Origin, and if not - can a stable value be allocated?
Is it possible to run the vpn automatically when i open firefox?
when I try to sign in to face book I go through the sign in procedure and get stuck in a loop right back to the sign in page. I tried clearing my cash and cookies to no a… (மேலும் படிக்க)
when I try to sign in to face book I go through the sign in procedure and get stuck in a loop right back to the sign in page. I tried clearing my cash and cookies to no avail. Help!
I checked and borh of my Lenovo Chromebooks are running the 2026 version. Neither one will allow me to import bookkmarks . Is there a version I need other than the prov… (மேலும் படிக்க)
I checked and borh of my Lenovo Chromebooks are running the 2026 version. Neither one will allow me to import bookkmarks . Is there a version I need other than the provided by Google?
So, I recently updated my copy of Mozilla Firefox, and I noticed something strange. The button for the built-in VPN is disproportionately large to other buttons and click… (மேலும் படிக்க)
So, I recently updated my copy of Mozilla Firefox, and I noticed something strange. The button for the built-in VPN is disproportionately large to other buttons and clickable elements. I don't see it in the release notes, so I doubt this is an intentional design choice by the UX team, at least I hope it isn't. Any help will be greatly appreciated, as it is really distracting.
If it helps, I'm using Mozilla Firefox 151.0.2 running under GNU/Linux Debian 13 Trixie as a Flatpak.
After all of those years, am I witnessing now that FF literally failing? How could it become mysterious by that it lets user's location leaked to github even though: - th… (மேலும் படிக்க)
After all of those years, am I witnessing now that FF literally failing?
How could it become mysterious by that it lets user's location leaked to github even though: - third-party HiFi company VPN is active and in OpenVPN UDP/TCP, Wireguard, IPv6 On/Off, etc... - No bookmark to corresponding website - Cache and website data were so-called cleaned, - Other browsers don't give that symptom, only FF - No related plugin, out of only 3
it's impossible to find out how it lends to the language and region query of this website every time after cleaning. Is FF getting closed app?
Is that a no-way-to-explain effect of language models' evolution is exponentially higher in every 4 months after two years?
Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a drop… (மேலும் படிக்க)
Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a dropdown for the search engine appears in the left of the URL bar (see attached screenshot). I have verified this on a new, blank profile. Is there a way to restore the old behavior?
There are certain websites that, on firefox only, display apostrophes and quotations as Russian letters. For example, on google docs, if I type "He's such a great friend"… (மேலும் படிக்க)
There are certain websites that, on firefox only, display apostrophes and quotations as Russian letters. For example, on google docs, if I type "He's such a great friend" it will display уHeТs such a great friendФ. When I open the document on the app, it is normal, but I haven't been able to figure out why it does this on my computer. I use Mozilla Firefox for Fedora 149.0.2 for reference.
I used to paste a text selection (temporary clipboard) into the URL bar and it would replace the loaded text/url. Now, it inserts it to the existing content at the point … (மேலும் படிக்க)
I used to paste a text selection (temporary clipboard) into the URL bar and it would replace the loaded text/url. Now, it inserts it to the existing content at the point of the cursor. Why does it do it now? Is this an option i have to disable or is it a bug?
This is on v151 now
At some point I decided to use default tab wallpapers by Mozilla. With an update of home menu 151.0 , there is a new logo in the center "Firefox". You can see it on (scre… (மேலும் படிக்க)
At some point I decided to use default tab wallpapers by Mozilla. With an update of home menu 151.0 , there is a new logo in the center "Firefox". You can see it on (screenshot 1). It covers any background picture, in my case a tail of the fox. I can't figure out how to hide this logo. I have one icon on my taskbar already; having it in the layout is just a redundancy. Obviously i know that i use Firefox there is no need to remind me that
A little extra note: The layout reflow of the logo works bad when the window is resized. It's not centralized.(screenshot 2).
The only band-aid that i see is in Settings >> New tabs >> Blank Page. It turns of wallpapers and whole layout of homepage which is not my target (screenshot 3).
I use Ubuntu 24.04.4 LTS , snap Firefox 151.0.1
A while ago I made some changes in about:config and also in my ~/.config/gtk-3.0/gtk,css file so as to control my scrollbar and slider -- making them more visible: /* Log… (மேலும் படிக்க)
A while ago I made some changes in about:config and also in my ~/.config/gtk-3.0/gtk,css file so as to control my scrollbar and slider -- making them more visible:
/* Log out, and back in for these changed to take effect: */
scrollbar { background-color: #cccccc; }
scrollbar slider { min-width: 20px; }
/* dark green: pointer is not in the active window */ scrollbar slider:backdrop { background-color: #00aa00; }
/* green: pointer is in the active window but not on a slider */ scrollbar slider { background-color: #00ff00; }
/* dark red: pointer is hovering over slider but mouse button not pressed */ scrollbar slider:hover { background-color: #aa0000; }
/* red: slider is active */ scrollbar slider:hover:active { background-color: #ff0000; }
/* No effect: */ /* scrollbar-color: blue white; */
... it works half the time. Some pages obey the above settings but other pages continued to show a scrollbar about a mm wide with the slider so faint as to barely be visible. So, in 'about:config' :
widget.non-native-theme.scrollbar.size.override 30
... at least made the narrow scrollbar a bit wider. But how to change it's color? Doing this in a file:
~/.mozilla/firefox/5dqk4533.default/chrome/userContent.css:
html,body{
scrollbar-color: yellow blue !important; } .... doesn't change anything. Is there some complete guide to controlling the srollbars? Nice if it could all be handled in one place of course.
I ran the commands listed in the instructions for installing Mozilla VPN with Linux and I got the following error after running the following command: pub/{getline; gsub… (மேலும் படிக்க)
I ran the commands listed in the instructions for installing Mozilla VPN with Linux and I got the following error after running the following command:
pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}'
I need to know what I need to do in order to continue on with the istallation
I submitted a bug last to Bugzilla last Sep. that seems not yet to be assigned to anyone, and a bug two days ago that wasn't acknowledged. Is the Bugzilla site working? … (மேலும் படிக்க)
I submitted a bug last to Bugzilla last Sep. that seems not yet to be assigned to anyone, and a bug two days ago that wasn't acknowledged. Is the Bugzilla site working? Should I be doing something else to report the bug?
I use Linux Mint and I have been experiencing numerous system crashes involving Firefox which requires a cold boot. What is the problem? How can I debug this? Are you get… (மேலும் படிக்க)
I use Linux Mint and I have been experiencing numerous system crashes involving Firefox which requires a cold boot. What is the problem? How can I debug this? Are you getting crash reports?’
This happens several times a week. It has happened continuously tonight since installing the latest update via the Software Manager.
The program causes a total freeze of the OS. All other running programs and all input sources. I have no choice but to shut down via the power button on the tower.
Mint generates crash reports but I have no way to determine if they are being sent to Mozilla.
Firefox for Linux does not provide a troubleshooting system like it does on Windows. Neither does Mint.
I studied Computer Science in the 80s when Firefox was known as Navigator. I learned C and the Unix OS, but since then I became a psychologist, and don't remember too much of the Com Sci stuff I learned and I don't think Mint allows user modifications anyway.
What can be done to fix this? I don't have the Benjamins to buy a new Windows to replace the Linux, nor do I want to.
Where is the Firefox VPN?