ALL webpage text renders as if poor Cleartype settings were chosen.

In all webpages, including Firefox settings pages, text appears like poorly chosen Cleartype settings. This does NOT apply to the menu and Address bars, nor the drop down… (ďalšie informácie)

In all webpages, including Firefox settings pages, text appears like poorly chosen Cleartype settings. This does NOT apply to the menu and Address bars, nor the drop down options in "Which topic best describes your question?" that appears when asking a question here. Troubleshooting mode does NOT solve this, however switching profiles DOES, so I imagine there is a setting responsible for this however I've reset all font-related settings I could find. I've attached a screenshot of the result on this page. Choosing alternative fonts does NOT solve this.

Otázku položil(a) neijyry Pred 6 dňami

i want set firefox to default to yahoo mail instead of outlook, i do not have mailto in the general/applications window

when clicking on an icon that is going to send an email, Firefox defaults to Outlook. I do not have Outlook nor do I want it. I want Firefox to default to my Yahoo mail a… (ďalšie informácie)

when clicking on an icon that is going to send an email, Firefox defaults to Outlook. I do not have Outlook nor do I want it. I want Firefox to default to my Yahoo mail account. I checked the Settings/General/Applications window for the mailto option but it is not there. How can I change the default mail from Outlook to Yahoo in Firefox (using windows 11).

Otázku položil(a) wingrider6 Pred 6 dňami

Firefox not performing adequately.

I can't always sign into my bank with Firefox but can with Safari. Sometime it works and other times it doesn't and I get an error message. If I switch to Safari, I nev… (ďalšie informácie)

I can't always sign into my bank with Firefox but can with Safari. Sometime it works and other times it doesn't and I get an error message. If I switch to Safari, I never have a problem signing in. Can you tell me what's going on and how to fix it?

Also, I can't do health video calls with Firefox. I can see the person but they can't hear me. I've tried everything I know to do the get it working to no avail. However, if I do a Zoom teleconference, I generally don't have any problems. The problems come when my doctor's facility sets up the video call. I don't know what system they use, but it's odd that it only works partially (video and no sound). I can do the video calls on my cell phone with no problems. It's only with my desktop, which I prefer to use because the screen is much easier to view. Any ideas on how to fix this problem?

Thank you, Deborah Higgins dlhig33@yahoo.com

Otázku položil(a) dlhig33 Pred 6 dňami

youtube worked two days ago with no problems... and had been working the entire time.. Why doesn't it work now

What changed to prevent youtube from working? It worked for as long as I have had your browser and two days ago... all of a sudden it doesn't... just freezes. I've done … (ďalšie informácie)

What changed to prevent youtube from working? It worked for as long as I have had your browser and two days ago... all of a sudden it doesn't... just freezes. I've done what you suggested... it didn't work I installed an extension yesterday and it worked yesterday... Now today... not working even with extension

help please

Otázku položil(a) healthyrx4life Pred 6 dňami

Firefox sponsored shortcuts

I have left Shortcuts toggled on, since I want to see the 18 shortcuts that I have manually pinned. Fine so far. I have unchecked Sponsored Shortcuts, but I still am see… (ďalšie informácie)

I have left Shortcuts toggled on, since I want to see the 18 shortcuts that I have manually pinned. Fine so far.

I have unchecked Sponsored Shortcuts, but I still am seeing sponsored shortcuts. What am I doing wrong?

Otázku položil(a) David Crocker Pred 6 dňami

how can i block pay articles from my recommendend news feed?

Dear Mozilla, I have enjoyed Firefox and I always appreciated the vast headline stories recommended in the past. Recently, there seems to be a change where every recommen… (ďalšie informácie)

Dear Mozilla, I have enjoyed Firefox and I always appreciated the vast headline stories recommended in the past. Recently, there seems to be a change where every recommended article requires a paid subscription, i.e. Slate Plus, I already pay WAPO, NYT, WSJ, San Diego Union Tribune, Arizona Republic that i cannot afford to pay each and every website. I would be very happy if you could tell me where in my settings i can set it to show only free articles or perhaps my screen could show a little green dollar sign saying if article was behind a paywall. thank you for your time in reading and assistance. Carl

Otázku položil(a) Carl Rebman Jr. Pred 6 dňami

Problems with links and right click 'search' opening and switching new tab despite settings otherwise

Good evening. I have had to install my FF after a system repair. I have everything set back except when I click on a link and hightlight an item with my mouse and right… (ďalšie informácie)

Good evening. I have had to install my FF after a system repair. I have everything set back except when I click on a link and hightlight an item with my mouse and right click it opens a new tab. But before where it would just open it changes to the new tab immediately. Under settings I have the 'when open new tab switch to it immediately' unchecked and I was directed to four settings on about:config including browser.tabs.loadDivertedInBackground to set to true. I did and the behavior did not change. Any suggestions would be helpful. Thank you.

Otázku položil(a) Figureguy Pred 6 dňami

My shortcuts keep randomly disappearing from my home page.

My shortcuts keep disappearing from my home page when I turn my computer on. Sometimes it's fine, sometimes I have to spend a long time trying to find them. Sometimes I… (ďalšie informácie)

My shortcuts keep disappearing from my home page when I turn my computer on. Sometimes it's fine, sometimes I have to spend a long time trying to find them. Sometimes I just have to restart Firefox. Sometimes I have to go into settings. Sometimes I can't work it out.

Has been happening for the past month or so.

Otázku položil(a) juanitabrokas Pred 6 dňami

Save Tabs & windows has stopped working

I can't save my tabs & windows anymore, I have the box checked but after I close down the computer I lose all the tabs when I reopen and then I need to put them all b… (ďalšie informácie)

I can't save my tabs & windows anymore, I have the box checked but after I close down the computer I lose all the tabs when I reopen and then I need to put them all back manually. What has gone wrong it always worked before for many years? Please tell me how to fix it

Otázku položil(a) Rossi Pred 6 dňami

Changing the sidebar shortcut from the UI

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far… (ďalšie informácie)

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far managed to modify the shortcut through intercepting function calls.

What I have done: 1. Read through the JS source code for about:keyboard which says the shortcut ID is `toggleSidebarKb` 2. Added hooks to intercept `RPMSendQuery` calls 3. Modified the shortcut through devtools open on the about:keyboard page with the following snippet

```js await RPMSendQuery("CustomKeys:ChangeKey", {

 "modifiers": "accel",
 "isValid": true,
 "key": "S",
 "shortcut": "Ctrl+S",
 "id": "toggleSidebarKb"

}) ```

The way I am doing it is definitely a hack. I am not sure if I am missing something. Although the shortcuts for bookmarks, history, and GenAI chat sidebar are present, there seems to be no entry to change the sidebar toggle shortcut itself. I'd love to work on this but I haven't been able to mach bootstrap on NixOS.

Thank you for any assistance :)

Otázku položil(a) lavafroth Pred 6 dňami

How to continue without profiles

A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to anoth… (ďalšie informácie)

A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to another. Then I discovered that I had to log in my accounts onto every profile I made and it sounded like a terrible idea, so I tried deleting all my profiles to get it to revert but now that I open the browser it shows me to make a new Profile. So, I want to know how can I revert back to using Firefox Without the use of profiles like I was before clicking the pop-up

Otázku položil(a) Rudra Sharma Pred 6 dňami

Open new related tabs next to current tab in most recently opened order

I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most … (ďalšie informácie)

I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most recently opened tab next to the original tab.

Example Two tabs are open, site 1 tab 1 and site 2 tab 1. Open a new link to site 1 on site 1 tab 1. The order is site 1 tab 1, site 1 tab 2, site 2 tab1. Open another link to site 1 on site 1 tab 1. The order is now site 1 tab 1, site 1 tab 3, site 1 tab 2, site 2 tab 1.

Thanks in advance.

Otázku položil(a) No AI please Pred 6 dňami

Warum fordert FF bei Anmeldung in Ebay, Kleinanzeigen immer das PW, früher war das nicht

Warum fordert FF bei Anmeldung in Ebay, Kleinanzeigen immer das PW und anschließend noch eine Bestätigung über mobil Funk. Das war vor 2 bis 3 Wochen nicht, es nervt. We… (ďalšie informácie)

Warum fordert FF bei Anmeldung in Ebay, Kleinanzeigen immer das PW und anschließend noch eine Bestätigung über mobil Funk. Das war vor 2 bis 3 Wochen nicht, es nervt. Weiterhin werden die Bilder in Ebay kaum noch gezeigt. Sytem Win 11 auf PC

Otázku položil(a) eifel2010 Pred 6 dňami

When I sign in with Apple ID I have to provide a fingerprint - how do I change that to face ID?

When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a… (ďalšie informácie)

When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a popup asking for a fingerprint. None of my devices use a fingerprint. I get it needs confirmation, but very rarely you get the dotty circle to use with your phone camera, but not all the time. How can I make my life easier and get the dotty circle all the time, or force things to go to my phone for confirmation that it's me - face ID or something.

I've looked on my Apple stuff and can't find anything that will help, so I'm reaching out!

Otázku položil(a) Dean Pred 6 dňami

Firefox crashes

Dear Support Team, I am currently experiencing a very frustrating issue with Firefox. I have been using it for many years, and it has always been my preferred and most co… (ďalšie informácie)

Dear Support Team,

I am currently experiencing a very frustrating issue with Firefox. I have been using it for many years, and it has always been my preferred and most comfortable browser for my daily work. I depend on it heavily, as all my bookmarks and other important information are stored there.

Over the past few weeks, Firefox has been crashing more than ten times a day. I have already tried all the troubleshooting steps suggested in forums and through AI-based support, but none of them have resolved the problem. I also attempted to install and use the Firefox Beta version, but the issue still continues.

In our environment, other users and devices are not encountering this problem, so it does not appear to be related to internal firewall or antivirus restrictions.

Could you please assist me in troubleshooting this issue? I have attached the error screen that appears after the crash along with the crash report for your reference.

No reports shows on about:crashes

Best regards

Otázku položil(a) jcp4linux Pred 6 dňami

Unable to log in to sites or view media

I cannot log into Facebook with my Firefox browser. Even though the username and password are entered correctly, the login freezes and I cannot proceed. I am able to acce… (ďalšie informácie)

I cannot log into Facebook with my Firefox browser. Even though the username and password are entered correctly, the login freezes and I cannot proceed. I am able to access the site on other devices. On my laptop, I deleted all cookies, history, and cache as recommended. I am able to log in to Instagram on this device. Coincidental to this problem: when I try to view video on newyorktimes.com, the browser freezes. I cannot view content in other open tabs and must reboot the browser.

Otázku položil(a) amy.metnick Pred 6 dňami