Sync cookies exception list

Hi, This has been brought up before, but not with this exact question (not that I could find, at least). I understand that cookies cannot be synced across devices, but … (ďalšie informácie)

Hi,

This has been brought up before, but not with this exact question (not that I could find, at least).

I understand that cookies cannot be synced across devices, but this is not what I am asking for. Is there a way to make firefox sync the list of exceptions? Meaning, only the specified website URL and its status, not the cookies from these sites.

Otázku položil(a) pompan2 Pred 46 minútami

how do i remove the mute tab button when hovering over tabs with audio playing

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Fire… (ďalšie informácie)

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Firefox doesn't do it's even with my twerks but ohwell.)

so when i want to click on a tab with audio playing at a small size i often mute the tab instead of clicking on the tab

Where and how can i remove the mute button that appears when hovering over tabs with audio playing?

I have never found that mute button useful so removing it will not impact me

Otázku položil(a) andreasdevantier Pred 21 hodinami

Posledná odpoveď od Agent virtuel Pred 2 hodinami

Having trouble seeing webpages in Mozilla Firefox

Hello, Mozilla Community, Hope you are doing well I'm contacting you to ask for help with a Mozilla Firefox problem I'm having with trying to visit the following website:… (ďalšie informácie)

Hello, Mozilla Community, Hope you are doing well I'm contacting you to ask for help with a Mozilla Firefox problem I'm having with trying to visit the following website: https://www.chiropracticco.com/ It won't load, and I'm not sure if that's because of a bug in the website, a browser issue, or something else entirely.

Does anyone else have knowledge of this problem or recommendations for a fix? I've attempted removing addons and cleaning the cache in my browser, but the issue still exists.

I would be grateful for any advice or ideas on improving the usability of the website. Thank you in advance for your assistance.

Otázku položil(a) Kafleen Qalmar Pred 2 hodinami

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (ďalšie informácie)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Otázku položil(a) Slouch Pred 2 hodinami

Sound glitches in KDE after visit some sites in Firefox

Steps for reproduce: Turn ON PC Launch Audacious player Launch Firefox Visit to drupal.org And I have sound glitches like on radio tuning. From all software, … (ďalšie informácie)

Steps for reproduce:

  • Turn ON PC
  • Launch Audacious player
  • Launch Firefox
  • Visit to drupal.org

And I have sound glitches like on radio tuning. From all software, that have sounds: players, browser, messengers. Glitches disappear after restart. I find only 2 sites, that make it: drupal.org and my local bank. With Chrome - no problems.

Without Audacious glitches can be to, but not in 100% of cases.

OS: KDE Neon Plasma 6

Otázku položil(a) Alexandr Vasilenko Pred 3 hodinami

Trojan in Firefox

Microsoft Security Essentials detect multiples times Trojan in Firefox setup. By Uninstalling and reinstalling, the issue was not resolved. Refer screenshots - https://p… (ďalšie informácie)

Microsoft Security Essentials detect multiples times Trojan in Firefox setup. By Uninstalling and reinstalling, the issue was not resolved.

Refer screenshots - https://prnt.sc/Ws33iJcTrTf4 and https://prnt.sc/qGtwazGiX9ft

Category: Trojan

Description: This program is dangerous and executes commands from an attacker.

Recommended action: Remove this software immediately.

Items: containerfile:C:\Users\SYSCOM\AppData\Local\Mozilla\Firefox\Profiles\8dgf2yxz.default-1714042762339\cache2\entries\DC4B6FD7DF61D36E6E04BFC4DB2700E143AD5C51 file:C:\Users\SYSCOM\AppData\Local\Mozilla\Firefox\Profiles\8dgf2yxz.default-1714042762339\cache2\entries\DC4B6FD7DF61D36E6E04BFC4DB2700E143AD5C51->(GZip)

Otázku položil(a) SYSCOM INDIA Pred 4 hodinami

Posledná odpoveď od James Pred 3 hodinami

firefox container tab minify

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox… (ďalšie informácie)

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox,

thank you!

Otázku položil(a) Mousica Pred 5 hodinami

Not able to load sites

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of… (ďalšie informácie)

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of error (unless it tries to connect for too long like a couple of minutes, then the error does shows up). The site still sends me notificarions through the browser though. Any other site loads up without a problem. I tried to use methods mentioned in the help article (turned off proxy, turned on network.dns.disableIPv6, deleted cookies and cache). In other browsers (Edge, for example) reddit.com loads just fine. Please help me if you can.

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

Posledná odpoveď od Anton Pred 6 hodinami

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (ďalšie informácie)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Otázku položil(a) Slouch Pred 5 dňami

Posledná odpoveď od Slouch Pred 15 hodinami

Firefox is not setting my location correctly on a desktop, Android cell phone is fine

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have d… (ďalšie informácie)

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have dog named Toto either. I am in the Detroit area. If I use other browsers, I don't have this problem. It only happens on desktop computers. On my cell phone it shows the correct location. I have already done the simple troubleshooting measure (for a year now: clearing cache, uninstall, reinstall, etc...) and NOTHING removes me from this Tornado Alley, Kansas location on the Firefox browser. If I use Chrome, Opera, Edge, etc... I don't get this problem. It must be something in the Firefox program.

Otázku položil(a) tigerprowlusa Pred 1 mesiacom

Posledná odpoveď od tigerprowlusa Pred 8 hodinami

can't open messages.google.com

I used to have no problem opening messages.google.com/web/conversations to link my messages to my Pixel phone. Just recently the site will not open in Firefox. Not an err… (ďalšie informácie)

I used to have no problem opening messages.google.com/web/conversations to link my messages to my Pixel phone. Just recently the site will not open in Firefox. Not an error message, it just won't open the page.

Otázku položil(a) Jeff Pred 21 hodinami

Posledná odpoveď od jonzn4SUSE Pred 9 hodinami

Secure Connection Failed An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid. Error code: SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID

Secure Connection Failed An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid. Error code: SEC_ERROR_PATH_LEN_… (ďalšie informácie)

Secure Connection Failed

An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid.

Error code: SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID

This seems to be caused by Firefox. I don't have this problem with Edge, Chrome or Opera

Otázku položil(a) rpurch Pred 20 hodinami

Posledná odpoveď od NNAMDI BARNERD ELIJAH Pred 9 hodinami

  • Vyriešené

New computer problems

I purchased a new computer, was finally able to download Firefox. When I go to use it, frigging Microsoft BING come up. How do I fix it? Thank you for your help. Susan… (ďalšie informácie)

I purchased a new computer, was finally able to download Firefox. When I go to use it, frigging Microsoft BING come up. How do I fix it? Thank you for your help. Susan

p.s. I am at work, the new computer is at home., The version of Firefox was downloaded yesterday and the operating system is Windows 11

Otázku položil(a) Susan Gatewood Pred 17 hodinami

Na otázku odpovedal(a) TyDraniu Pred 17 hodinami

Multiple Failed Attempts to Recover Previous Session (Tabs) After Reinstalling Firefox

My "recovery.jsonlz4" file from a previous install will not reopen my previous session (tabs) after the new installation. Before deleting my previous installation of Fir… (ďalšie informácie)

My "recovery.jsonlz4" file from a previous install will not reopen my previous session (tabs) after the new installation.

Before deleting my previous installation of Firefox (for a clean install), I did two things: I created a restore point, and I did a backup of my old data.

The data consists of: bookmarks-2024-05-10.json

These folders: C:\Users\[machinename]\AppData\Local C:\Users\[machinename]\AppData\Roaming C:\Computer Files\Mozilla Firefox\distribution C:\Program Data\Mozilla-1de4eexxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Within "Roaming" I have Firefox\Profiles\xxxxxxxx.default-release\sessionstore-backups

In that sessionstore-backup, I have a "recovery.baklz4" (most recent session, I'm guessing) and three others that look like "upgrade.jsonlz4-2024xxxxxxxxxxx

With Firefox closed, I took a copy of "recovery.baklz4" (745 KB) and pasted it into the current sessionstore-backups file, then I changed the file to "recovery.jsonlz4".

I thought that when I reopened Firefox, my previous tabs would appear. They didn't. So, I went to the menu, then to History, and clicked on Recover Previous Session. That didn't do anything either. And it reduced the size of the *.jsonlz4 file from 745 KB to 6 KB.

I'm not sure what I've done wrong. Can you help me out?

Thank you.

Frank

Otázku položil(a) Frank Pred 19 hodinami

Posledná odpoveď od jonzn4SUSE Pred 10 hodinami

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now."

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers. Problem started Maybe arou… (ďalšie informácie)

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers.

Problem started Maybe around mid April. Have 5 computers: 2 running Windows 10, 2 running Windows 7 Professional, 1 running Linux

Problem occurs only on the computers running windows 7 Professional

Regards.

Otázku položil(a) HBR Firefox VPN Pred 16 hodinami

Posledná odpoveď od jonzn4SUSE Pred 11 hodinami

Merge Mozilla account and Mozilla Support Account

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked … (ďalšie informácie)

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked burst of changing passwords. Can we merge them?

Otázku položil(a) NumbReally Pred 1 dňom

Posledná odpoveď od James Pred 11 hodinami

firefox freezes when I click in the address bar

Very similar to -> https://support.mozilla.org/en-US/questions/1427103 My firefox now freezes when I click in the URL bar. NO solution I have found so far other than … (ďalšie informácie)

Very similar to -> https://support.mozilla.org/en-US/questions/1427103

My firefox now freezes when I click in the URL bar. NO solution I have found so far other than task manager -> end task and restart the browser. Occasionally that will work, other times it will immediately freeze again.

Historically I have had a LOT of tabs open, more recently less than 20 tabs. I have never seen the issue before.

Windows 10 22H2 Ryzen 3600 32GB RAM Nvidia RTX 3060 LHR 3 Monitors 2 - 1920x1200, 1 - 1920x1080

What I have tried so far: - reboot - restart firefox - "refresh" firefox - troubleshooting mode - removed all extensions - removed some extensions - reduced tabs down to a few - tried to click in the start page search instead of url bar - turned off hardware acceleration - turned on hardware acceleration - turned off TLS DNS - using only 1 window at a time instead of 2 or 3 - waited for an hour or so and window did not become responsive

None of these solutions fixed the issue. A screenshot would be useless as the window looks fine, but the UI is unresponsive.

Otázku položil(a) drofmij Pred 2 dňami

Posledná odpoveď od drofmij Pred 11 hodinami

I cannot get into MS365 using Firefox

I have always been a Firefox user and all of a sudden I cannot get into my MS 365 Sharepoint if I am using Firefox, if I use Edge I can get into the accounts. I want to … (ďalšie informácie)

I have always been a Firefox user and all of a sudden I cannot get into my MS 365 Sharepoint if I am using Firefox, if I use Edge I can get into the accounts.

I want to use Firefox not big commercial browsers.

Kim Coontz [removed phone# and emails from public support forum] Work Email: [removed]

Otázku položil(a) ekcoontz Pred 12 hodinami

Posledná odpoveď od jonzn4SUSE Pred 11 hodinami

Task sidebar removal

My elderly client has enabled a “my tasks” sidebar in Gmail. He does not know how to turn it off. I have searched for an answer and have been unable to find one. Ctrl+B… (ďalšie informácie)

My elderly client has enabled a “my tasks” sidebar in Gmail. He does not know how to turn it off. I have searched for an answer and have been unable to find one. Ctrl+B is not helpful and doesn’t bring up a screen where it says sidebar. Please help! He keeps asking about it and I am a caregiver, not a computer technician…

Otázku položil(a) James Bradley Pred 1 dňom

Posledná odpoveď od jscher2000 - Support Volunteer Pred 12 hodinami