Showing questions for topic:
Showing questions tagged:

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… (read more)

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 2 30

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… (read more)

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.

Solved 2 2 277

How to make Firefox remember my last file upload location?

When uploading files with Firefox, I click the upload button, and the file browser window appears to upload files. For as long as I can remember, it always defaulted to t… (read more)

When uploading files with Firefox, I click the upload button, and the file browser window appears to upload files.

For as long as I can remember, it always defaulted to the last folder location that I uploaded a file, but just a few days ago, it stopped working, and always defaults to my home folder.

How can I make the upload window pop up, default to the last uploaded location? My OS is Linux Mint Cinnamon.

Solved 9 1 308

How to remove the Open Link in Split View option in the dropdown menu?

Hi. Now that the 'Open Link in Split View' has annoyingly replaced the spot previously held by 'Open Link in New Window' i keep clicking on it accidentally (muscle memory… (read more)

Hi. Now that the 'Open Link in Split View' has annoyingly replaced the spot previously held by 'Open Link in New Window' i keep clicking on it accidentally (muscle memory).

I don't want to have to retrain my muscle memory, but despite creating css file generated by Claude that should in theory remove the option, and putting it the Profile Folder, it will not go away.

How do i remove it?

Solved 10 1 434

How can I pass the full url to the AI prompt?

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. Ho… (read more)

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. However, I'd like to pass the URL instead. I could use `%url%`, but that does not include parameters after `?` and hence does not work for Youtube.

Is there any variable that I can use to pass the full URL including parameters of the URL?

Solved المُؤرشفة 2 380

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… (read more)

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 المُؤرشفة 2 386

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… (read more)

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

Issue with disabling "intl.icu4x.segmenter.enabled" in about:config

I am trying to disable the text segmentation behavior in latest Firefox(v151), but I have encountered an issue where changing the preference in [about:config] does not se… (read more)

I am trying to disable the text segmentation behavior in latest Firefox(v151), but I have encountered an issue where changing the preference in [about:config] does not seem to have any effect.

Details:

   Target Preference:  intl.icu4x.segmenter.enabled
   Current Setting:       false
   Problem: 
   Even after setting this to false (and restarting the browser), the text segmentation behavior (such as word selection logic) remains unchanged and appears to still be using the ICU4X engine.
   Reference:
   https://support.mozilla.org/en-US/questions/1440483#answer-1638092


I would like to know:

  1.  Has this preference been deprecated or hardcoded to true in recent versions of Firefox?
   2. Is there any other way to disable the ICU4X-based segmenter or revert to the previous segmentation logic?
   3. If this is a known change, is there an alternative preference to adjust how word selection handles specific languages (e.g., Japanese)?

I am using the latest version of Firefox. Any insights or workarounds would be greatly appreciated. Thank you in advance for your help!

Solved 5 89

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… (read more)

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 المُؤرشفة 3 349

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… (read more)

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 المُؤرشفة 2 248

ctrl-L now clears the URL bar in 151.01

Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a drop… (read more)

Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a dropdown for the search engine appears in the left of the URL bar (see attached screenshot). I have verified this on a new, blank profile. Is there a way to restore the old behavior?

Solved 1 20

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 … (read more)

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 المُؤرشفة 1 350

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… (read more)

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 المُؤرشفة 1 20

How to never, never, never, never, ***never*** (!!!) restore previous session?

Please forgive me if this question was already answered and that I might have accidentally overlooked that answer. I'm running Firefox 144.0 (64-bit) under Debian 13 (lin… (read more)

Please forgive me if this question was already answered and that I might have accidentally overlooked that answer.

I'm running Firefox 144.0 (64-bit) under Debian 13 (linux).

I want to configure Firefox to never restore any previous session when it starts up, irrespective of how Firefox was last exited.

Even if a running Firefox session was externally killed via some sort of system command or because of a reboot, I never, never, never, never, never, never, never, NEVER (!!!) want it to restart in any previous session.

I ALWAYS (!!!) want Firefox to launch with its default start page, no matter what.

I tried all of the suggestions that I have found on line about how this might be accomplished, but with each one of them, there are cases where the previous session was restored.

I repeat, I do NOT (!!!) EVER (!!!) want the previous session to be restored, under any circumstances.

Is there a way to accomplish this?

Thank you in advance for any suggestions, and again, please accept my apology if this has been answered and I overlooked that answer.

Solved 6 247