Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

Remove time and date stamp from documents

I have scoured the web and read/tried everything. I cannot remove the time and date stamp from my documents. No matter what program/app they are printed from it shows up … (Lesen Sie mehr)

I have scoured the web and read/tried everything. I cannot remove the time and date stamp from my documents. No matter what program/app they are printed from it shows up ruining my printing. I've tried unchecking the header/footer box. There's nothing in my brother printer set up regarding the date/time stamp. It has to be firefox. How do I fix this? I'm not a computer guru so I need details. I'm at my whits end! Thanks!

Gefragt von penngrad74 vor 9 Stunden

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 … (Lesen Sie mehr)

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.

Gefragt von pompan2 vor 12 Stunden

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:… (Lesen Sie mehr)

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.

Gefragt von Kafleen Qalmar vor 14 Stunden

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… (Lesen Sie mehr)

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

Gefragt von Slouch vor 14 Stunden

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, … (Lesen Sie mehr)

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

Gefragt von Alexandr Vasilenko vor 15 Stunden

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… (Lesen Sie mehr)

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)

Gefragt von SYSCOM INDIA vor 16 Stunden

Letzte Antwort von James vor 15 Stunden

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… (Lesen Sie mehr)

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!

Gefragt von Mousica vor 17 Stunden

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… (Lesen Sie mehr)

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.

Gefragt von Anton vor 6 Tagen

Letzte Antwort von Anton vor 18 Stunden

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… (Lesen Sie mehr)

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

Gefragt von Slouch vor 5 Tagen

Letzte Antwort von Slouch vor 1 Tag

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… (Lesen Sie mehr)

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.

Gefragt von tigerprowlusa vor 1 Monat

Letzte Antwort von tigerprowlusa vor 20 Stunden

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… (Lesen Sie mehr)

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.

Gefragt von Jeff vor 1 Tag

Letzte Antwort von jonzn4SUSE vor 21 Stunden

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_… (Lesen Sie mehr)

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

Gefragt von rpurch vor 1 Tag

Letzte Antwort von NNAMDI BARNERD ELIJAH vor 21 Stunden

  • Gelöst

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… (Lesen Sie mehr)

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

Gefragt von Susan Gatewood vor 1 Tag

Beantwortet von TyDraniu vor 1 Tag

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… (Lesen Sie mehr)

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

Gefragt von Frank vor 1 Tag

Letzte Antwort von jonzn4SUSE vor 22 Stunden

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 … (Lesen Sie mehr)

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?

Gefragt von NumbReally vor 1 Tag

Letzte Antwort von James vor 23 Stunden

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 … (Lesen Sie mehr)

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.

Gefragt von drofmij vor 3 Tagen

Letzte Antwort von drofmij vor 23 Stunden

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 … (Lesen Sie mehr)

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]

Gefragt von ekcoontz vor 1 Tag

Letzte Antwort von jonzn4SUSE vor 23 Stunden

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… (Lesen Sie mehr)

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…

Gefragt von James Bradley vor 2 Tagen

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Tag

how to change firefox default search engine?

if i search in the firefox bar then google always search "all time" but i want it to search the last 3 year. i have a code for that this: https://www.google.com/search?q=… (Lesen Sie mehr)

if i search in the firefox bar then google always search "all time" but i want it to search the last 3 year. i have a code for that this: https://www.google.com/search?q=%25s&sca_esv=cd9a55a255ee4ca7&source=lnt&tbs=cdr%3A1%2Ccd_min%3A2022%2Ccd_max%3A&tbm=

but how can i change this in firefox? where i need to put this or how?

Gefragt von moderndefender vor 1 Tag

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Tag