Showing questions tagged: Show all questions

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 … (read more)

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.

Asked by seniorshophere 4 hours ago

Last reply by jonzn4SUSE 2 hours ago

All my bookmarks disappeared

So I reformatted my hard drive and everytime I finish I reinstall Firefox. I have an account where I log in and it put me back where I left off with all my past bookmarks… (read more)

So I reformatted my hard drive and everytime I finish I reinstall Firefox. I have an account where I log in and it put me back where I left off with all my past bookmarks that I saved. Ive been doing this for 10 years but today not sure whats going on but when I logged if all my stuff has disappeared. Please help or contact Mozilla regarding this. I cant understand why one cant directly speak to the ones who developed this browser. Quite frustrating

AL

Asked by AL 2 hours ago

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… (read more)

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.

Asked by Bedov 21 hours ago

Last reply by jonzn4SUSE 4 hours ago

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. … (read more)

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?

Asked by punbrain 21 hours ago

Last reply by jonzn4SUSE 4 hours ago

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… (read more)

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?

Asked by earl dallon 4 hours ago

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. … (read more)

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.

Asked by ReallyPissedOff99 3 days ago

Last reply by Mark 5 hours ago

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'… (read more)

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/

Asked by niknosrati 10 hours ago

Last reply by Agent virtuel 5 hours ago

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… (read more)

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

Asked by hatzy.n.z 1 day ago

Last reply by hatzy.n.z 6 hours ago

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… (read more)

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

Asked by ndantonio2 7 hours ago

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 … (read more)

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.

Asked by igor.arnautovic123 2 days ago

Last reply by jonzn4SUSE 7 hours ago

"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 … (read more)

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.

Asked by jonathan67 7 hours ago

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… (read more)

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?

Asked by xyefuh 10 hours ago

  • Solved

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… (read more)

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.

Asked by La_Sombra 18 hours ago

Answered by Denys 17 hours ago

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… (read more)

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?

Asked by aqualion 1 week ago

Last reply by aqualion 12 hours ago

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'… (read more)

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

Asked by lenifuhr 1 week ago

Last reply by lenifuhr 12 hours ago

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… (read more)

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?

Asked by Gloria Hughes 13 hours ago