Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

Session Restore - a version older than the previous session

I had several windows open in Firefox. These have disappeared but I'm not sure exactly when it happened. 'Restore the previous session' does not help as it only restores… (read more)

I had several windows open in Firefox. These have disappeared but I'm not sure exactly when it happened.

'Restore the previous session' does not help as it only restores a single window. I need to go back in history (I have backups so can refer to older files if needed). I have checked 'session-store.backups' and have several .jsonlz4 files, ranging from early October to late October. The older versions are much larger.

Do these files contain my older session data? If yes, how do I load them to get the relevant session windows? I am not worried about losing any data since that time.

Thanks

Asked by janes1001 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox 113 - tab bar moved to above tool bar

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anyt… (read more)

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anything in UserChrome and in fact that file is still dated 2020. I've searched but haven't found an explanation. Anyone know what changed or is this just a bug? Thanks

Asked by bobbd 11 months ago

Answered by cor-el 11 months ago

  • حُلّت
  • المُؤرشفة

Credit Card info does not autofill

Firefox has my credit card information and it shows up in a window when I go to pay for something, but when I click on the credit card I want to pay with, it won't autofi… (read more)

Firefox has my credit card information and it shows up in a window when I go to pay for something, but when I click on the credit card I want to pay with, it won't autofill. In Settings, the box to autofill is checked. This has worked a hundred times before, but stopped working a few months ago. Also, I've checked the 2 relevant items in about:config an they are enabled. How do I get the autofill to start working again?

Asked by Steve Ediger 1 year ago

Answered by Steve Ediger 1 year ago

  • حُلّت
  • المُؤرشفة

Always Show Tab Close Button

Is there a way to always show the tab close button on the tabs? Or perhaps to show the button on hover of the tab? Chrome does this and I find that very helpful, in cases… (read more)

Is there a way to always show the tab close button on the tabs? Or perhaps to show the button on hover of the tab? Chrome does this and I find that very helpful, in cases where I want to close a tab and do not want to re-open that page.

Some context: When you have many tabs open (I know, who does that?) and you want to close some of them, but do not want to select those tabs, currently you can right-click and scroll through the menu to the `Close Tab` option. This is slow and a bit clunky. The `Close Tab` menu option is buried in the bottom-middle of the list.

This issue is somewhat complicated by the fact that I use the excellent Auto-Tab Discard extension to discard/sleep tabs. (https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/) So when a tab is discarded, and you click on it, the tab reloads. Which is silly when you just want to close it.

Anyone aware of a way to always show the close-tab button, or show on hover?

Thanks!

Asked by daniel 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Default font is replacing all fonts everywhere

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and… (read more)

The Firefox desktop browser default font is replacing all fonts on some websites, only title fonts on some others, and then leaving others unchanged. It seems random, and I can't stop the default font from taking over randomly on most websites no matter what I do. This was not happening until today, and no browsers or general MacBook Air preferences were changed between today and yesterday when I last used the browser on desktop.

Under Firefox Preferences » Fonts » Advanced, I've made sure to check the box to "Allow pages to choose their own fonts instead of your selections above", and I've unchecked it, and I've re-checked it, and the default is still overriding fonts on most websites.

I've quit and restarted Firefox 3 times.

Help!

Asked by Elan 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Add shortcut icon on Firefox Home Screen

Why is there not a simple means to take a link and pin it as a tile on my home page? I've expanded the number of rows displayed which as an odd history of my browsing, … (read more)

Why is there not a simple means to take a link and pin it as a tile on my home page? I've expanded the number of rows displayed which as an odd history of my browsing, yet the latest links I've visited are not there - meaning the link to the location I would like to pin. Seriously, the entries in the rows (other than previously pinned links) is a hodgepodge. It might be useful if there was some evident logic to the items included. It is disappointing the number of times this question has been posed and the "answer" is to display more rows. Similarly disappointing - an old knowledge base article that says to click the 3 dot icon next to address bar for Firefox on android - would have been handy had such a control appeared in the latest version of Firefox I'm running on my Mac.

Asked by roamingbob 10 months ago

Answered by roamingbob 9 months ago

  • حُلّت
  • المُؤرشفة

Unable to download PDFs in embedded pdf.js viewer

Example Site: https://mcpsc.mo.gov/media/pdf/genesis-school-inc-revocation-hearing but I've had it happen on several sites. On this page, I am not able to click the down… (read more)

Example Site: https://mcpsc.mo.gov/media/pdf/genesis-school-inc-revocation-hearing but I've had it happen on several sites.

On this page, I am not able to click the download button built into the pdf.js viewer and have it download - it clicks and does nothing. If I right click in the frame and click "Show only this frame", then I can download the PDF using that same button. Any ideas?

Asked by FrigginMcMonster 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox is not applying userChrome.css

Hello, so I am not very experienced and recently discovered how to customize Fire Fox using the userChrome.css file. I went through all of the steps that are required in … (read more)

Hello, so I am not very experienced and recently discovered how to customize Fire Fox using the userChrome.css file. I went through all of the steps that are required in order to do this. I set up a folder called chrome in the directory /Users/my name/Library/Application Support/Firefox/Profiles/x1oheo82.default-release To test if it works I wrote this into the userChrome.css file: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

  1. TabsToolbar{ background-color: #FF0000 !important }

and set toolkit.legacyUserProfileCustomizations.stylesheets to true After restarting Fire Fox I saw that nothing changed. I double checked if there was a hidden file extension or if I might be in the wrong directory. I tried different code to see if there was some error in the code but nothing changed. I watched countless tutorials on You Tube and tried to find answers on google but nothing that I did seemed to help. I don't know if it has something to do with the operating system I am running or if it is a limitation of my computer hardware (I am running Fire Fox on an m1 mac).

Asked by Arihx 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Autofill Issue

When I'm using my Firefox browser and signing in to my Gmail account, the autofill function always gives me several old, expired gmail account names that I don't wish to … (read more)

When I'm using my Firefox browser and signing in to my Gmail account, the autofill function always gives me several old, expired gmail account names that I don't wish to see anymore. It's very annoying. I think I have turned off all the autofill options under Firefox>Preferences, but all these old account names keep showing up. Any suggestions for how to solve this? Thank you

Asked by bclough9377 9 months ago

Answered by cor-el 9 months ago

  • حُلّت
  • المُؤرشفة

insecure ssl certificate or cipher

the certificate on my linksys lrt 214 router not recognized. used to be able with previous versions to bypass security with advanced tab no longer able to do this ca… (read more)

the certificate on my linksys lrt 214 router not recognized. used to be able with previous versions to bypass security with advanced tab no longer able to do this cannot use older versions of firefox to bypass. need to access web interface of router at 192.168.1.1 to upgrade certificate but cannot. linksys does not have a work around. please help

Asked by larry 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Show Popup as Tab

Hello, Whenever I use Firefox, I end up seeing popups (necessary for school) and would like to show them as tabs so I can merge them into other windows. I have tried the… (read more)

Hello,

Whenever I use Firefox, I end up seeing popups (necessary for school) and would like to show them as tabs so I can merge them into other windows. I have tried the solutions given in: https://support.mozilla.org/en-US/questions/1080255 and nothing seemed to work. Is there another way to make sure that popup windows cannot hide the toolbar and show tabs?

Asked by aditya.mangalampalli 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • المُؤرشفة

Google Chrome

I have a tracking app on macOS Monterey that is following me around On Firefox settings I came cross some locations where I see Google Chrome like on page info about:hom… (read more)

I have a tracking app on macOS Monterey that is following me around

On Firefox settings I came cross some locations where I see Google Chrome like on page info about:home or Application Basics: Google Location Service Key and Google Safe browning Key. Also, on a link called Survey where there is Google forms to fill out. I don't use Google Chrome because of the issues Google Chrome creates when I go on my the websites. Why are these Google things in Firefox and is there a way to remove them?

Mahubti

Asked by Yolanda 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Local domain brings up search results

When entering a local domain in the URL bar Firefox sends the request to a search engine instead of the DNS server. How can I stop this behaviour and switch back to how i… (read more)

When entering a local domain in the URL bar Firefox sends the request to a search engine instead of the DNS server. How can I stop this behaviour and switch back to how it was before?

Asked by menext 1 year ago

Answered by menext 1 year ago

  • حُلّت
  • المُؤرشفة

DUO: "Access Not Allowed With Firefox Due To Security Concerns

I've been utilizing the security protocol app DUO for work purposes for the last year with Firefox, no issues. I just recently updated to 105.0.1 and received the follow… (read more)

I've been utilizing the security protocol app DUO for work purposes for the last year with Firefox, no issues. I just recently updated to 105.0.1 and received the following error message when my DUO was prompted:

  • "We're sorry, access is not allowed with Firefox due to security concerns." - with a sad face.

It then shows me a list of compatible browsers and FF being the only one not allowed to use the DUO authentication. I've attempted to clear my browsers cache, fire up FF once more only to arrive at the same messaging. I've uploaded a screenshot of what I ran into.

This has to be some sort of error as I've been utilizing FF and DUO together successfully with no issues over the last year.

Any help is greatly appreciated.

Asked by Eddie 1 year ago

Answered by Eddie 1 year ago

  • المُؤرشفة

Firefox VPN

1) Firefox advertised free apps when you signed up for vpn. However, when I signed up for vpn, I didn't get any apps. Did I do something wrong? Why didn't I get the free… (read more)

1) Firefox advertised free apps when you signed up for vpn. However, when I signed up for vpn, I didn't get any apps. Did I do something wrong? Why didn't I get the free apps? 2) I don't seem to be able to add the VPN two other computers. It seems to want to sell me (Again) the VPN. I don't want to buy it again, just add my existing VPN to other computers. 3) I have some Macs that run Parallel's. Do I need to add Firefox VPN do the Windows that is running on Mac. Or, does my Mac Firefox VPN somehow protect the windows without adding a separate VPN on windows?

Asked by jse3 10 months ago

Last reply by James 10 months ago

  • حُلّت
  • المُؤرشفة

Mac top bar not accessible in fullscreen video mode

Hi! I recently made the switch from Chrome to Firefox and Im liking it aside from this one thing. When Im watching a video in full screen, moving the cursor to the top do… (read more)

Hi! I recently made the switch from Chrome to Firefox and Im liking it aside from this one thing. When Im watching a video in full screen, moving the cursor to the top doesnt pop up Macs top bar (File, Edit, ..... battery, time).

This sounds like a banality but I mainly watch videos while getting ready, working etc, and I really need to see the time! Im used to always keeping the cursor at the top to see it. I searched around in settings and forums but didnt find any fix. The only solution seems to be to not use full screen which I think we can all agree just sucks in a major way.

Im using MacOS Monterey 12.3.1 and Firefox 102.0.1. Is there a way to fix this or nah? Any info much appreciated!

Asked by katerina.hr4 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Garbled font issue not solved with other solutions

My browser displays many websites, emails, etc. using a strange garbled font (see attached image for reference). I already checked the preference setting for allowing we… (read more)

My browser displays many websites, emails, etc. using a strange garbled font (see attached image for reference).

I already checked the preference setting for allowing websites to select their own fonts. The issue also persists in Troubleshooting mode. I have also used the "Inspect element" tool when this has occurred, also to no avail. I imagine at this point the only real solution is to delete and reinstall Firefox, but I'd love to hear if someone has another solution! Thanks!

Note that text in bold / italics often shows up just fine. I can also copy-paste any of this text and it displays correctly.

Asked by Mitchell Campbell 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Enable light theme for Private browsing windows?

With the upgrade to Firefox 106 on Mac, Private browsing windows open with a dark theme by default. How do I enable the light theme for Private browsing windows? I use P… (read more)

With the upgrade to Firefox 106 on Mac, Private browsing windows open with a dark theme by default. How do I enable the light theme for Private browsing windows?

I use Private browsing at work for website testing, and the dark themed tabs / UI are much harder to read and use than with a light theme.

Asked by J Taylor 1 year ago

Answered by cor-el 1 year ago