מוצגות שאלות עם התגיות:

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

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

Open

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

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);}

Open

I receive a "To display this page, Firefox must send information" warning everytime I login to my work websites (they use MS 365)

I've recently switched to Firefox but am finding some of the performance a bit cumbersome. I am continually being asked to hit "Send" ["To display this page, Firefox must… (read more)

I've recently switched to Firefox but am finding some of the performance a bit cumbersome. I am continually being asked to hit "Send" ["To display this page, Firefox must send information ..."] when I am logging into my Outlook email or looking at my bank information. I'd rather not be "resending" these pages each time and am wondering if there is a setting.

Edition Windows 11 Pro Version 25H2 Installed on 2025-12-10 OS build 26200.8246 Serial number YX0J28CC Experience Windows Feature Experience Pack 1000.26100.297.0

Thanks, Nancy

Open 1

Firefox crashes when I click pop out video button.

When Firefox updated 149.0.2 to 150. Every time, I am watching video any site when I click the pop out button Firefox crashes and sends a report. I copied the text file f… (read more)

When Firefox updated 149.0.2 to 150. Every time, I am watching video any site when I click the pop out button Firefox crashes and sends a report. I copied the text file from two of them(last one copied to share data). I do disk image backups and went back to before the update 149.0.2. Turned off auto update in setting and everything is ok now. Any suggestions?

נפתרה 1 25

drop down changed to translate selection to french. Has always been translate selection to english. How to change back?

Dropdown menu changed to "Translate selection to French. Has always been "Translate selection to English". I use it all the time. I don't think I changed anything. How ca… (read more)

Dropdown menu changed to "Translate selection to French. Has always been "Translate selection to English". I use it all the time. I don't think I changed anything. How can I set it back to English? Tried this: "To change the translation selection back to English in Firefox, go to the Language section in the General panel of Firefox settings, select English from the dropdown menu, and restart Firefox. This will revert the translation settings to English." Didn't work. System language is English (CA).

נפתרה 3

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

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?

Open

can't get into Facebook Amazon Ebay and others

Amazon Facebook Ebay National Lottery and others just refuse to load.I tried troubleshooting mode,it worked once and now it doesn't.I believe I'm not the only one with t… (read more)

Amazon Facebook Ebay National Lottery and others just refuse to load.I tried troubleshooting mode,it worked once and now it doesn't.I believe I'm not the only one with this prob. Help? Thanks.

Open 2

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

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?

Open 2

Harmful auto-format feature: Firefox hijacks typing to force weird numbered lists in WhatsApp & AI chats

Hello, I am dealing with a quite frustrating issue, and I literally cannot do anything to stop it from ruining my messages. Whenever I manually type in WhatsApp Web or AI… (read more)

Hello,

I am dealing with a quite frustrating issue, and I literally cannot do anything to stop it from ruining my messages.

Whenever I manually type in WhatsApp Web or AI chats (like ChatGPT or Claude), Firefox completely hijacks my text box. As soon as I start a line by typing "1", a period, and a single space ("1. "), the browser forces my text into an auto-formatted numbered list.

This isn't just unhelpful; I see it as a genuinely harmful feature. The formatting it forces on me is weird and broken—it frequently adds massive, irrelevant paragraph gaps between list items, completely messing everything up.

I am completely stuck because standard fixes do not work:

If I press Ctrl + Z to undo the auto-formatting, it also deletes the space I typed.

I am not pasting anything; this happens the millisecond I type the spacebar from scratch.

It feels awful to have my manual typing hijacked like this. Users should be able to type a simple number and a period without the browser transforming it into a broken HTML list.

Is there an about:config setting or any way to completely disable this auto-formatting feature so I can just type normally again?

Thank you.

Open 1

I have downloaded firefox a couple times but you keep making me do it again and again so this will be my final try

A pain in the ass I do not want updates I have it marked on settings every update I get screws up computer I do not do a lot except stock market then take a nap I am 88 a… (read more)

A pain in the ass I do not want updates I have it marked on settings every update I get screws up computer I do not do a lot except stock market then take a nap I am 88 and not interested in playing games or silly stuff

Open

Why can't they fix this problem where every update destroys all my personal settings and passwords?

bold text'I am so fed up with these updates loosing my passwords and data, why ? All my settings are messed up and last time it took two weeks to get everything back, wh… (read more)

bold text'I am so fed up with these updates loosing my passwords and data, why ? All my settings are messed up and last time it took two weeks to get everything back, why? I give up total idiots for releasing updates that are sub par!

Open 3 92

Drag and Drop image won't copy image name

So I use a translation website for translating images, and I noticed that dragging and dropping images onto the translator ends with them all being titled "Image" and sav… (read more)

So I use a translation website for translating images, and I noticed that dragging and dropping images onto the translator ends with them all being titled "Image" and saved, then, as "Image (1)" "Image (2)" etc, or just not dropping. I use this on a daily basis and don't have time to rename every single file. Please help!

Open 1

Why no VPN button in toolbar nor the ability to add it from "customize toolbar"?

Just noticed the advisement of VPN being available and attempted to follow directions but had a very early breakdown. Neither "Get Started" nor a VPN icon are to be seen … (read more)

Just noticed the advisement of VPN being available and attempted to follow directions but had a very early breakdown. Neither "Get Started" nor a VPN icon are to be seen in my toolbar nor in my "customize toolbar" page. Kind of confused and appreciate any help!

נפתרה 1