Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

My Passswords Hacked

When I went to my Firefox password page there was a red banner saying my website was hacked and my passwords stolen a year ago. That message was not on that page a month … (Lesen Sie mehr)

When I went to my Firefox password page there was a red banner saying my website was hacked and my passwords stolen a year ago. That message was not on that page a month ago. Please advise urgently.

Gefragt von seniorshophere vor 54 Minuten

Pasting a screenshot through the clipboard corrupts the image

When i try to insert a screenshot through the clipboard on google or yandex image search, the original image is corrupted. Even i try to upload an image via classic uploa… (Lesen Sie mehr)

When i try to insert a screenshot through the clipboard on google or yandex image search, the original image is corrupted. Even i try to upload an image via classic upload-button the same problem reproduise. On other sites there is no similar problem, as well as trying to insert the same image but inside the application windows.

In attachement: yandex/google and default image i was trying to upload.

Gefragt von Bedov vor 17 Stunden

Letzte Antwort von jonzn4SUSE vor 1 Stunde

Discover website login isse

Just recently I am no longer able to login to the discover.com site in private mode. It still works in regular mode. I'm using this on a desktop, not the discover app. … (Lesen Sie mehr)

Just recently I am no longer able to login to the discover.com site in private mode. It still works in regular mode. I'm using this on a desktop, not the discover app. I spoke to their tech support and tried to do a login while on the phone. They told me nothing was coming through on their end. So, what changed and how can I fix it please?

Gefragt von punbrain vor 17 Stunden

Letzte Antwort von jonzn4SUSE vor 1 Stunde

access to SSA.gov via either login.gov or idme

When I attempt to log into my ssa.gov account thru either login.gov or id.me with firefox browser i get the following message. "Your browser sent a request that this se… (Lesen Sie mehr)

When I attempt to log into my ssa.gov account thru either login.gov or id.me with firefox browser i get the following message. "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." I can access both with google or edge. I am running windows 11 with most recent firefox update What do I need to change in my firefox settings?

Gefragt von earl dallon vor 1 Stunde

Problems using Reddit web site

Whenever I try to use Reddit Firefox refuses to display most media elements. This has only been a problem since the recent upgrade to 145. I've tried refreshing Firefox. … (Lesen Sie mehr)

Whenever I try to use Reddit Firefox refuses to display most media elements. This has only been a problem since the recent upgrade to 145. I've tried refreshing Firefox. I've even re-installed it, using a totally new profile.

Is anyone else experiencing this? I get the following message (image attached) in the console if I inspect one of the elements involved.

Gefragt von ReallyPissedOff99 vor 3 Tagen

Letzte Antwort von Mark vor 2 Stunden

Warning: Potential Security Risk Ahead

I have an website which I prior to this error message have visited many times on Firefox and had no problems. Recently though around two days ago I noticed that I couldn'… (Lesen Sie mehr)

I have an website which I prior to this error message have visited many times on Firefox and had no problems. Recently though around two days ago I noticed that I couldn't get in and was met with the following message "Warning: Potential Security Risk Ahead". I can't bypass it apparently and I really need to be able to access this site as it's a University site.

I can access the site on other browsers such as Chrome and Edge but I use Firefox as my default browser and I'd like to keep it that way. I'd appreciate any help I can get.

Said link: https://canvas.gu.se/

Gefragt von niknosrati vor 7 Stunden

Letzte Antwort von Agent virtuel vor 2 Stunden

twitch not showing channel points

its pretty much what it says on the tin, im not seeing my channel points in chat i have turned off all the tracking stuff i turned off the enhanced tracking and i st… (Lesen Sie mehr)

its pretty much what it says on the tin, im not seeing my channel points in chat

 i have turned off all the tracking stuff 

i turned off the enhanced tracking and i still cannot see or earn my channel points i have turned my site security to nothing to see if that would do anything I have turned off all my add-ons and they just dont show can anyone tell me whats happening here

Gefragt von hatzy.n.z vor 1 Tag

Letzte Antwort von hatzy.n.z vor 3 Stunden

shortcuts have all disappeared even though settings show 3 rows

One day there are no shortcuts on my firefox homepage, none show up when I open a new tab. In my settings, it shows I have set to allow 3 rows of shortcuts, but there ar… (Lesen Sie mehr)

One day there are no shortcuts on my firefox homepage, none show up when I open a new tab. In my settings, it shows I have set to allow 3 rows of shortcuts, but there are none! This is so totally inconvenient and I have spent hours trying to sort it out, so I might be bailing on Firefox as my default browser.

Some google search suggestions mention "clicking on the plus sign" to add a shortcut. THat opens a new tab but does not relate to shortcuts.

This is a snip from my Chrome homepage, with shortcuts. I used to have 3 rows in Firefox. Now there are none, and there is no plus sign to add one.

HELP

Gefragt von ndantonio2 vor 4 Stunden

Firefox takes too long to load websites after login

Greetings, I have a problem with Firefox taking too long to load websites after login, while Edge loads websites immediately. It happens every time I lift the laptop lid … (Lesen Sie mehr)

Greetings, I have a problem with Firefox taking too long to load websites after login, while Edge loads websites immediately. It happens every time I lift the laptop lid and login. I have restarted Windows 11 and tested the load times of Firefox and Edge a while ago by going to Google. Edge loaded Google after 5 seconds, while Firefox 3 minutes and 25 seconds. That's long. Sometimes Firefox loads a webpage 10 minutes after login.

What could be the issue here and how do I fix it? I have the following extensions and I'm sure that they do not hinder Firefox.

Gefragt von igor.arnautovic123 vor 2 Tagen

Letzte Antwort von jonzn4SUSE vor 4 Stunden

"Find" highlighted text background is really tough for this color blind person.

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find? What I … (Lesen Sie mehr)

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find?

What I would like: Find (focus): yellow text on black background Find All: white text on black background

Yes, of course it would be nice if that would auto switch to black on yellow if the website default is black background.

I can hack userContent.css and get the selection function to work:

/* General highlight (for text selection, etc.) */

selection {
   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I can hack userContent.css and get the Find All (sans the focus) to work.

But firefox always provides the focus with white on green. Even if I do something like this:

/* Customize the color of highlighted search text */ input[type="search"]:focus::selection {

   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I tried several themes. No change. I tried changing Windows Preferences. No change.

There must be a way to make this "find" feature useful for me.

Gefragt von jonathan67 vor 4 Stunden

Random empty .htm file downloaded

I was googling something related to my game and i clicked on a Reddit search result, which i made sure is the official Reddit website not some shady one, then an empty .h… (Lesen Sie mehr)

I was googling something related to my game and i clicked on a Reddit search result, which i made sure is the official Reddit website not some shady one, then an empty .htm file from moz-safe-about resource got downloaded randomly. I didn't open it, i uploaded it to VirusTotal which came out safe and then i instantly deleted it and ran a virus scan with Windows Security which also came out clean. i tried to recreate this by opening the same website again both on Firefox and other browsers like Zen(Firefox based) and Chrome but nothing happened.

is this a harmless bug or should i worry that it could be a virus that didnt get detected?

Gefragt von xyefuh vor 7 Stunden

  • Gelöst

Firefox switches from built-in viewer to Adobe after 1-2 seconds

I have Firefox set to use the built-in .pdf viewer to avoid Adobe's intrusive AI features. I have disabled Adobe's AI features in the Acrobat settings, that does not see… (Lesen Sie mehr)

I have Firefox set to use the built-in .pdf viewer to avoid Adobe's intrusive AI features. I have disabled Adobe's AI features in the Acrobat settings, that does not seem to apply when Firefox opens the Acrobat reader. Consequently, I have to fight off AI "suggestions" and offers of help when I simply want to read a document from the web.

So I set Firefox to use the built-in reader. After 1-2 seconds, it switched to Adobe, and brings up all the annoying AI features. How can I keep Firefox from switching to Adobe?

As a test, I renamed Acrobat.exe to AcrobatX.exe. Firefox behavior did not change. I also killed all Acrobat-related tasks in Task Manager. My document still displayed in Acrobat after 1-2 seconds, but none of the Acrobat-related tasks reappeared in the Task Manager.

I am using Firefox 145.0.2 64 bit in Windows 11 with all updates current.

Many thanks for advice.

Gefragt von La_Sombra vor 15 Stunden

Beantwortet von Denys vor 14 Stunden

Unable to backup firefox profile folders.

If I go to the profile folder, exit firefox then copy and paste the folder to a backup location. The attempted backup fails. Something about permissions as I recall. I… (Lesen Sie mehr)

If I go to the profile folder, exit firefox then copy and paste the folder to a backup location. The attempted backup fails. Something about permissions as I recall. I have tried many things unsuccessfully. Something has changed that does not allow for the backup of profile folders. Adding a backup option to the profile manager would be nice. I noticed some people have found work-arounds but I need a straight-forward procedure for backing up my folders. No work-arounds please, just a simple procedure. May I ask for help with this issue?

Gefragt von aqualion vor 1 Woche

Letzte Antwort von aqualion vor 9 Stunden

Closed tabs keep appearing

I have many website icons from closed tabs at the top of the page that are crowding out my open tabs. I don't know why they keep appearing and I can't get rid of them. I'… (Lesen Sie mehr)

I have many website icons from closed tabs at the top of the page that are crowding out my open tabs. I don't know why they keep appearing and I can't get rid of them. I've tried everything I can think of. I'm on an iMac, Sequoia 15.6.1

Gefragt von lenifuhr vor 1 Woche

Letzte Antwort von lenifuhr vor 9 Stunden

EMAIL address is incorrect in Mozilla recovery option. Cannot receive verification codes

The email address in the account recovery option is incorrect. I cannot locate any option to revise it. Correct address is: GHUGHES204@gmail.com. The INCORRECT email ad… (Lesen Sie mehr)

The email address in the account recovery option is incorrect. I cannot locate any option to revise it. Correct address is: GHUGHES204@gmail.com. The INCORRECT email address is GHUGES204@gmail.com. How can this be corrected?

Gefragt von Gloria Hughes vor 9 Stunden

Windows security pop up problem in Firefox

Hi. I'm in Windows 10 Extension using latest version of Firefox 145.0.2. Every time I try to log into my Gmail account, a Windows Security Pop up says: "Making sure it'… (Lesen Sie mehr)

Hi. I'm in Windows 10 Extension using latest version of Firefox 145.0.2.

Every time I try to log into my Gmail account, a Windows Security Pop up says: "Making sure it's you. Please sign in to google.com. This request is coming from Firefox, published by Mozilla Corporation."

I'm already trying to log into gmail using my user name and password! I cancel out of the pop up and then it takes several tries to finally log in to gmail.

Is there any way to disable this pop up request at Firefox's end?

Thank you. JHL

Gefragt von jhloeb28 vor 10 Stunden