Showing questions tagged: Show all questions

My saved passwords don't show up in my laptop browser.

I am using Firefox version 125.0.3(64-bit). I am not able to access my saved passwords. It is asking me to log in when I am already logged in to my Firefox account. When … (read more)

I am using Firefox version 125.0.3(64-bit). I am not able to access my saved passwords. It is asking me to log in when I am already logged in to my Firefox account. When using Firefox in Troubleshoot Mode I can access my saved passwords. How do I solve this problem? Moreover I am unable to add a Primary Password to protect my saved passwords. I have never tried to add a primary password before this problem.

Asked by Prakash 1 day ago

Disabling 'Show animations in Windows' changes the way text is shown on some websites.

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling. I have not had thi… (read more)

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling.

I have not had this behavior on other browsers (Brave, Edge, Chrome & OperaGX tested). I have not noticed this on other websites, but I also haven't really looked.

Windows version 22H2 (OS Build 19045.4291) Firefox version 124.0.2

Images provided are with them off, then on

Steps to recreate 1. Load a tweet (tweet in the images: https://twitter.com/FedeItaliano76/status/1779855670432408011) 2. Turn off window animations (settings->display->show animations in windows->Off) 3. Reload the Tweet

This is not a critical issue for me, but I think it's worth mentioning

Asked by SiwelTheLongBoi 2 weeks ago

Last reply by zeroknight 1 day ago

Homepage

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separa… (read more)

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separate them by skipping a square. I cannot do that any longer and do not like the jumble of the homepage now. How can I keep the blank spaces that are located at the bottom of the rows to separate my categories?

Asked by ch 1 day ago

Last reply by zeroknight 1 day ago

Can't clear autosuggest

I've been having issues with the websites that I commonly go to no longer appear on the autosuggest list. Websites I haven't gone to for ten years appear when I type in … (read more)

I've been having issues with the websites that I commonly go to no longer appear on the autosuggest list. Websites I haven't gone to for ten years appear when I type in a given sequence rather than more common ones. Website that I go to every day no longer appear.

Multiple websites suggest this sequence:

https://support.mozilla.org/en-US/kb/remove-websites-address-bar-suggestions

I follow the "clear all.." and nothing changes. How can I start anew and have FF re-learn my url history?

Asked by bizbizbiz 1 week ago

Last reply by bizbizbiz 2 days ago

Firefox not responding

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not respond… (read more)

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not responding" the page hangs a few moments then it takes me back to SketchUp login. I have not had any recent updates done or required since last logged in and that was yesterday all worked well.

Asked by gobatt 2 days ago

Last reply by zeroknight 2 days ago

Unable to delete "verification.exe" from download library

Several instances of this "verification.exe" malware appear on download history when firefox is opened as shown. Remove from history or clear downloads doesn't eliminate… (read more)

Several instances of this "verification.exe" malware appear on download history when firefox is opened as shown. Remove from history or clear downloads doesn't eliminate them. They reappear whenever firefox is opened.

Suggestions to eliminate this nuisance welcome.

Asked by RWT 3 days ago

Last reply by RWT 2 days ago

Facebook unreachable on both Firefox and Waterfox

I am unable to reach Facebook on both Firefox and Waterfox. Other browsers (Opera, Edge, Chrome) are able to access Facebook. I can access other Meta-owned sites (Messe… (read more)

I am unable to reach Facebook on both Firefox and Waterfox.

Other browsers (Opera, Edge, Chrome) are able to access Facebook.

I can access other Meta-owned sites (Messenger.com, Instagram, Threads) on Firefox and Waterfox.

This issue exists on both my desktop (Windows 10) and laptop (Windows 11).

This issue does not apply to Firefox for iOS or the Facebook app.

All apps and OS's mentioned are up to date.

This has been going on for over a week now.

Asked by Max 2 days ago

Last reply by Max 2 days ago

'trust this device' not working - why?

For several sites, when i check 'trust this device' it doesn't work. next time i signin it still requires 2fa from the site. i've checked and the certificates do exist … (read more)

For several sites, when i check 'trust this device' it doesn't work. next time i signin it still requires 2fa from the site. i've checked and the certificates do exist as i get a message saying already exists when i try to import. this is a very user hostile function. I do not have this issue with Chrome or Microsoft Edge!!!!! i hate to begin using one of these vs Mozilla Firefox to get around this but i may have to do so. my wife and i share access to critical sites so if i need to see her info or she needs to see mine, we both have to be available in order to access the site. Mozilla Firefox 'bug' is requiring us to do so and it doesn't satisfy our requirements. any ways to solve this issue is greatly appreciated. so far no 'searched' solutions work.

Asked by jdk 5 days ago

Last reply by zeroknight 2 days ago

  • Solved

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (read more)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Asked by Slouch 2 days ago

Answered by cor-el 2 days ago

Can't close Firefox with multi pages opened through right clicking the taskbar.

Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809) When I right click the taskbar and press close Firefox, here comes the interface j… (read more)

Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809)

When I right click the taskbar and press close Firefox, here comes the interface just as the screenshot uploaded. The blue close button doesn't response no matter how I click it and the Firefox's taskbar is flashing yellow. This bug only occurs on the first window of Firefox and only when user right click the taskbar.

It has been a long time for me wishing that some updates would be released soon to fix this issue, while noting happens. Or this bug is only for me?

Asked by Feeling Unreal 2 weeks ago

Last reply by zeroknight 2 days ago

Tree Of Tabs. Where did my tree get saved? How can I get it back?

I've just noticed a "Tree Of Tabs" option. I right-clicked a dozen tabs, hit Bookmark This Tree. The webpages disappeared. Now I can't find them, and they're not listed a… (read more)

I've just noticed a "Tree Of Tabs" option. I right-clicked a dozen tabs, hit Bookmark This Tree. The webpages disappeared. Now I can't find them, and they're not listed anywhere in history or recently closed tabs.

Asked by Guru Dave 2 days ago

Last reply by TyDraniu 2 days ago

How to convert a specific chrome addon to firefox

Here is the extension i would like to convert https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic here is what extensio… (read more)

Here is the extension i would like to convert

https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic


here is what extension test .com says


2 compatibility issues found:

What are compatibility issues?

Compatibility issues warn about the usage of APIs or permissions not available in the latest version of Firefox.

   tabCapture.capture is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:3
   tabCapture.onStatusChanged is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:469



How do I fix?

Thanks for any help!

Asked by emerson 2 days ago

Last reply by Paul 2 days ago

Dont know why some pages shows me in russian language

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is sho… (read more)

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is showing in russian ( i mean the app data for sure, not the messages), also some homepages i use open automatically in russian. How can i put latvian by default or if its not available for the homepage, put english automatically?

Asked by Edgars Rudzītis 6 days ago

Last reply by zeroknight 2 days ago

Firefox tabs and application crashes frequently

This has been happening for about a year now, I followed the guide and tried the troubleshoot mode and my tabs still crashes. Can anyone help me read the crash reports a… (read more)

This has been happening for about a year now, I followed the guide and tried the troubleshoot mode and my tabs still crashes.

Can anyone help me read the crash reports and find the cause or common issue?

Here are the most recent crash reports I submitted.

bp-8c044acc-fe5b-424c-867a-948db0240425 bp-74e60e13-2436-4694-a910-9a1c50240426 bp-87f33e94-8848-4c50-a7e5-9c2c40240426 bp-c9373863-fa99-47cd-b5a8-f41dd0240426 bp-24e53275-63b7-4b9a-8a69-b0a2b0240426

Asked by epiphora97 4 days ago

Last reply by epiphora97 2 days ago

  • Solved

Extension appears to be corrupt

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted be… (read more)

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Asked by Bob4K 4 days ago

Answered by TyDraniu 4 days ago

Downloading Firefox 125 problem

I have the latest version of Windows 11 installed. When I try to download Firefox 125 I get a popup window stating Firefox 125 cannot be downloaded on a computer with th… (read more)

I have the latest version of Windows 11 installed. When I try to download Firefox 125 I get a popup window stating Firefox 125 cannot be downloaded on a computer with the operating system less than Windows 10. Is there a work around to remedy this problem?

Asked by jdhersh 2 days ago

Last reply by James 2 days ago

Firefox stops audio playback when on a teams meeting while using a BT headset. Is there a way to prevent firefox from stopping audio playback?

I was on a teams meeting because I wanted to do a study session with someone on another country. As part of the homework I needed to do, I needed to listen to some audio.… (read more)

I was on a teams meeting because I wanted to do a study session with someone on another country. As part of the homework I needed to do, I needed to listen to some audio. I changed my windows audio devices to output through the Communications device for the headset. Then I played the audio on a tab. The audio played for a few seconds before stopping again.

I understand that this is behaviour intended to let you take a call or meeting without having to manually pause any open tabs you might not have at hand, but I would like Firefox to understand I really want that audio to play without thinking it knows better. Is there any way to disable this behavior?

Asked by ardyvee 1 month ago

Last reply by Patiphon Sasungnern 2 days ago