Showing questions for topic:

INDEPENDENTLY close Firefox (Standard) windows separate from Private windows

I am looking to be able to INDEPENDENTLY close Firefox (Standard) windows separate from those running in a Private session. ATM, it does not seem possible to close jus… (funda kabanzi)

I am looking to be able to INDEPENDENTLY close Firefox (Standard) windows separate from those running in a Private session.

ATM, it does not seem possible to close just one type of Firefox session without the other.

I see this possibly as a simple about:config switch which would allow one to close ALL Standard or Private windows with the respective system tray icon's "Close (All) Windows" OR the Menu's Exit selection. No other behaviors need change.

USE CASE: I frequently use both types of windows and will sometimes close Firefox Standard and unintentionally loose tabs I have not saved in Private.

Solved 2 30

Double search bar is gone

I don't know which question best describes my question. I have always used Firefox because it had two boxes for searching. This meant that you could type a search into th… (funda kabanzi)

I don't know which question best describes my question. I have always used Firefox because it had two boxes for searching. This meant that you could type a search into the second box while keeping the first box open. Now that second url box is gone. How can I get it back? I used it all the time!

Solved Okugcinwe kunqolobane 1 20

Splitting a screen

Device name DESK Processor AMD Ryzen 3 3100 4-Core Processor (3.59 GHz) Installed RAM 16.0 GB System type 64-bit operating system, x64-based processor Editi… (funda kabanzi)

Device name DESK Processor AMD Ryzen 3 3100 4-Core Processor (3.59 GHz) Installed RAM 16.0 GB System type 64-bit operating system, x64-based processor

Edition Windows 11 Home Version 25H2 Installed on 12/01/2026 OS build 26200.7623 Experience Windows Feature Experience Pack 1000.26100.275.0

Hello,

I have two windows in Firefox that I would like to tile so that I can compare the contents of each. Is this possible ? Regards

pyor66

Solved Okugcinwe kunqolobane 3 437

Changeable Hotkeys.

My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature importan… (funda kabanzi)

My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature important since I use it for work. Can I do this somehow, and is there any plan to add such a feature to the settings?

Solved Okugcinwe kunqolobane 2 386

Diabling AI features in future updates?

I read online that Firefox is planning on implementing AI features. Given the track record of AI in other browsers leaking private information, bogging down connectivity,… (funda kabanzi)

I read online that Firefox is planning on implementing AI features. Given the track record of AI in other browsers leaking private information, bogging down connectivity, and generally being a nuisance towards users, I was wondering if there will be opt out features in future updates? Or know of forum threads that will update with tutorials on how to turn off AI features?

If not, does anyone on this forum have recommendations for no-ai browsers?

Locked Okugcinwe kunqolobane 5 429

How to disable click and hold context menu

There is a 'feature' in Firefox that I think is called "click and hold context menu". Basically if you left click on something and hold the click for a second or two a me… (funda kabanzi)

There is a 'feature' in Firefox that I think is called "click and hold context menu". Basically if you left click on something and hold the click for a second or two a menu appears that offers an AI generated list of suggestions related to the thing you were clicking on. How do I disable this? In searching I have found suggestions to open about:config and set the value for ui.click_hold_context_menus to false, which I have done a few weeks ago now and it has no affect. I also tried changing the related value of ui.click_hold_context_menus.delay to an insanely long time, but that also had no effect.

I would appreciate some guidance on how to turn this off. This is problematic enough that I may have to switch to another browser if this can't be disabled. Thanks! Attached is a random example of one of these context menu's that appears when clicking and holding on a link.

Solved Okugcinwe kunqolobane 2 248

Suggestion: Tools,Settings, Privacy & Security

Within Tool Settings create an option to choose one of the current six choices to become the default view. Currently "General" is the only default view upon entering Tool… (funda kabanzi)

Within Tool Settings create an option to choose one of the current six choices to become the default view. Currently "General" is the only default view upon entering Tools,Settings. As is with me I suspect the most revisited choice within Tools, Settings is "Privacy & Security". Would be immensely pleasing if I could select "Privacy & Security" as default view when entering Tools,Settings .

Solved 1 170

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… (funda kabanzi)

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.

Solved Okugcinwe kunqolobane 2 338

Window menu sort order

I operate with several to many windows open (and many tabs). Firefox (Mac) used to list the open Windows in the Window menu in the order I originally created/opened each … (funda kabanzi)

I operate with several to many windows open (and many tabs). Firefox (Mac) used to list the open Windows in the Window menu in the order I originally created/opened each window. A while back, FF started sorting – and re-sorting! – the list of open windows alphabetically according to the Tab that is currently active in each Window. This means that the window appears in different places in the Window menu list according to the name of the Tab. I DO NOT LIKE THAT because the it makes the Window hard to find.

Is there any way to set this to operate the way it used to - keeping the Window list in the order first opened, regardless of which Tab is open?

Locked Okugcinwe kunqolobane 1 350

Customize New Tab with a local HTML file after Firefox 136

Hello, I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangs… (funda kabanzi)

Hello,

I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main

Which implied a configuration file (sometimes named "autoconfig.cfg", "firefox.cfg", "local-settings.cfg" depending on the guide since the name is arbitrary) with javascript code. In the new Firefox 136, this code fails to execute due to a new API being used.

If you want to customize your new tab, follow the previous guide, but on the configuration file write this code instead:

// My new tab
try {
  const ff = {};
  ChromeUtils.defineESModuleGetters(ff, {AboutNewTab: "resource:///modules/AboutNewTab.sys.mjs"});
  ff.AboutNewTab.newTabURL = 'file:///path/to/my/index.html';
} catch (e) {ChromeUtils.reportError(e);}

Note that the file must start with a comment

Adapting the "/path/to/my/index.html" to your needs.

Thanks to @mkaply (github) on this thread https://github.com/mozilla/policy-templates/discussions/1190 for the new API method.

I post this here in case someone has the same issue, because is quite recent and hard to find on the internet.

Solved Okugcinwe kunqolobane 3 349

my mouse right click has lost all normal functions like copy, new tab etc

System Windows 11 - Firefox 151.0.3 All normal actions from mouse right click have disappeared eg open link in new tab or private window, copy, paste etc etc. The Setting… (funda kabanzi)

System Windows 11 - Firefox 151.0.3 All normal actions from mouse right click have disappeared eg open link in new tab or private window, copy, paste etc etc. The Settings General - Tabs has not changed and previously worked rt click ok. Any help to restore the rt click function will be appreciated.

Solved 3 109

Change email address used in "From" line when clicking on email link in web page

How do I change the email account inserted by Firefox when I click on an email link? I have previously changed the main email address (added secondary address, swapped se… (funda kabanzi)

How do I change the email account inserted by Firefox when I click on an email link?

I have previously changed the main email address (added secondary address, swapped secondary for primary, deleted secondary) but when I click an email link in a web page to write an email to the web page business, the old deleted email account is used instead of the new one. This old address is not listed at all as far as I have seen in my Mozilla Account.

Solved Okugcinwe kunqolobane 1 390

Page Info window

Hi, I use the Page Info window quite regularly, it used to be accessible via the right-click menu but this seems to have been removed in recent updates. I can still acce… (funda kabanzi)

Hi,

I use the Page Info window quite regularly, it used to be accessible via the right-click menu but this seems to have been removed in recent updates. I can still access it via Ctrl+I, but this isn't as convenient as using the menu.

Could you please tell me how I can put this useful feature onto the menu / toolbar as a shortcut?

Thanks

Owen.

Solved Okugcinwe kunqolobane 1 198

Firefox window is completely inaccessible, how do I get it back to my desktop?

I opened Firefox today to find that nothing would show up, at first I tried clicking on the icon on the taskbar, but it just made the icon bounce with the window briefly … (funda kabanzi)

I opened Firefox today to find that nothing would show up, at first I tried clicking on the icon on the taskbar, but it just made the icon bounce with the window briefly popping into view. That's when I realized that Firefox was completely offscreen and unusable.

For context, last night, I had 3 windows open, two were regular sessions, the last one was a private session I had open on a temporary second monitor that I unplugged afterward. My dad lended it to me, so I'd rather not ask him again unless I absolutely have to. I closed them in order making sure to close the default window last thinking that Firefox would open there next time I launch it, but comes tomorrow and when I launch Firefox it opens off-screen and I can't interact with the window at all.

There also seems to be no way to bring it back directly to my screen on this garbage OS everyone calls "windows 11" according to their help forum: https://learn.microsoft.com/en-us/answers/questions/4139775/app-runs-off-screen-in-windows-11?page=2#answers

So, I'm commenting here via brave browser, first to report a bug because I don't think Firefox should remember the last position of a private window of all things, but also because I don't know where else to go to ask that question since windows 11 itself cannot seem to have an option to solve this problem either. I know the position is stored in the profile folder, so what should I edit in there to get Firefox back where it should be? No, I will not delete/reset it it has a ton of search engines and settings that Firefox won't sync.

Solved Okugcinwe kunqolobane 3 464