unable to sigin to my (amazon.com) account was working ok two days ago
unable to sign to my (amazon.com) account was working ok two days ago
unable to sign to my (amazon.com) account was working ok two days ago
I recently sent my PC to the Geek Squad to fix my laptop. They downloaded the hard drive's contents onto a USB and did a full reset of the PC. I have it back now and the … (আরও পড়ুন)
I recently sent my PC to the Geek Squad to fix my laptop. They downloaded the hard drive's contents onto a USB and did a full reset of the PC. I have it back now and the first thing I want to do is restore my tabs, history, bookmarks, etc. on Firefox. I tried following the Mozilla's recovery guide but it doesn't work. The only things I got back were my browser extensions. I'm not sure if I did it right. I'm kind of at a loss.
Updated to esr 128.14 Now Reddit (Redgifs) Hosting site for gifs crashes Firefox and cripples my PC. I've tried restarting in safe mode, then refreshing Firefox. Nothin… (আরও পড়ুন)
Updated to esr 128.14 Now Reddit (Redgifs) Hosting site for gifs crashes Firefox and cripples my PC. I've tried restarting in safe mode, then refreshing Firefox. Nothing is working. Reddit support just has an issue with the Gifs not playing, but nothing as extreme as what iam experiencing. I believe it may be something is preferences or a codec or something that was changed in the recent update. Any advice/ help would be great. Edit: OS is windows 10 latest updates Amd- Ryzen 7/32gig 3.20 ghz PC. So can handle a little bit of heavy browsing.. FF 128.14 esr Ext- Ublock Origin
Search By Image Flash and Download Video.
Even with Addons disabled still occurs. Really at a loss here.
i just want to be able to add drag space to the top of my browser so i can move the window easily while it's maximized. i have been unable to find the customization secti… (আরও পড়ুন)
i just want to be able to add drag space to the top of my browser so i can move the window easily while it's maximized. i have been unable to find the customization section of firefox options and there is also no place on this website to speak to an actual member of support staff. this should be simple
For some reason all of a sudden my bookmarks don't show their identification icons that are associated with that web site. Those icons are to the immediate left of the si… (আরও পড়ুন)
For some reason all of a sudden my bookmarks don't show their identification icons that are associated with that web site. Those icons are to the immediate left of the site address. I used to use those colored icons as a quick reference to select the web site I wanted. Being I have MANY bookmarks, those icons to the left weer a GREAT help to locating a specific bookmark.
How do I get my bookmarks to show the way they used to show before? Is there a way to show my bookmarks to a earlier date? Maybe that way my bookmarks will show the way they used to ? Can someone please help. This new bookmark menu listing I now see is not user friendly! Thank you.
bold text How do I know if I have the latest Firefox update? bold text
Is there a way to change the size of the sections in Firefox? For instance, I don't need so much space for the listings of Inbox, Sent etc. or the Tabs but would like to… (আরও পড়ুন)
Is there a way to change the size of the sections in Firefox? For instance, I don't need so much space for the listings of Inbox, Sent etc. or the Tabs but would like to have more space for the web pages themselves. I ask because I've got a sight impediment and have to increase the text size. This means that the web "window" (Sorry, don't know the correct terminology) is so big that I have to scroll down to see it.
Gmail is no longer recognizing MFA via USB Titan key while using Firefox. Issue started today, after the latest Firefox update. Prior to updating Firefox, I had no issues… (আরও পড়ুন)
Gmail is no longer recognizing MFA via USB Titan key while using Firefox. Issue started today, after the latest Firefox update. Prior to updating Firefox, I had no issues signing into gmail with USB Titan key MFA.
When I attempt to sign into my gmail account, I enter my email and password, then I am redirected to the MFA screen where Firefox prompts me to touch my USB Titan security key. After touching the Titan key, gmail says it can't verify my identity and I'm therefore unable to sign into my gmail account.
I tried clearing cache and cookies in Firefox. I also tried a private Firefox window.
My Titan key works. I successfully used it to sign into my Lastpass account in Firefox without issue. I was also able to sign into my gmail account with Titan key MFA using a different browser. This problem is only happening to gmail in Firefox.
SInce early August the cache2/entries folder in my drive C:/Users/../AppData/Local/Mozilla/Firefox/Profiles/yaddayadda folder has been filling up with junk files with lon… (আরও পড়ুন)
SInce early August the cache2/entries folder in my drive C:/Users/../AppData/Local/Mozilla/Firefox/Profiles/yaddayadda folder has been filling up with junk files with long hex hash names .. up to 146,000(+) files amounting to 57GB(+) each day. It's tedious to delete them manually. Can't Firefox delete like it used to?
I want to move file back to original place. It is a working file called Staffplanner USA East Coast, I would like to move it back under the Bookmark heading
Firefox is running so slow since I had to get windows 11, I checked as it said somewhere for Mozilla in program files or program files 86. It is in both, but not as the b… (আরও পড়ুন)
Firefox is running so slow since I had to get windows 11, I checked as it said somewhere for Mozilla in program files or program files 86. It is in both, but not as the browser. Should it be like that? or which do i uninstall? I'm so aggravated can't even think straight anymore
Firefox priveat app can't not download
Was using Windows 10 Pro with Firefox. Had no issues. On 8/23 I upgraded to Windows 11 Pro and the issue started. Under Windows 10 , clearing the cache and cookies , both… (আরও পড়ুন)
Was using Windows 10 Pro with Firefox. Had no issues. On 8/23 I upgraded to Windows 11 Pro and the issue started. Under Windows 10 , clearing the cache and cookies , both from within Firefox and using CCleaner went quickly. After upgrading to Windows 11 , both are slow as molasses , not measured in seconds , but minutes (often 10 or more). Uninstalling and reinstalling made no difference. CHKDSK has been run - no issues found.
Any clues?
i switched the download folder to the "desktop",but still it saves whatever i download in the "default" folder of downloads....even when i checked that it actually in the… (আরও পড়ুন)
i switched the download folder to the "desktop",but still it saves whatever i download in the "default" folder of downloads....even when i checked that it actually in the settings says it was changed....im using Firefox142.0.1 (64-bit)
Hello Firefox Support Team, I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers. Issue… (আরও পড়ুন)
Hello Firefox Support Team,
I would like to report a browser compatibility issue regarding CSS positioning behavior that differs from Chromium-based browsers.
When an element with `position: sticky` is placed inside a container with `position: fixed`, Firefox treats the sticky element as if it has `position: relative`, effectively breaking the sticky positioning functionality.
The sticky element should maintain its sticky positioning behavior even when nested inside a fixed-positioned container, as it does in Chromium-based browsers.
The sticky element loses its sticky properties and behaves like a relatively positioned element.
This issue particularly affects modal implementations where: - The `body` element receives `position: fixed` to prevent background scrolling - Page elements (such as `.total-section`) should maintain their sticky behavior regardless of changes to the body positioning
- **Chromium browsers (Chrome):** Sticky positioning works correctly in this scenario - **Firefox:** Sticky positioning fails and falls back to relative behavior
Could you please consider aligning Firefox's behavior with other major browsers? The current inconsistency creates cross-browser compatibility issues and forces developers to implement JavaScript workarounds.
Thanks!
When writing an URL with Google keyboard on android, if you hide for error the keyboard, the URL writes will be cleared and needs to rewrite all
Thanks
When I tried to share my screen in Google Meets it gave me a message that maybe firefox was stopping it. Can you help?
my pc os updated to win 11, browser keeps asking to set firefox as default I have done this several times; in win11 app setting screen; so is it a bug in browser or in wi… (আরও পড়ুন)
my pc os updated to win 11, browser keeps asking to set firefox as default I have done this several times; in win11 app setting screen; so is it a bug in browser or in win 11, I will hit the ignore option. This is a FYI to Mozilla team. Artwin Sturnacle, asturnacle@msn.com
Your system has now blocked me from accessing Jacquie Larson e-card site to receive or send e-cards. Today it blocked me from opening my statement from Edward Jones. Bo… (আরও পড়ুন)
Your system has now blocked me from accessing Jacquie Larson e-card site to receive or send e-cards. Today it blocked me from opening my statement from Edward Jones. Both of these are sites I have used for years and do not pose a threat to my computer. How do I get rid of this aggressive blocking and get back to reaching these websites?
Hello! I recently used the function to create my own theme for the browser, after a few months I wanted to install another theme (not a custom one, but from the store) an… (আরও পড়ুন)
Hello! I recently used the function to create my own theme for the browser, after a few months I wanted to install another theme (not a custom one, but from the store) and encountered the problem that after re-entering the application my custom theme returns, but another one is specified in the settings, and so after each re-entry. Video description of the problem: https://youtu.be/jzvsTPMCHbw?si=fX3n0YhWWwGiNmgE