顯示下列標籤的問題: 顯示所有問題
  • 已解決

Turned off check spelling as you type. It's still showing spellcheck.

I uncheckd the checked box labled "check spelling as you type" to disable it and it's still showing spellcheck. It's gettingin the way of me typing and being able to spel… (閱讀更多)

I uncheckd the checked box labled "check spelling as you type" to disable it and it's still showing spellcheck. It's gettingin the way of me typing and being able to spell on my own. It's extremely annoying that I can turn off a featire and the progra will just ingore that I've turened it off. Why is this an actualy problem? why doesn't this button just work? I want it OFF... Please.

Cloud Allen 於 3 週前 詢問

kolmondavid 於 3 週前 解答

  • 被鎖定

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 … (閱讀更多)

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?

cak 於 1 天前 詢問

Paul 最近回覆於 1 天前

  • 已解決
  • 封存

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… (閱讀更多)

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.

mail226 於 11 個月前 詢問

mail226 於 11 個月前 解答

  • 已解決
  • 封存

Manage Bookmarks font too large

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as th… (閱讀更多)

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as the layout.css.devPixelsPerPx entry in about:config and there's nothing there to explain why only the "Manage Bookmarks" text is so large.

It's possible I changed a setting somewhere that's causing this. But I'm stumped re: what setting might be controlling the font size in only that UI. All other Firefox text sizes are good.

Thanks to anyone who knows where I should be looking

Firefox 134.0.1 (64-bit) Windows 10

rproulx1 於 10 個月前 詢問

jscher2000 - Support Volunteer 於 10 個月前 解答

  • 已解決
  • 封存

Firefox resetting the signon.remember setting every time I log in

Hi folks I have a particularly infuriating problem. A few weeks back, Firefox stopped displaying my usernames and passwords whenever I wanted to log into a site. This co… (閱讀更多)

Hi folks

I have a particularly infuriating problem. A few weeks back, Firefox stopped displaying my usernames and passwords whenever I wanted to log into a site. This coincided with my installing BitDefender, although I don't know why.

Through googling I eventually realised I could go into about:config to fix this. signon.rememberSignons displays as false, when I turn it to true it fixes the issue.

But here is the problem I can't solve. Everytime I restart firefox or my PC / Mac (I am using both, with a syncronised account on both windows and MacOS) it sets signon.rememberSignons to false AGAIN. Which means every single time I browse I have to go into about:config and fix this. Maddening.

Please can you help?

vassili.christodoulou 於 10 個月前 詢問

vassili.christodoulou 於 10 個月前 解答

  • 已解決
  • 封存

background-image: url("file:///C:/Tools/FF/FFbkgnd01.jpg") !important;

background-image: url("file:///C:/Tools/FF/FFbkgnd01.jpg") !important; Used to work, and does work in the regular version of the desktop app, but no longer works in… (閱讀更多)

background-image: url("file:///C:/Tools/FF/FFbkgnd01.jpg") !important;

Used to work, and does work in the regular version of the desktop app, but no longer works in the beta for desktop 135.0b9, says: "Could not load the image"

careca 於 10 個月前 詢問

careca 於 10 個月前 解答

  • 已解決
  • 封存

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/Jang… (閱讀更多)

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.

LluisE 於 8 個月前 詢問

jscher2000 - Support Volunteer 於 8 個月前 解答

  • 已解決

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… (閱讀更多)

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?

Gerenuk 於 4 個月前 詢問

Nathan Giovannini 於 4 個月前 解答

  • 已解決

New install of Debian 13, Firefox Toolbar customization does not work (Firefox ESR 128.13)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customiz… (閱讀更多)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customize the toolbar from menu pic the customization page would not work, it appeared and seemed OK but when I dragged and dropped anything it would not work. I could pickup items but they would not place in toolbar and just snapped back to the pallet. I tried several different ways to enter the customization area but it was always non-functional.

John 於 4 個月前 詢問

jonzn4SUSE 於 4 個月前 解答

  • 已解決

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 … (閱讀更多)

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.

Lumios 於 3 個月前 詢問

jscher2000 - Support Volunteer 於 3 個月前 解答

  • 已解決

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… (閱讀更多)

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!

emilymborden 於 3 個月前 詢問

Paul 於 3 個月前 解答

  • 已解決

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 4… (閱讀更多)

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

Captune 於 3 個月前 詢問

Captune 於 3 個月前 解答

  • 被鎖定

MAKE FOXFIRE MY BROWSER !!!!

WHY IS IT SO HARD TO JUST MAKE FOXFIRE MY BROWSER LIKE I HAVE HAD UNTIL SOMETHING WENT WRONG A FEW DAYS AGO AND I GOT UP AND COULD NOT GET IN TO MY MICROSOFT ACCOUNT. IT … (閱讀更多)

WHY IS IT SO HARD TO JUST MAKE FOXFIRE MY BROWSER LIKE I HAVE HAD UNTIL SOMETHING WENT WRONG A FEW DAYS AGO AND I GOT UP AND COULD NOT GET IN TO MY MICROSOFT ACCOUNT. IT REFUSED TO ACCEPT MY PIN I HAVE USED FOR MANY MANY YEARS . I DON'T KNOW WHAT HAPPENED. THANKS.

Lillie McPhee 於 3 個月前 詢問

Paul 最近回覆於 3 個月前

  • 已解決

Why is the block pop-up windows button grayed out?

One of the websites I need for school requires pop-ups. I can't click on the button to permit pop-up windows for just that site because it only flashes for less than a se… (閱讀更多)

One of the websites I need for school requires pop-ups. I can't click on the button to permit pop-up windows for just that site because it only flashes for less than a second and it is grayed out. I tried to go to preferences to disable the pop-up blocker, but the checkbox to disable it is grayed out. I created a new profile, but the button to disable the pop-up blocker is grayed out on that too. I now have to use chrome for this website because I can allow pop-ups on that browser.

My question is why is this setting grayed out? And how can I re-enable pop-ups or at least edit the exception list because that is grayed out right now too. Any other tips for troubleshooting similar issues in the future would also be appreciated.

OS/Firefox packer: Artix Linux Firefox ver.: 142.0 (64-bit) Tested on brand new profile

User5823034 於 3 個月前 詢問

TromoSM 於 3 個月前 解答

  • 已解決

AI impairs performance

I'll be honest, I have strong ethical objections to "generative artificial intelligence" (genAI) on a range of issues, and I have seen no sign that the industry is capabl… (閱讀更多)

I'll be honest, I have strong ethical objections to "generative artificial intelligence" (genAI) on a range of issues, and I have seen no sign that the industry is capable of, let alone plans to address any of them. But I'm not here to debate genAI, I'm here because I require a work enviroment and tools that make it as easy as possible, preferably default, to avoid genAI.

I'm deeply disappointed that the Mozilla Organization has decided to add genAI to label tabs in Firefox. Even if I didn't have ethical concerns, I would still be disappointed at the bogged-down performance and genAI hallucinations that make this change categorically a downgrade.

I respect other users right to do things I find harmful, and the Organization's authority to make decisions. I treat genAI much as I treat smoking, everyone gets to make their own choices, but I have the right not to be exposed to second-hand smoke. Having genAI options default to on is like having somone blow smoke in my face, and when they can't be turned off, it is like having an acquaintence who insists on smoking in my home: I won't have them over (use their software) any more.

I'm in the process of kicking the people who smoke in my house out, and minimising my exposure to "second-hand smoke" (unwanted genAI). I've been a Mozilla user and proponent since the Organization was founded, and was a Netscape user before that, so I don't want to lose an old friend... but I am looking into other options.

vanishag 於 3 個月前 詢問

Paul 於 3 個月前 解答