Showing questions for topic:

Toggle off split in context menu

Due to muscle menu or not needing to think about it. Split should either be near the bottom of the context menu or you should be able to toggle it in settings. The amount… (læs mere)

Due to muscle menu or not needing to think about it. Split should either be near the bottom of the context menu or you should be able to toggle it in settings. The amount of times I have gone to click a link to open in a new window only to split the view is driving me crazy.

Løst 2 4 277

How can I change the colour of the text in the active tab?

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) o… (læs mere)

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) on a new PC (running Windows 10). There's one thing that I haven't succeeded with though: I'd like to change the colour of the text in a tab when that tab becomes the active one.

This is the coding I'm using to change the tab's background colour when it's selected:

  1. TabsToolbar .tab-background[selected]{

background: white !important; }

This works perfectly. But when I tried adding the line

color: black !important;

It had no effect. I'd be grateful for any thoughts. Many thanks.

Løst Arkiveret 2 338

Search Bar on toolbar Menu

Hi,Sorry to post this again,But I have spent over 4 hours trying every thing I can to correct it Since the last update,It totally Changed all my settings I managed to cor… (læs mere)

Hi,Sorry to post this again,But I have spent over 4 hours trying every thing I can to correct it Since the last update,It totally Changed all my settings I managed to correct them,all BUT one & even though I have tried & Tried,I cannot remove SEARCH BAR on Toolbar Menu I have Been Through all Firefox Settings But Nothing Works & I have even removed all extensions,but NOTHING WORKS It was never on it before until the Update & it is a total Nuisance plesaea assist Thank you Darryl

Åben 1 40

When will the sidebar become stable?

I open the sidebar, search for something, and then minimize it. When I focus back on the page and return to the sidebar again, my last query is gone and a new page screen… (læs mere)

I open the sidebar, search for something, and then minimize it. When I focus back on the page and return to the sidebar again, my last query is gone and a new page screen appears. I want to continue from where I left off, just like in Opera. This also causes issues in other applications. For example, when we add WhatsApp to the sidebar and open it, we have to wait for WhatsApp to reload every single time. Without these features, there is no point in using the sidebar.

Åben 20

After upgrade to Vers 152 .. I am getting this prompt to 'Add 'mail.yahoo.com' as an application for mailto links - why ?

I REALLY don't want to see prompts like this ... when FF upgrades to a newer release. I postponed clicking on adding this application since I really didn't know what it… (læs mere)

I REALLY don't want to see prompts like this ... when FF upgrades to a newer release. I postponed clicking on adding this application since I really didn't know what it as going to do, or how to remove it once done. The little 'i' in the red circle did nothing. So - I finally clicked on it to make it go away. Not hat I call a very seamless upgrade.

Åben 3 60

How can i remove Ai?

I despise ai in every use and way with a passion. Now, it gets spammed everywhere on this browser, with no apparent way to disable and/or remove that filth. I don't want … (læs mere)

I despise ai in every use and way with a passion. Now, it gets spammed everywhere on this browser, with no apparent way to disable and/or remove that filth. I don't want to see it, ever! Why is it even on by default??? I don't want "chatbots", "Ai assistants" or any of that shit at all.

Arkiveret 3 416

Wrong StartupWMClass on Firefox Developer Edition

`StartupWMClass=firefox-aurora` in `/usr/share/applications/firefox-devedition.desktop`, with actually `firefox-dev` for opened windows. Version: Ubuntu 25.04, GNOME 48… (læs mere)

`StartupWMClass=firefox-aurora` in `/usr/share/applications/firefox-devedition.desktop`, with actually `firefox-dev` for opened windows.

Version: Ubuntu 25.04, GNOME 48, firefox-devedition 143.0b2.

Løst Arkiveret 2 299

spellchecking works in Linux but not Windows

hi, spellchecking works fine when using Firefox in Linux, but not in Windows 11. For instance, I can enter comments and replies to magazine articles while using Linux and… (læs mere)

hi, spellchecking works fine when using Firefox in Linux, but not in Windows 11. For instance, I can enter comments and replies to magazine articles while using Linux and they're spellchecked as I go by highlighting misspelled words etc, but if I'm in Windows 11 and on the same comments section, although my Firefox settings are the same the spellcheck doesn't happen. Can anyone please tell me what's up with that?

Løst 3 130

Remove "Add Tab to New Group" item from Tab Context Menu

Hi All, I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item. I was using… (læs mere)

Hi All,

I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item.

I was using this code, which worked in FF 145, until the latest update (FF 147)...

#context_openANewTab,
#context_moveTabToNewGroup,
#context_moveTabToGroup,
#context_ungroupTab + menuseparator {
   display: none !important;
}

However, now there is an extra separator line at the top of the menu (see attached images).

This code also removes the top menu item, but still leaves the separator line on top:

#tabContextMenu #context_moveTabToNewGroup {
  display: none !important;
}


Is there a way to remove the first menu item without adding the separator line?

Thanks!

Åben 2 319