How do i get my original profile page to always open when i open firefox instead of a new page without my bookmaks

How do i get my original profile page to always open when i open firefox instead of a new page without my bookmaks. This started right after my visit to Mozilla so i must… (διαβάστε περισσότερα)

How do i get my original profile page to always open when i open firefox instead of a new page without my bookmaks. This started right after my visit to Mozilla so i must have changed something. I don't know what!.

Ανοικτό

after the last update, the default firefox home page doesn't load.

after the last update of firefox, the default firefox home page doesn't load. Instead, I get the message: Oops, something went wrong loading this content. Any ideas? … (διαβάστε περισσότερα)

after the last update of firefox, the default firefox home page doesn't load. Instead, I get the message: Oops, something went wrong loading this content. Any ideas?

Ανοικτό 2 9

Can't clear printing to print 1 copy not 2

About a week ago I had printed 2 copies from my Firefox browser. Next time I only needed 1 and changed it. Since then it stays at 2 and no matter what I do it won't go … (διαβάστε περισσότερα)

About a week ago I had printed 2 copies from my Firefox browser. Next time I only needed 1 and changed it. Since then it stays at 2 and no matter what I do it won't go back to one.

How do I fix this?

Ανοικτό 18

Temporary "Server Not Found" error nearly every time I try to search

I have noai.duckduckgo.com set as my default search engine. Almost always (but not quite every time) when I type anything into the address/search bar, I get a page with a… (διαβάστε περισσότερα)

I have noai.duckduckgo.com set as my default search engine. Almost always (but not quite every time) when I type anything into the address/search bar, I get a page with a "Server Not Found" error. (See attached image.) Refreshing the page immediately brings up the results without issue, but I consistently get the error first.

Oddly, if I go into settings and switch to a different search engine and then switch back to duckduckgo, the issue will briefly resolve and it'll work fine for a short while... and then I start getting the error again.

Is there any way to fix this?

Ανοικτό

Bookmarks > Manage Bookmarks takes me to Other Bookmarks. I'd like it to take me to Bookmarks Menu.

When I click Bookmarks > Manage Bookmarks I'm taken to Other Bookmarks where I never store anything. I'd delete it if I could but it doesn't appear to be an option, so… (διαβάστε περισσότερα)

When I click Bookmarks > Manage Bookmarks I'm taken to Other Bookmarks where I never store anything. I'd delete it if I could but it doesn't appear to be an option, so instead I'd like to taken directly to Bookmarks Menu. I came across this post from just over 4 years ago which sounded like it's exactly what I want, but it doesn't work. Are there any changes anyone can suggest that would allow it to work in 2026?

https://support.mozilla.org/en-US/questions/1373437

You can use the autoconfig.cfg file in the Firefox installation folder to initialize (set/lock) preferences and run privileged JavaScript code. In this case code to open the Library with the Bookmarks Menu folder selected. You can modify the showPlaces variable to open any of the four possible root folders (in this case [1]).

To use Autoconfig, place two files into the Firefox installation directory.

   on Windows and Linux, they go into the same directory where Firefox is installed
   on macOS, they go into the Contents/Resources directory of the Firefox.app 

The autoconfig.js file that specifies to use autoconfig.cfg is placed into the "defaults\pref" directory where the channel-prefs.js file is located.

The autoconfig.cfg file is placed at the top level of the Firefox directory.

   autoconfig.cfg and autoconfig.js need to start with a comment line (//)
   autoconfig.js needs to use Unix line endings (LF instead of CR/LF) 

See also:

   https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig 

Content of autoconfig.js

//
pref("general.config.filename", "autoconfig.cfg");
pref("general.config.obscure_value", 0);
pref("general.config.sandbox_enabled", false); // disable sandbox to allow privileged JavaScript


Content of autoconfig.cfg

// first line in autoconfig.cfg is a comment line try {

let {classes:Cc, interfaces:Ci, manager:Cm, utils:Cu} = Components;
var Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services;
function ConfigJS() { Services.obs.addObserver(this, 'chrome-document-global-created', false); }
ConfigJS.prototype = {
 observe: function (aSubject) { aSubject.addEventListener('DOMContentLoaded', this, {once: true}); },
 handleEvent: function (aEvent) {
  let document = aEvent.originalTarget;
  let window = document.defaultView;
  let location = window.location;
  if (/^(chrome:(?!\/\/(global\/content\/commonDialog|browser\/content\/webext-panels)\.x?html)|about:(?!blank))/i.test(location.href)) {
   if (window._gBrowser) {
     let showPlaces = ["AllBookmarks","BookmarksMenu","BookmarksToolbar","UnfiledBookmarks"][1];
     elm = document.getElementById("Browser:ShowAllBookmarks");
     if (elm) {
      elm.setAttribute("oncommand", "PlacesCommandHook.showPlacesOrganizer('"+showPlaces+"')");
     }
   }
  }
 }
};
if (!Services.appinfo.inSafeMode) { new ConfigJS(); }

} catch(e) {Cu.reportError(e);}

Ανοικτό 9

Autofill credit card info broken on some forms but not others

I have my credit card info correctly saved in the FF settings on my PC desktop, but it doesn't work correctly on some online forms. When it fails to work I click on the … (διαβάστε περισσότερα)

I have my credit card info correctly saved in the FF settings on my PC desktop, but it doesn't work correctly on some online forms.

When it fails to work I click on the truncated information for the saved credit card I wish to use, but it fills in later numbers in the sequence incorrectly with the wrong digits and too few numbers to even be a legitimate credit card number

I have double checked in the settings, "privacy and security", and the credit card numbers are entered correctly there and enabled.

The form I have most recently had issues with were for a local "big day of giving" site, and it is powered by something called "mighty cause."

I can't include a screenshot of the issue itself occurring or my settings, for obvious reasons.

My PC is windows 11 home edition, and the version of Firefox is 150.0.1 (I think).

Ανοικτό 9

New windows and tab options are missing in settings

A couple days ago I started getting a blank page for the Firefox home page. FF is set as my default browser and FF default for windows and tabs. The home page was working… (διαβάστε περισσότερα)

A couple days ago I started getting a blank page for the Firefox home page. FF is set as my default browser and FF default for windows and tabs. The home page was working fine but now I can't figure out how to get it back.

Ανοικτό

Firefox is slow to open and once closed cannot open again for 2 minutes

bold text On brand new DELL Alien-ware laptop with Windows 11 Firefox sometimes takes 30 seconds to open, Also once it is closed it cannot immediately open again. Error… (διαβάστε περισσότερα)

bold text On brand new DELL Alien-ware laptop with Windows 11 Firefox sometimes takes 30 seconds to open, Also once it is closed it cannot immediately open again. Error message shows Firefox is already opened and asks me to close it.

In the task manager under Apps running I see Firefox(12) when only the home page is open. Are those 12 hidden tabs or 12 parallel applications?

Have I made some errors in the Setup?

Ανοικτό 9

Fonts display problem

I am running 150.0.1 on Debian with Cinnamon. I set the fonts to use for Chinese to a custom fonts, where I left Latin fonts to use untouched, I found I must set Latin to… (διαβάστε περισσότερα)

I am running 150.0.1 on Debian with Cinnamon. I set the fonts to use for Chinese to a custom fonts, where I left Latin fonts to use untouched, I found I must set Latin to use my custom Chinese fonts in order to display Chinese webpage properly, where the English fonts will get out of place, extra spacing in Apostrophe for example, "It's" will become "It 's", this is particular trouble when viewing on Youtube. But I set to use the same custom fonts on Chrome both English and Chinese displayed perfectly.

Ανοικτό 9

Firefox not accessing website information

Went to VRBO website to look at a reservation and the website, which showed me as signed in, showed nothing of the reservation. Said I had no reservation,, no history of… (διαβάστε περισσότερα)

Went to VRBO website to look at a reservation and the website, which showed me as signed in, showed nothing of the reservation. Said I had no reservation,, no history of saved searches. When I used Microsoft Edge, all my previous reservations, searches etc. were accessible. I cleared my Firefox cookies, etc. still had the same problem

Ανοικτό

Copy Links - include non-HTTP(S) URLs

Hi, it looks like Firefox can copy links from selected tabs, using right-click menu. It doesn't work for non HTTP(S) addresses though, such as "file:///C:/Users/USER/etc.… (διαβάστε περισσότερα)

Hi, it looks like Firefox can copy links from selected tabs, using right-click menu. It doesn't work for non HTTP(S) addresses though, such as "file:///C:/Users/USER/etc."

Is it possible for non HTTP(S) addresses?

The add on Export Tabs URLs by AL is very good, has the option for non HTTP(S) addresses, but I couldn't get it to work for selected tabs, is it possible for selected tabs?

Ανοικτό

VPN Rollout in the US, specifically in New York

Good morning. I am looking forward to the VPN service being offered for free through Mozilla. I see that the rollout has happened in the US but I haven't seen it yet. … (διαβάστε περισσότερα)

Good morning. I am looking forward to the VPN service being offered for free through Mozilla. I see that the rollout has happened in the US but I haven't seen it yet. I have been using Mozilla for years and wasn't sure if the US had been fully covered yet or not. Thanks and have a good morning.

Ανοικτό 2

changing width of 2-pane inspector in developer tools

When I press F12 to use the developer tools and try to change the width of the panes by click and drag the divider there now seems to be a limit to the panes width that w… (διαβάστε περισσότερα)

When I press F12 to use the developer tools and try to change the width of the panes by click and drag the divider there now seems to be a limit to the panes width that was not there before. I'm not sure with what version I stated to notice this. I use to be able to drag the right hand panel fairly far over to the left and could take up about 75-80% of the width of the developers window. Now I'm guessing that I'm able to drag the right panel to a max width of 35-40% for some reason. I have not changed anything in the about:config page. I'm not sure why I can't drag the right panel to cover the 75-80% of the window that I had been able to do.

Is there a setting in the developer tools or on the about:config page that sets the max width that the right hand panel can be dragged to the left?

Ανοικτό 3 18

how do i get intego vpn to work with firefox

i have had intego vpn for some time, historically i was able to use firefox and intego vpn to access web sites only after i had executed a shut-down and restart, not good… (διαβάστε περισσότερα)

i have had intego vpn for some time, historically i was able to use firefox and intego vpn to access web sites only after i had executed a shut-down and restart, not good but it worked if i needed, but there is now an inability for Firefox to establish a valid connection to any website when intego vpn is active, both firefox and mac-os are up to date

what do i have to do to get firefox and intego vpn to work together?

sadly intego vpn performed well with chrome but chrome brings it's own problems:)

Ανοικτό

Pinned tabs removed when opening browser after web app

Steps that remove my pinned tabs from Firefox: Open pinned web app from taskbar. Open regular Firefox browser. Any pinned tabs that were in the browser before opening the… (διαβάστε περισσότερα)

Steps that remove my pinned tabs from Firefox:

Open pinned web app from taskbar. Open regular Firefox browser.

Any pinned tabs that were in the browser before opening the web app are lost.

Is this already reported? I can't imagine this is intended behavior.

Ανοικτό

Media player audio volume reverts to maximum

Using Firefox on Windows 10 Pro & 11. Beginning in v 150.0, when a media playback occurs, the audio volume in the player gets set to its maximum level. This is true f… (διαβάστε περισσότερα)

Using Firefox on Windows 10 Pro & 11.

Beginning in v 150.0, when a media playback occurs, the audio volume in the player gets set to its maximum level. This is true for X.com media and for YouTube videos.

For YouTube it only happens for the first video played in a new tab; subsequent videos in the same tab 'remember' the volume setting from the prior video. In X.com, every media player invoked reverts to the maximum audio level.

In v 149.x and earlier, the media player maintained the audio level from its prior invocation.

Is there a way to have the media player 'remember' its previous audio setting when it gets invoked?

Ανοικτό

Firefox is offline. I need to get it started again. I am not computer savvy.

I was trying to do something with my bookmarks yesterday and I must have pushed the wrong icon. Firefox then became unavailable. I'm 88 years old and not fully at home wi… (διαβάστε περισσότερα)

I was trying to do something with my bookmarks yesterday and I must have pushed the wrong icon. Firefox then became unavailable. I'm 88 years old and not fully at home with computer language. I tried Chrome, but it's not available like Firefox.

Ανοικτό 2 9