• 已解決
  • 封存

Imported Passwords Not Showing In Firefox Under "Saved Logins" After Resetting PC

Hi, I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.' During the import, I was logged into my… (閱讀更多)

Hi,

I've imported around 200+ passwords from another web browser as '.csv file' in Firefox from option of 'import from a file.'

During the import, I was logged into my Firefox account as well.

But, after resetting PC, I downloaded the Firefox and logged on with my Firefox account, and there are only 29 passwords showing up, rest of the passwords are not there.

And, now I do not have access to that .csv file as well.

I am on Windows 11 and had reset my PC with option to 'Keep My Files' so there is no data loss as per my side or on the hard disk drive.

Please help me to get those passwords back. They are extremely important to me.

Thanks in advance!

Karan 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

Recover cached images from previous version of webpage

I use Pinterest quite a bit and somehow a great deal of pins have disappeared. This happened once before when I was using Chrome, and I was able to go digging into my c… (閱讀更多)

I use Pinterest quite a bit and somehow a great deal of pins have disappeared.

This happened once before when I was using Chrome, and I was able to go digging into my cached files and find the cached versions of the thumbnails of my Pins, so I could somewhat recreate them based on that.

I'm not sure how to go about that with Firefox. Would any information (specifically images) be stored from a previous version of a webpage?

Thank you!

complicaits 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

Add-ons manger web page turn it off how?

Accidentally clicked on the Add-ons widget on the right side of the menu bar and now "add-ons manager" web page opens every time I open Firefox. How do I stop that page … (閱讀更多)

Accidentally clicked on the Add-ons widget on the right side of the menu bar and now "add-ons manager" web page opens every time I open Firefox.

How do I stop that page from loading?

dbwhip43 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

Firefox New Tab number of links per row changes

Firefox opens with a new tab containing 8 links per row. However, all subsequent new tabs have only 6 links per row. They used to always have 8 links per row. Why? A … (閱讀更多)

Firefox opens with a new tab containing 8 links per row. However, all subsequent new tabs have only 6 links per row. They used to always have 8 links per row. Why? A bug or a configuration change? I have made no changes.

mii78 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Firefox Consistently Crashes After Closing

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes af… (閱讀更多)

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes after closing. After I close Firefox, the Windows Task Manager shows it still in memory. After a couple of minutes, the Mozilla Crash Reporter screen pops up informing me that Firefox had a problem and crashed, with an option to restart Firefox or Quit. I tried refreshing Firefox, which was a challenge because of the problem of hanging in memory after closing, but it did not resolve the problem. I also tried uninstalling it, then deleting the Mozilla folders and clearing out any references to Firefox in the Windows registry, and reinstalling it. I haven't installed any extensions yet; but sadly, I continue to encounter the problem. Any ideas about how to resolve the problem?

I should mention that I had bought a new SSD for my computer and migrated everything over from the old SSD to the new one. The problem with Firefox began after the migration. Everything else that was installed there works without a problem. I would be surprised if this is related to the issue considering I've reinstall Firefox.

Allan 於 2 年前 詢問

Allan 於 2 年前 解答

  • 已解決
  • 封存

firefox 114b5 does not save form data

Firefox 114b5 does not remember form history. I have tested two different websites. I have form history enabled - see attached browser_settings.png. Attached is a screen… (閱讀更多)

Firefox 114b5 does not remember form history. I have tested two different websites.

I have form history enabled - see attached browser_settings.png. Attached is a screenshot of the moz_formhistory table in the formhistory.sqlite file.

What do I need to do to enable form history on all websites?

mwestout1 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Outlook not available as option for mailto preferences

Hi all, I'd like to select Outlook as my default preference for mailto - but it's not in the list. Could you please help me how I can add it there, so mailto events wi… (閱讀更多)

Hi all,

I'd like to select Outlook as my default preference for mailto - but it's not in the list.

Could you please help me how I can add it there, so mailto events will use my installed outlook client?

Best

Vanassins 於 2 年前 詢問

Vanassins 於 2 年前 解答

  • 已解決
  • 封存

113.0.1 Has Issues

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because F… (閱讀更多)

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because Firefox won't allow me to go back to the site's home page. I know this accurate as I can log on to the sites via Safari and No problems and the sites work correctly.

thboo 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

Menu button on left code is broken in 113.0.1

I have been using code (stored in the Chrome folder of my profile) to keep the 'open application menu' pancake button on the left end of the toolbar. After I updated to … (閱讀更多)

I have been using code (stored in the Chrome folder of my profile) to keep the 'open application menu' pancake button on the left end of the toolbar. After I updated to version 113.0.1 today, I see that button shifted back to the right end of the bar. I do NOT want it there. Can you fix it so the code will work again? Is there alternate code or some other means to accomplish the same end?

The code I've been using is as follows:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#PanelUI-button,
#customization-panel-container,
#customization-panelWrapper .panel-arrow { -moz-box-ordinal-group: 0 !important;}

/* Panel UI */
#PanelUI-button {background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0 !important;}
#PanelUI-popup {margin-right:-350px!important;}
#PanelUI-popup .panel-arrow {margin-right:340px!important;}

/* #PanelUI-quit  #PanelUI-customize  #PanelUI-help */
#PanelUI-footer #PanelUI-footer-inner {direction:rtl !important;}

earlpjones2 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Scroll using the arrow keys.

Hey there, I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down th… (閱讀更多)

Hey there,

I have been using the arrow keys to scroll pages more and more often and was wondering if there is a way to increase / decrease the speed when holding down the arrow keys to scroll the page?

Thanks in advance. :)

rubinlord 於 2 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Can't get to about.config

When I type about.config in the address bar, I just see search results for it, instead of going to the config page. I tried enabling a separate search bar in settings, a… (閱讀更多)

When I type about.config in the address bar, I just see search results for it, instead of going to the config page. I tried enabling a separate search bar in settings, and also turned off all suggestions, but that did not help. I still see the spyglass search icon on the address bar. How do I get past it?

joelkfla 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Twitter videos getting darker and with wrong colours when I fullscreen them. Same happen for all the videos on youtube (fullscreen and normal size)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. Wh… (閱讀更多)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. When I fullscreen it, the video becomes darker and the colors are wrong.

  • The same happens to youtube videos (both fullscreen or normal size): the colors are not right and they looks darker.
  • The same problem happens using both my laptop's internal monitor and the external monitor.
  • I tried to reinstall Firefox but it didn't fix it.
  • I also tried to take a screenshot of the "wrong colors" videos using the Windows screenshot tool but the output image is displayed with the right colors and not with the darker ones.
  • Using Chrome the colors are correct and I never had this problem before the last Firefox update.

Guloma 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

Poor video quality

I've tried everything to fix poor picture quality when streaming "third party" videos, e.g., YouTube. Colors are washed out; weird contrast; everything looks like it's co… (閱讀更多)

I've tried everything to fix poor picture quality when streaming "third party" videos, e.g., YouTube. Colors are washed out; weird contrast; everything looks like it's coming through a haze. Streams from Netflix, Amazon look normal. And sorry, guys, the same third party streams from YouTube et al. look totally normal in the MS Outlook browser. Have tried all kinds of settings and rebooted as well. No change.

Please advise. This problem appears to be unique to Firefox.

rwerber45 於 2 年前 詢問

andrea.dika 於 1 年前 解答

  • 已解決
  • 封存

How to completely sanitise a given host from Firefox so it'd act the same as in private window?

I have a few websites, among them glovoapp.com and work Kibana, that don't open properly in my regular Firefox session any more even though I tried to remove cookies rela… (閱讀更多)

I have a few websites, among them glovoapp.com and work Kibana, that don't open properly in my regular Firefox session any more even though I tried to remove cookies related to those websites and anything else I could think of. They work fine in private window but it means I have to authenticate each time. What steps do I need to perform to completely clean a website settings from Firefox memory?

In case of Glovo (and several other websites) in regular Firefox session there's an error: Content Security Policy: The page's settings blocked the loading of a resource at inline ("script-src"). Same doesn't happen in private window.

In case of Kibana (and several other websites) in regular session Firefox somehow remembers old authentication - it doesn't ask for new credentials and doesn't send Sec-Fetch-User header (which results in Kibana throwing HTTP 405 Method Not Allowed). In private window the header is sent correctly.

I'm using Tridactyl so I tried to use the :sanitise glovoapp.com command which, in theory, should remove everything that can be removed with API calls as described on https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/DataTypeSet - it's not enough.

cprn 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

Firefox Sync data lost after computer reset

Hey all, after 3 years I finally did a complete reset (all folders were kept, only full software reset) of my system hoping that Firefox Sync would after I reinstall Fir… (閱讀更多)

Hey all,

after 3 years I finally did a complete reset (all folders were kept, only full software reset) of my system hoping that Firefox Sync would after I reinstall Firefox and put in my registration data remember all my bookmarks / logins. However, after my login there is nothing there. I have the suspicion that Firefox thinks I just deleted all my bookmarks and it updated to Firefox Sync accordingly not with an empty space. I still have the data on my android phone which hasnt done a synchronization yet. Any help you guys can give me? Took quite some time to get all my setup arranged.

Thanks in advance!

Best, Seb

sebastian.hecko 於 1 年前 詢問

sebastian.hecko 於 1 年前 解答

  • 已解決
  • 封存

How can I see my bookmark folders that are in the bookmark toolbar

Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmar… (閱讀更多)

Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmark folders when I select the arrows at the end of my bookmarks toolbar. In Firefox I don't see that. I can see those folders under the bookmarks toolbar in the bookmark manager, but I would love to just be able to click on the arrows on the end of the bookmarks toolbar and have them drop down just like they did in Chrome. Do I have it all wrong? Do I always have to have my bookmark manager open to be able to bounce from bookmark to bookmark? Thanks in advance for any help.

Kathy 於 1 年前 詢問

Kathy 於 1 年前 解答

  • 已解決
  • 封存

Adblocker plus

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads. … (閱讀更多)

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads.

I tried refreshing firefox 3 times but it got stuck in the "almost done" part and I had to quit firefox each time since it would not complete the process.

What else can I do?

Thanks, Martha

mpoinar1 於 1 年前 詢問

TyDraniu 於 1 年前 解答