Showing questions for topic:

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 … (tuilleadh eolais)

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.

Solved 10 20

Some settings aren't available in one profile

Hello. 😊 I have a question about my copy of Firefox for Windows v152.0.6 x64. (For the record, I have nasty feeling that I'm using the wrong forum; but the address bar sa… (tuilleadh eolais)

Hello. 😊 I have a question about my copy of Firefox for Windows v152.0.6 x64. (For the record, I have nasty feeling that I'm using the wrong forum; but the address bar says I'm in the right one.)

In my main profile, the one that I have been using for years, the "Home and Startup" part of my settings page shows the following:

- Firefox Home

 - Search
 - **Weather**
 - Shortcut
 - Support Firefox
 - Recent Activity
   - Visited pages
   - Bookmarks
   - Most recent download
   - [Choose a wallpaper]
 - Firefox logo

Today, I went to about:profiles and created a new profile. This new profile offers different settings:

- Firefox Home

 - Search
 - **Widgets**
   - **Lists**
   - **Timer**
   - **Sports**
   - **Clock**
   - **Weather**
 - Shortcuts
 - Support Firefox
 - Recent Activity
   - Visited pages
   - Bookmarks
   - Most recent download
   - [Choose a wallpaper]
 - Firefox logo

That's strange, isn't it? Why the difference? And how can get all the goodies of the new profile under my old profile?

Open 10 69

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… (tuilleadh eolais)

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?

Cartlannaithe 9 189

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… (tuilleadh eolais)

'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.

Solved 9 100

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… (tuilleadh eolais)

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?

Solved Cartlannaithe 9 449

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… (tuilleadh eolais)

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?

Solved Cartlannaithe 9 317

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… (tuilleadh eolais)

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.

Cartlannaithe 9 110

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… (tuilleadh eolais)

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?

Solved Cartlannaithe 9 527

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… (tuilleadh eolais)

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.

Cartlannaithe 9 350

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… (tuilleadh eolais)

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)

Cartlannaithe 9 60

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… (tuilleadh eolais)

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

Solved Cartlannaithe 9 743

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… (tuilleadh eolais)

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

Open 9 1 70

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… (tuilleadh eolais)

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?

Solved 8 1 79

My background on my firefox browser.

I was customizing my background by loading a picture. It's adult in nature. It should be my computer in my in my private home. When something amazing started happening. … (tuilleadh eolais)

I was customizing my background by loading a picture. It's adult in nature. It should be my computer in my in my private home. When something amazing started happening. If I load ANY image with a naked woman on it After a few minutes Fire fox auto removes it. I have done this 30 times. I use ANY fire fox picture it's fine stays there forever. Load ANY picture with a naked woman on it and poof 2 minutes later it's gone. So please can you explain to me why whats claimed to be the most private and secure browser around is censoring me in my own home about what backgrounds I can have? I find this highly disturbing. And I am quite serious I have had them removed at least 30 times. I'm 56 y/o If I want a naked woman on my background it should be my business not fire foxes. Also no chrome is not doing it. neither is windows. It's Firefox removing them. Any explanation would be nice.

Solved Cartlannaithe 8 238

In macOS (Tahoe), how to get Firefox to follow system dark/light settings that INCLUDE the web pages themselves?

macOS Tahoe, Firefox 152.0.3 macOS settings include "Appearance - Auto"; i.e. system switches from light to dark at sunset. While the "top area" (tabs, address bar, bookm… (tuilleadh eolais)

macOS Tahoe, Firefox 152.0.3 macOS settings include "Appearance - Auto"; i.e. system switches from light to dark at sunset. While the "top area" (tabs, address bar, bookmarks bar) of Firefox follows this - some of the pages themselves do NOT???

I found this website which was at top of the search results. I tried to follow it, but it seems to be badly outdated in certain key respects: esp wrt a setting called "ui.systemUsesDarkTheme" in about:config. I set this to "True", but may have screwed this up!! First question: Should I "reset" this somehow?

Finally: To get at the primary question, there are two "sub-questions" that may explain my confusion more clearly:

1. Is there no ***simple way*** to get Firefox & webpages I view to follow macOS Light/Dark appearance?? What are the CORRECT steps?

2. Do individual webpages have the ability to "decide for themselves" whether or not they will adhere to the system light/dark settings. This may well be an officially "stupid question", but while "most" webpages remain "Light" (including this Support page), a few pages appear dark.

Thanks, ~S

Solved 8 69