Вы просматриваете вопросы по теме:

cAN YOU PLEASE GIVE A SOLUTION THAT WORKS To remove 'Profiles' icon from menu bar on firefox 153.0.1 (64-bit?

Running on Windows 11. There are many supposed "solutions" on the Web, but none of them work. I have tried with: about:config, css files, etc. None of them work. I like … (читать ещё)

Running on Windows 11. There are many supposed "solutions" on the Web, but none of them work. I have tried with: about:config, css files, etc. None of them work.

I like Firefox greatly, but this is so frustrating.

The developers have created a solution to a problem that didn't exist. The result is to make Firefox user clumsy.

It would have been nice if they - at the very least - had provided a way to change the 'Profiles' icon position on the menu.

Again, Firefox 153.0.1 (64-bit) on up-to-date Windows 11. Amd Ryzen 5, 6 core processor, 32 GB Ram, 500 GB SSD C drive = 197 GB free.

Решён 10 20

Accidentally removed extensions button. Want to add it back (for 3 add-ons within that button). Icon not in "customise toolbar"

After my bitwarden add-on failed me, I remembered ChatGPT helping me with this another time - but I got it wrong. I right clicked the extensions button (I have 3 add-ons … (читать ещё)

After my bitwarden add-on failed me, I remembered ChatGPT helping me with this another time - but I got it wrong. I right clicked the extensions button (I have 3 add-ons falling under that button) and removed from tool bar, thinking I could then reinstall it and the Bitwarden issue would rectify.

Instead, the extension icon disappeared, and is nowhere to be located. ChatGPT wants to do some reconfiguring but surely there's a better way. I have looked in "customise toolbar" (ie, right click toolbar, click customise toolbar and look for the icon" - but the puzzle piece icon is not there.

Surely I have hidden the puzzle piece icon somehow and I need to do some sort of magic to make it reappear... Have never had this issue with Firefox previously.

Архивировано 10 507

Toolbar shows up in fullscreen when I keep my cursor on the top of the screen.

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong? Also the fullscreen animation fix using the about:config settings doesn't … (читать ещё)

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong?

Also the fullscreen animation fix using the about:config settings doesn't work either.

Thanks in advance :3

Решён Архивировано 10 287

Firefox 146 active bookmark aggressive bookmark color

I have upgraded my Firefox to version 146 and I have a disruptive color of active bookmark in left sidebar. How could I change this color into moderate one - dark grey. … (читать ещё)

I have upgraded my Firefox to version 146 and I have a disruptive color of active bookmark in left sidebar. How could I change this color into moderate one - dark grey.

Архивировано 10 388

Firefox icons on Windows11 taskbar

I have a Firefox icon on my Windows11 desktop, Start, and one on the taskbar. If I click one either the Firefox icon on the desktop or Start I will get another icon on th… (читать ещё)

I have a Firefox icon on my Windows11 desktop, Start, and one on the taskbar. If I click one either the Firefox icon on the desktop or Start I will get another icon on the task bar and I can do this over and over on my personal desktop getting many Firefox icons.

I just purchased a new Dell Windows11 desktop and have installed Firefox. I set it up just like my personal desktop and have icons on the desktop, Start, and taskbar but every time I click the Firefox desktop or Start icon I don't get a separate icon in the taskbar but they pile up behind the original Firefox on the taskbar. If the cursor hovers over the Firefox icon then I can see the multiple Firefox homepages that I generated.

I have searched for an answer to this problem but have been unsuccessful. I would really appreciate some thoughts on this issue. Firefox has been my one and only browser for many years and I love it 99% of the time, just not this one time. :-) Thank you in advance. Chuck Hall

Решён Архивировано 9 743

Firefox 140 - Now have issues with background colors in Sideview bookmarks

Hello all: Just downloaded version 140 and ran into an immediate "visual/appearance" problem with regard to the background color(s) of the sidebar bookmarks view. Many t… (читать ещё)

Hello all:

Just downloaded version 140 and ran into an immediate "visual/appearance" problem with regard to the background color(s) of the sidebar bookmarks view. Many themes now have totally dark sidebar colors and not readable (see screenshot image upload with this posting). I always have my bookmarks (almost 1200 of them) displayed in my sidebar, and this is the first time an issue like this has arisen with a Firefox update.

To remedy this scenario, I must use very light colored themes that have a white background when you bring up the sidebar bookmarks. If not, everything is totally dark and unreadable.

Any ideas or help on this one?

Решён Архивировано 9 449

why is the upload window suddenly using dark view rather than light?

When uploading a file to attach to another app...the upload window opens up in dark mode. I don't like this and I did not change anything but it happens repeatedly. i h… (читать ещё)

When uploading a file to attach to another app...the upload window opens up in dark mode. I don't like this and I did not change anything but it happens repeatedly. i have checked all options in settings to make sure the light mode is checked. Why is this happening. i did not change anything. Please advise. Thanks

Открытый 9 1 70

Bookmarks spacing

A folder on the bookmarks menu that stroes individual bookmarks, fills half the screen of a standard 1080p screen with totally empty white space. The padding in between e… (читать ещё)

A folder on the bookmarks menu that stroes individual bookmarks, fills half the screen of a standard 1080p screen with totally empty white space.

The padding in between each and every single bookmark, in any place that can store bookmarks, will be filled by at least 3 or 4 mm of empty white space. Between every single bookmark.

This is a huge amount of completely pointless scrolling.

Do you have an RSI? No?

Good for you. I, sadly do.

Has there been a fix for this cos the chrome folder .css "fix" is not working for me.

If i cant solve this i am going to change browsers. I dont care. I love Firefox and used it since the netscape days in the 90's, but am not going in for another surgery since you people insist of giving people more RSI's.

Архивировано 9 110

Firefox Context Menu - Unwanted Navigation Images are Showing Again

Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu opt… (читать ещё)

Hi All,

I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...

/* Content Area Context Menu - Navigation Vertical Text */
#context-navigation,
#context-navigation > menuitem{
  flex-direction: column !important;
}
/* hide images */
#context-back image, #context-forward image,
#context-reload image, #context-stop image,
#context-bookmarkpage image{
   display: none !important;
}
/* show text labels */
#context-back:after, #context-forward:after,
#context-reload:after, #context-stop:after,
#context-bookmarkpage:after{
   content: attr(aria-label) !important;
   margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */
}


It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.

My context menu now looks like the attached image below.

Any help with showing only text labels on this menu is appreciated.

Thanks.

Архивировано 9 350

Colors changed on latest update, how to revert

Firefox used to have my background colors, and on the latest update, my pull-down menu and tabs are robin's-egg blue. I can't figure out how to get my colors back, and I… (читать ещё)

Firefox used to have my background colors, and on the latest update, my pull-down menu and tabs are robin's-egg blue. I can't figure out how to get my colors back, and I hate that color.

How the hell do I get back control over my colors?

Архивировано 9 189

How can two icons, the 'add to taskbar' icon and the 'picture in a picture' icon, be removed from the address bar?

These icons appeared recently in my Firefox browser I can't remove them. The only recent changes included uninstalling SuperAntiSpyware after finding that Microsoft PC Ma… (читать ещё)

These icons appeared recently in my Firefox browser I can't remove them. The only recent changes included uninstalling SuperAntiSpyware after finding that Microsoft PC Manager is a better option, which has performed excellently without issues.

Additionally, a free VPN (Proton) was briefly used from the Firefox browser without installation, but after finding it complicated to set up, it was deleted. A few hours later, I noticed the two icons as the windows were misbehaving and they are causing a slowdown in the PC's performance. They do not seem to be add-ons or extensions.

How do I remove the icons and return to the previous performance?

Решён Архивировано 9 527

Chinese text can't display.

When I go to taobao.com, the Chinese text on the product couldn't display normally. Some of the Chinese text are showing normally but some are not. … (читать ещё)

When I go to taobao.com, the Chinese text on the product couldn't display normally. Some of the Chinese text are showing normally but some are not.

Решён Заблокирован Архивировано 9 270

Move tabs to bottom

Is there a working way to move tabs to bottom currently? This was working until the latest Firefox update and I do not specifically remember how I had changed it last tim… (читать ещё)

Is there a working way to move tabs to bottom currently?

This was working until the latest Firefox update and I do not specifically remember how I had changed it last time but I believe it was via the about:config settings page but I no longer see such an option there. I tried achieving this via 3rd party plugins/extensions for Firefox but not a single one worked for the current version of Firefox. I even tried using the UserChrome.css file, as I found an article about this in the forum but it did not work either.

In the attached screenshot I have shown what I have currently and what I used to have and wish to set again if possible.

OS: Firefox version: 136.0.4 (64-bit)

Архивировано 9 60

Video (media) & tab width bug since 136

Hi everyone! Since last update (136?) when I open a page with a video in a new tab, the width of this tab is very small! Almost half my current tab. (I don't have another… (читать ещё)

Hi everyone!

Since last update (136?) when I open a page with a video in a new tab, the width of this tab is very small! Almost half my current tab.

(I don't have another example but does this have anything to do with any "media" on a page?)

I have the width set to 152 for years...

When I play a video, the current tab is reduced. Pause= normal tab. Play= small tab. Pause= normal tab...

"browser.tabs.tabMinWidth should have been adhered to."

I just completely reinstalled Firefox: still the same.

What can I do, please?

Решён Архивировано 9 317

remove recent browsing button from tab bar

'bold textHow do I remove the recent browsing button from tab bar. I get shaky hand sometimes and this annoying button messes Firefox up. It is the most annoying new fea… (читать ещё)

'bold textHow do I remove the recent browsing button from tab bar. I get shaky hand sometimes and this annoying button messes Firefox up. It is the most annoying new feature ever.

Решён 9 100

Display problem following the update

Hello, Since the update on 24 June 2025, bookmarks are displayed in black text on a black background. Is this normal? If not, how can I resolve the issue? I had set it to… (читать ещё)

Hello, Since the update on 24 June 2025, bookmarks are displayed in black text on a black background. Is this normal? If not, how can I resolve the issue? I had set it to dark mode, but even when I switched back to light mode, nothing changed. I would appreciate help from the community or Mozilla if anyone has a website address to contact them. Have a nice day.

Решён Архивировано 8 50

UI elements turn black due to a theme loading failure.

On Arch Linux with the latest version of Firefox, the interface elements turn black due to a theme loading failure. 'This issue persists even when using the default theme… (читать ещё)

On Arch Linux with the latest version of Firefox, the interface elements turn black due to a theme loading failure. 'This issue persists even when using the default theme.

Going to Settings and disabling the theme (which automatically falls back to another theme) resolves the problem.Re‑enabling the problematic theme does not reproduce it immediately. However, the issue reappears after restarting Firefox.

System Info: OS Arch Linux x86_64

├   KER  Linux 7.1.3-arch1-2
├   PAK  1537
├   AGE  34 days
└   USR  chen-shuhan@archlinux


WM niri 26.04 (Wayland)

├   SHE  fish 4.8.0
├   TER  kitty 0.47.4
└   TFO  JetBrainsMapleMono-Regular (13.5pt)
Решён 8 30

My left-hand sidebar containing URL links (not bookmarks) has disappeared after installing 149.0.x

1. My left-hand sidebar contained about 150 URL links, mostly not bookmarks. I have used this constantly for the last 10 years to access desired websites. 2. After ins… (читать ещё)

1. My left-hand sidebar contained about 150 URL links, mostly not bookmarks. I have used this constantly for the last 10 years to access desired websites. 2. After installing 149.0.2 this sidebar with all links disappeared when Firefox was restarted. 3. I tried several suggested remedies such as changing profile or settings on General or Home tabs. None of these were successful. 4. I have seen a portion of my list twice, enough to believe the entire list is stored someplace. It displayed in a box on the Firefox page, but I cannot remember how I produced this list.

How do I get back to having a sidebar full of links?

Решён 8 79