Showing questions tagged:

Syncing Tab Groups

[edit] I was using my phone to post this question and inadvertently posted it to the android forum. This is a DESKTOP question. I'm trying to sync my tab groups across my… (read more)

[edit] I was using my phone to post this question and inadvertently posted it to the android forum. This is a DESKTOP question.

I'm trying to sync my tab groups across my desktop/laptop. I have sync enabled through the settings and I've checked every box, but I don't seem to see an option for syncing tab groups specifically. It syncs all of my bookmarks and active tabs, but the groups seem to be unique to each device. Is this feature available? I might be looking in the wrong spot so if anyone has any insight that would be great! Cheers

Archived 1 1362

Firefox Tabs Crashing

Hi, Firefox version: 139.0.4 (64-bit) OS: Windows 11 I have been having issues where Firefox tab will just crash out for no reason it appears and it happens at random tim… (read more)

Hi,

Firefox version: 139.0.4 (64-bit) OS: Windows 11

I have been having issues where Firefox tab will just crash out for no reason it appears and it happens at random times and once the tab start to crash, and I restore it, it will crash again and again. The only way tog et out of the loop is to restart Firefox.

I have tried: Refreshing/Reset, Clearing Cache and History removing all themes, disabling extensions, disabling my anti virus. Turning off hardware acceleration didn't make any different.

I currently have 2 extensions enabled: uBlock Origin 1.64.0 and Bitwarden Password Manager 2025.5.0

In the about:Crashes I have reported them all and they seem to have the same type of reasons in the Raw data/Minidump which are: EXCEPTION_ACCESS_VIOLATION_WRITE EXCEPTION_ACCESS_VIOLATION_READ

Any help as to what to try next?

Gaz

Archived 13 1082

caret_left_24_filled.svg ??

I found this file on my desktop. File type is Firefox HTML Document. Size 1KB. I've never noticed this before and wonder it I should delete it, move it, or what. Anything… (read more)

I found this file on my desktop. File type is Firefox HTML Document. Size 1KB. I've never noticed this before and wonder it I should delete it, move it, or what. Anything to worry about? I haven't opened it.

Thanks for any enlightenment you can offer!

Solved Archived 2 826

Video still auto plays even though AutoPlay is blocked for both Audio and Video

On certain websites , the audio and video still auto play even though the option, "AutoPlay" is blocked for both audio and video. Please see the attached screenshot whi… (read more)

On certain websites , the audio and video still auto play even though the option, "AutoPlay" is blocked for both audio and video.

Please see the attached screenshot which shows that auto play is blocked, it is circled in red. While the video has auto played, circled in orange with a timestamp of 17 seconds being played prior to it being manually stopped.

Please fix this issue.

Solved Archived 9 752

Must disable ad block to use youtube with adds. How to do this? thanks

I have been watching YouTube for years, issue free. This week I was blocked, as my computer may be blocking ads and thus violating You Tubes policy. How can I find and… (read more)

I have been watching YouTube for years, issue free. This week I was blocked, as my computer may be blocking ads and thus violating You Tubes policy. How can I find and disable ad block programs/ extensions, thus allowing me to get back on You tube. I can recognize an outright program, but do not knew if extensions are in play that are not obvious to me. THANKS

Solved Archived 5 608

Modifier Keys will not work at the same time in Developer Edition

I have 2 instances of Firefox: I use stable for all my professional work, and I use Developer Edition (Aurora Channel) for personal things. The stable branch works fine. … (read more)

I have 2 instances of Firefox: I use stable for all my professional work, and I use Developer Edition (Aurora Channel) for personal things. The stable branch works fine. In Aurora though, certain key combos will not work. This even persists in troubleshooting (safe) mode.

Specifically, it seems anything using both ctrl+alt will not register alt, only ctrl. alt, alt+shift, and ctrl+shift all seem to work fine, but ctrl+alt and ctrl+alt+shift do not. Again, this works fine in stable, so I am clueless as to why it doesn't work in my other instance.

Another detail is that this happens on multiple websites, not just one. The post prominent one is Google Sheets. In sheets, you can insert the date using `ctrl+;`, the time using `ctrl+shift+;`, and both using `ctrl+alt+shift+;`. Inserting them separately works fine, but both causes only one to insert.

Solved Archived 7 587

Customization Panel, Under The Wallpapers Section

Today (06/12/2025) upon opening a new tab, Firefox slid the new option of uploading a custom picture to apply to the background. Tried the new feature, now I can not find… (read more)

Today (06/12/2025) upon opening a new tab, Firefox slid the new option of uploading a custom picture to apply to the background. Tried the new feature, now I can not find the setting that allows me to change the picture. I read the thread "Customize your wallpapers". The instructions are as follows; You can personalize your Firefox New Tab page by adding one of the available wallpapers. Follow these steps:

  1. In the right corner of the New Tab page, click the gear IG settings icon.
  2. In the customization panel, under the Wallpapers section, you will see different categories like Solid colors, Abstract and Photographs.
       Click the category you prefer. For example, selecting Abstract will show a variety of abstract designs. 


The problem I have is the customization panel is no where to be seen, I have click on EVERYTHING possible, it is not in my settings, why? How do find this?

Solved Archived 5 532

Firefox ratings of Amazon reviews have disappeared

Why have ratings of reviews on Amazon disappeared and how do I restore that feature? I do not see a price tag in the upper righthand corner. I'm running Firefox on a PC w… (read more)

Why have ratings of reviews on Amazon disappeared and how do I restore that feature? I do not see a price tag in the upper righthand corner. I'm running Firefox on a PC w/Windows 10.

Solved Archived 3 526

Chinese hanzi instead of Japanese kanji are rendered on websites

Hello, I'm a bit out of ideas how I can get Firefox to display the correct characters. For reference: https://learnjapanese.moe/font/ Windows: I only have german and japa… (read more)

Hello,

I'm a bit out of ideas how I can get Firefox to display the correct characters. For reference: https://learnjapanese.moe/font/

Windows: I only have german and japanese locale installed, i even changed in intl.cpl the language to japanese. I have installed the japanese language pack / fonts and it's showing correctly in any windows editor.

Firefox: Second language set to japanese, disabled all addons, tried it on private mode to no success.

Any ideas how I get the characters to display?

Edit: I made it work by changing in about:config the font.cjk_pref_fallback_order-string to have ja as first.

Solved Archived 1 498

ExtensionSettings policy

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedl… (read more)

We're exploring adopting a default deny policy for Firefox extensions in our enterprise. However when I tested this by creating a custom policies.json Firefox unexpectedly removed all extensions for me, including the ones I thought I had allow listed. Here is my policies.json but just keeping in the Facebook Container add-on to illustrate:

{

   "policies": {
       "ExtensionSettings": {
           "*": {
               "blocked_install_message": "Only approved Firefox extensions can be installed, please email your request to itdept@example.org",
               "installation_mode": "blocked",
               "allowed_types": ["theme", "dictionary", "locale"]
           },
           "@contain-facebook.xpi": { "installation_mode": "allowed" }
       }
   }

}

What I would like is to to allow pre-approved extensions (including if they already are installed) and all other types of add-on, but remove and prohibit installation of unapproved extensions.

Can anyone assist, please?

Solved Archived 5 479

Issue Report: Automatic Page Refresh Causes Data Loss in Forms

I am writing to report an issue with the page frequently auto-refreshing. This feature causes a significant disruption, especially when I am in the middle of entering inf… (read more)

I am writing to report an issue with the page frequently auto-refreshing. This feature causes a significant disruption, especially when I am in the middle of entering information into data fields, such as forms, passwords, or One-Time Passwords (OTPs).

Every time the page automatically refreshes, all the data I have input is lost, forcing me to restart the process from the very beginning. This happens repeatedly and is extremely frustrating.

I request that this auto-refresh functionality be disabled. It would be much better if the refresh action could only be initiated manually by the user. This would ensure that data being entered remains intact without interruptions that cause the process to restart.

━━━━━━━━━━━━━━━━━

Subject: Issue Report: Automatic Page Refresh Causes Data Loss in Forms

Problem Description: The page/screen automatically and continuously refreshes on its own without user command.

Impact of the Issue: This automatic refresh is highly disruptive because:

1. It erases all data currently being entered into forms (e.g., user details, passwords, OTPs).

2. It forces the user to repeatedly restart the data entry process from scratch.

3. It significantly hinders and slows down the completion of any task on the page.

Suggested Solution: Please disable the automatic refresh feature. The refresh action should be user-initiated only (e.g., via a manual refresh button or a "pull-to-refresh" gesture) to prevent data loss during input. Thank you.

Archived 1 459

Did Not Connect: Potential Security Issue

Did Not Connect: Potential Security Issue Firefox detected a potential security threat and did not continue to nrega.nic.in because this website requires a secure connect… (read more)

Did Not Connect: Potential Security Issue

Firefox detected a potential security threat and did not continue to nrega.nic.in because this website requires a secure connection.

What can you do about it?

nrega.nic.in has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site.

Probably nothing, since it’s likely there’s a problem with the site itself.

Solved Archived 1 442

How to change order of Firefox toolbars

Hi Please could someone help me re-order my firefox toolbars. Previously I managed to arrange them in the order I prefer, but an update seems to have destroyed the orde… (read more)

Hi Please could someone help me re-order my firefox toolbars. Previously I managed to arrange them in the order I prefer, but an update seems to have destroyed the order again, and I can no longer find the web page which explained how to do it. reading from the top, I would like to see: • Title bar • Menu bar • Navigation toolbar • Bookmarks toolbar • Tabs toolbar • Web content area

Instead I have • Title bar • Menu bar • Tabs toolbar • Navigation toolbar • Bookmarks toolbar (I even seem to have lost this now and don't know how to get it back!) • Web content area Thanks for any help that can be provided. Brox

Solved Archived 5 433

Bookmarks and new tabs

When using the new version of Firefox, I found that bookmarks only appeared in new tabs. Once I opened other web pages, there were no bookmarks above the screen, which ma… (read more)

When using the new version of Firefox, I found that bookmarks only appeared in new tabs. Once I opened other web pages, there were no bookmarks above the screen, which made me feel inconvenient. Previously, the new tabs could also be customized, but now they can only be blank or the default pages of Firefox. So, can the new version of Firefox solve these problems? Or which of the older versions of Firefox can still meet my requirements?

Archived 2 432

Firefox 139.0.1 x64 (Windows 11) is very slow to work with HTTPS

Once I visit any web site that uses HTTPS there is approximately a 90% chance it'll take seconds or even minutes to secure the connection. This never happens on other bro… (read more)

Once I visit any web site that uses HTTPS there is approximately a 90% chance it'll take seconds or even minutes to secure the connection. This never happens on other browsers as they load such pages instantaneously.

I already cleaned my data up and removed the extensions, both suspected and innocent bystanders, to no avail.

As stated in the title, I'm using Firefox 139.0.1 x64 on Windows 11 (24H2, build 26100.4061). This started happening after an automatic Firefox update, I never changed anything in my system configuration.

Archived 2 416

Firefox crashing immediately after install, won't open

I'm trying to install Firefox on my work computer (ARM64 version), but when I do I'm getting the crash report window at the end of the installation process (multiple time… (read more)

I'm trying to install Firefox on my work computer (ARM64 version), but when I do I'm getting the crash report window at the end of the installation process (multiple times in a row), if I try to open the browser (only once), and during the uninstallation process (also multiple times in a row). I've tried a clean reinstall multiple times, including deleting the folders from program files, %APPDATA%, and all registry entries I could find (HKEY_CURRENT_USER>>SOFTWARE, HKEY_LOCAL_MACHINE>>SOFTWARE, HKEY_LOCAL_MACHINE>>SOFTWARE>>WOW6432Node).

I've contacted IT and they don't seem to think anything pre-installed should be affecting this. I'm unable to get a crash ID as I'm unable to even start the browser - all I get is the Firefox crash reporter, immediately. Is someone able to help me figure out why I can't get this working?

Solved Archived 4 415

sync doesn't pair

Trying to sync tabs with my desktop machine. Following the screen instructions, I am signed into my Firefox account on both the phone and desktop, a QR code is displayed … (read more)

Trying to sync tabs with my desktop machine. Following the screen instructions, I am signed into my Firefox account on both the phone and desktop, a QR code is displayed on the desktop machine, but there is no "Ready to Scan" button on the phone. What now?

Open 2 406

How to restore bookmarks from a bookmarksbackup .jsonlz4 file on a mac

Hello, FF 139.0.4 on MAC Sequoia15.5. Lost ALL references to bookmarks, i.e. Bookmarks Toolbar totally gone. How can/do I restore from .jsonlz4 file in bookmarkbackups.… (read more)

Hello, FF 139.0.4 on MAC Sequoia15.5. Lost ALL references to bookmarks, i.e. Bookmarks Toolbar totally gone. How can/do I restore from .jsonlz4 file in bookmarkbackups. Also, will I be able to salvage my previous profile, presumably containing my older "Tabs on Bottom" work-around? Alternatively, is there a process to restore JUST Firefox from Time Machine? Appreciate any advice.

Solved Archived 2 399