Can we customize contrast control per site

Hi, Can I customize contrast control per site, for some sites I want it to be same as system, but for some I want to keep it as `off`. When I use `same as system` settin… (read more)

Hi, Can I customize contrast control per site, for some sites I want it to be same as system, but for some I want to keep it as `off`.

When I use `same as system` setting then github changed file section doesn't render the changes with color. Refer screenshots.

Asked by Amar 5 days ago

Версия 139.0.4 (32-битная)

Добрый день. После каждого обновления Firefox перестают открываться десятки сайтов.

Причем это происходит постоянно, после каждого обновления !

Asked by bigballvinyl 6 days ago

Firefox theme gets overwritten by Firefox colors upon restart.

I have chosen a theme to set on my browser, from Firefox's addons / themes shop, however when I restart Firefox, the colors from Firefox colors overwrite the theme. It's… (read more)

I have chosen a theme to set on my browser, from Firefox's addons / themes shop, however when I restart Firefox, the colors from Firefox colors overwrite the theme. It's weird because when i got to the themes page it still shows as enabled, and I need to disable and enable it again. I'm using Firefox Browser 139.0.4 (64-bit) And Windows 10

Asked by mariana.b91 6 days ago

Firefox keeps reenabling delete browser history after firefox closes

As the title says, firefox keeps reenabling delete browser history when firefox closes on its own. After an update yesterday it seems to have reenabled it AGAIN. Back in … (read more)

As the title says, firefox keeps reenabling delete browser history when firefox closes on its own. After an update yesterday it seems to have reenabled it AGAIN. Back in May near the end of it it also reenabled itself and deleted years of firefox history out of nowhere and I never knew it did so until the next morning when I went to go to a specific part of a site I frequent only to find when typing out the keywords to it, didn't exist.

Found it reenabled itself on its own. Disabled that, and got some semblance of my history remembered again into the system. Made a backup copy of history to some degree into a copy of the places.sqlite file. Yesterday firefox updated again. Closed it last night when i shut off my PC to go to bed and this morning when I opened firefox, I find all my history is gone AGAIN. See delete history when firefox closes is reenabled once more on its own without my permission barely 3 weeks later. I then try to input the backup places.sqlite i made a few weeks ago as well and it gets overwritten by an empty one after I input it back in and open firefox.

I've tried searching for why and how this keeps happening. But every time you search anything on this topic its nothing BUT how to ENABLE the setting, nothing about it auto reenabling and how to stop it or what could be causing it. Web searches are legitimately 0% useful because its just nothing but one sided search results repeating the same thing ad nauseam.

Asked by andorchazar 6 days ago

POP-UPS

When I sign on to AOL, Mozilla suddenly starts sending pop-ups on the right side! I keep clicking them off but another appears a second later. I get the full block full… (read more)

When I sign on to AOL, Mozilla suddenly starts sending pop-ups on the right side! I keep clicking them off but another appears a second later. I get the full block full of notifications numerically which I watch and click on the ones I am interested in. These pop-ups are SO annoying and I dont know how to get rid of them. I've been with mozilla/aol for over 20 years and now that I have a new computer with windows 11 - I'm stuck! Please help

Asked by Maria 6 days ago

CTRL+TAB Has Stopped Working

Until recently Ctrl+Tab and Shift+Ctrl+Tab have work perfectly. Now they do not work at all. Ctrl+Page Up (and Down) works fine. I have used safe mode, rebooted the comp… (read more)

Until recently Ctrl+Tab and Shift+Ctrl+Tab have work perfectly. Now they do not work at all. Ctrl+Page Up (and Down) works fine.

I have used safe mode, rebooted the computer, checked the general settings in Firefox and the problem persists. What can be done to resolve this?

Asked by Bob 6 days ago

Upon opening Foxfire, my window got smaller. How do I make it big, but not full screen

bold text I did something that made my FoxFire window cover 1/3 of the total window on my MacBook Air. It used to cover everything except the bottom and top bar. How do… (read more)

bold text I did something that made my FoxFire window cover 1/3 of the total window on my MacBook Air. It used to cover everything except the bottom and top bar. How do I get it back?

Asked by Joy B 6 days ago

open link in new tab shortcut sometimes doesn't work

I am running Nightly 141.0a1 on macOS 15.5 When I two finger tap on a thumbnail image I see the first option is "open link in new tab" and when I choose it, it does as it… (read more)

I am running Nightly 141.0a1 on macOS 15.5 When I two finger tap on a thumbnail image I see the first option is "open link in new tab" and when I choose it, it does as it says and opens a new tab, at the link, in the background. When I need to do this many times, to save a couple of taps, if I Command single finger tap on the thumbnail then on most sites that same thing happens. My problem is that on some sites this doesn't work. What I get is the link opens in the current tab and a new tab is opened in the background but it shows Unable to connect Firefox can’t establish a connection to the server at localhost.

Is this the particular site messing with Command click or is there a setting I can set that fixes this?

Thanks

Asked by dourateos 6 days ago

Autofill information disappearing on forms with multiple autofill inputs

In the last month or so I'm having an issue where using autofill multiple times on a web form causes some of the autofilled inputs to disappear. For example, if I autof… (read more)

In the last month or so I'm having an issue where using autofill multiple times on a web form causes some of the autofilled inputs to disappear.

For example, if I autofill my contact info first, when I go to autofill my payment information, my contact info disappears. If I try to re-autofill my contact info, then my payment info disappears.

The lost autofill inputs still leave behind yellow boxes as if still containing the autofill text, but the boxes are empty and submitting forms like this will fail, so I'm certain the autofilled information is being removed and not simply going invisible or something.

Asked by Tara Newfield 6 days ago

Mozila desktop

Hello, I don't know what is going, but pages just can't opens. Mozila only working 2 minutes after rebooting PC, and after this don't work again. Internet connection is g… (read more)

Hello, I don't know what is going, but pages just can't opens. Mozila only working 2 minutes after rebooting PC, and after this don't work again. Internet connection is good. Thanks for help.

Asked by makaroni.wot 6 days ago

Browser back button not working without user interact in the web page

Hi, I need help resolving an issue related to browser navigation and the popstate event. Here's the scenario: The user starts on page-1.html. They click a button,… (read more)

Hi,

I need help resolving an issue related to browser navigation and the popstate event.

Here's the scenario:

  • The user starts on page-1.html.
  • They click a button, which navigates to page-2.html.
  • When the user presses the browser back button (without clicking any button on the page), I want to trigger a JavaScript popstate event automatically.

Currently, I'm doing the following:

  • When the user arrives at page-2.html from page-1.html, I show a popup.
  • When the user closes the popup, I manually push a state using history.pushState() to create a backward URL entry.

However, my client’s requirement is to trigger the popstate event without requiring any user interaction on page-2.html, i.e., as soon as the user presses the back button.

Is there a way to programmatically achieve this behavior (ensuring the popstate event is fired) without requiring the user to click anything on page-2.html?

Any guidance or recommended approach would be greatly appreciated.

Thank you.

Asked by Dimuthu Pinsara 6 days ago

Random new browser tabs opening constantly

Recently, every time I click anything, even to open my email messages, new junk tabs open in my browser and it automatically takes me there. It takes forever to do anyth… (read more)

Recently, every time I click anything, even to open my email messages, new junk tabs open in my browser and it automatically takes me there. It takes forever to do anything. I looked at my security and it seems fine as always. This has to stop soon or I need a new browser and I've loved this one for years. SOS

Asked by ediekiss 6 days ago

How do I disable updates? Stop crashing my browser.

Clearly your crappy browser system won't stop crashing my tabs with its stupid updates randomly out of no where while I'm in the middle of working on something. I can't e… (read more)

Clearly your crappy browser system won't stop crashing my tabs with its stupid updates randomly out of no where while I'm in the middle of working on something. I can't even report bugs in games anymore because I go to pastebin to post a crash log, and firefox decides to say 'RESTART FIREFOX TO CONTINUE USING' for no reason. I am very angry, this happens so often its ridiculous. I have updates set to "check and choose" and yet your browser keeps crashing all tabs all windows telling me to restart to continue using, and only today did I realize it said it was related to an update. This is unacceptable behavior. This browser is becoming unbearable. Crashing/updating in the middle of my work is very bad, and this is getting old. Obviously this time it was an unwarranted update, who knows if my browser has even been crashing at all. Just keeps getting disabled for your forced updates. I need them disabled, NOW. I choose when to update. NOT YOU.

Asked by Vas 6 days ago

Mozilla Firefox Arm64 Linux Ubuntu bug of mouse wheel scroll.

Scenario. Open Firefox on Ubuntu Arm64 (Snapdragon X Elite, Asus Vivobook S15). Open any page with scrolling. Try to scroll page via mouse-wheel Result: Firefox cra… (read more)

Scenario.

Open Firefox on Ubuntu Arm64 (Snapdragon X Elite, Asus Vivobook S15).

Open any page with scrolling.

Try to scroll page via mouse-wheel

Result: Firefox crashes.

Asked by psarapkin 6 days ago

Lastpass password extension slowing down Gmail

Forum users : Gmail on my Windows 10 PC runs very slowly when the Lastpass extension is enabled. This ONLY happens with Gmail. In fact I get an alert that Lastpass i… (read more)

Forum users : Gmail on my Windows 10 PC runs very slowly when the Lastpass extension is enabled. This ONLY happens with Gmail. In fact I get an alert that Lastpass is slowing down Firefox. Gmail is fine when the extension is removed. Has anyone else encountered this problem? If so have you found a solution other than removing the Lastpass extension?

Thanks!

Asked by lsimmer 6 days ago

unable to complete transactions

Recently, when I try to buy something off a website, firefox will blank my personal info then when I refill that it blanks my credit card info. Back and forth. Chrome wor… (read more)

Recently, when I try to buy something off a website, firefox will blank my personal info then when I refill that it blanks my credit card info. Back and forth. Chrome works fine, what gives?

Asked by jpsteiger 6 days ago

Most recent Firefox update causing Google search result page to use 110% cpu

Why after the most recent update to version 139.0.4 64bit does any Google search result page on Firefox now use 110% cpu according to about:processes? This isn't the firs… (read more)

Why after the most recent update to version 139.0.4 64bit does any Google search result page on Firefox now use 110% cpu according to about:processes? This isn't the first time a Firefox update has caused this to happen on my computer either. It causes extreme system lag until I'm able to close the Google search result page in Firefox, then everything returns to operating normally. In the past subsequent Firefox updates have resolved the issue but it can sometimes be a while before the next update is released and that one is not always the one that fixes it. Is there something I can do resolve this without having to wait for future updates to be released?

Asked by kwbailey02 6 days ago

Firefox tools customisation

I'm currently on Firefox Nightly on desktop running the latest version. I wanted to know how to turn my Firefox Tools icons back from just having icons at the bottom to … (read more)

I'm currently on Firefox Nightly on desktop running the latest version. I wanted to know how to turn my Firefox Tools icons back from just having icons at the bottom to the list of icons with their names like before. I've attached both images, one from another computer running an older version of nightly which is what I want to return back to.

If there isn't a way to change it back, I would like to suggest this as an option to be able to easily turn back to a list type.

Asked by mooshyrocks 5 days ago