Showing questions tagged: اعرض كل الأسئلة

Deleted Search History and Passwords

Hi, After restarting my MacBook today, it seems like Firefox has been updated. When I signed in to my account, all of my passwords as well as my search history and perso… (read more)

Hi,

After restarting my MacBook today, it seems like Firefox has been updated. When I signed in to my account, all of my passwords as well as my search history and personal customization have been deleted.

This is a very unfortunate situation. Please advise on how this can be restored.


Kind regards, Oskar

Asked by Oskar 2 months ago

Last reply by cor-el 2 months ago

Firefox new design - Poor

Firefox changed the design on tabs and other features some time back. The whole user experience has been worse since the UX design was changed. For example, it's impossib… (read more)

Firefox changed the design on tabs and other features some time back. The whole user experience has been worse since the UX design was changed. For example, it's impossible to find out without going through tab after tab, which one is active and playing. I wish there was an option to reverse back to the old design.

Asked by none 2 months ago

Last reply by cor-el 2 months ago

Cloud-based database issues with Mozilla

Our office uses a cloud-based database. Mozilla won't allow me to "check" boxes to do database searches for specific things. Google works fine, Edge works fine, but not M… (read more)

Our office uses a cloud-based database. Mozilla won't allow me to "check" boxes to do database searches for specific things. Google works fine, Edge works fine, but not Mozilla. Any ideas on how to fix this would be appreciated. Thanks!

Asked by lwelcome 3 months ago

Last reply by cor-el 3 months ago

Can t hide the video controls bar on Coursera website

As the title says when I am using the video player on Coursera website I am not able to hide the control bar while on fullscreen mode (even if I don t move my mouse for m… (read more)

As the title says when I am using the video player on Coursera website I am not able to hide the control bar while on fullscreen mode (even if I don t move my mouse for more than 15 seconds). I ve attached a screenshot with the control bar being displayed. (also the captions are overlapping with that control bar) I ve also tried different ways of opening the fullscreen mode (click on the "Full Screen" button or by pressing 'F'). I don t have this problem on websites like YouTube.

Asked by ELCO11 3 months ago

Last reply by zeroknight 3 months ago

Cannot turn off "Switch to this tab" notification.

So I enabled push notifications for Google Calendar. Every time there's a notification, Google Calendar ask if I want to enable "Switch to this tab" for their notificatio… (read more)

So I enabled push notifications for Google Calendar. Every time there's a notification, Google Calendar ask if I want to enable "Switch to this tab" for their notifications. I accidentally turned it on, then I managed to turn it off. Except it now keep asking me if I want to enable it.

Looking at the settings, the only two options available are "Always ask" and "Yes", with no way of just saying no... why?

Asked by R4d6 2 months ago

Last reply by cor-el 2 months ago

Restart to Keep Using Firefox

I feel like I've been seeing people online complaining about this for a couple of years now, and it's shocking to me that I still couldn't find a solution in a thorough g… (read more)

I feel like I've been seeing people online complaining about this for a couple of years now, and it's shocking to me that I still couldn't find a solution in a thorough google search. Has anyone found a fix for the mandatory restart Firefox now pushes whenever there's an update available? Basically, out of nowhere, the program will refuse to open any new tabs or load any pages, instead giving the error message in the image. A restart is forced, and all private tabs are lost without warning. This is completely unacceptable browser behavior. As far as I know, there is no setting or about:config option that will fix this. Has anyone found a work-around?

I've been a loyal Firefox user for a couple of decades at this point, but this nonsense has me seriously considering switching to something else. Thanks for any help anyone can offer.

Asked by vectorraptor 3 months ago

Last reply by zeroknight 3 months ago

Scrolling/flickering issue

Hi! I'm having an issue where everything on the browser flickers whenever i'm scrolling.., i've tried to search for some help on the issue but im stuck.., can someone p… (read more)

Hi!

I'm having an issue where everything on the browser flickers whenever i'm scrolling.., i've tried to search for some help on the issue but im stuck.., can someone please help with this.

Asked by haka0043 2 months ago

Last reply by cor-el 2 months ago

Firefox thinks I'm still in a country I left a week ago

I recently traveled to Australia for two weeks. While there, I used my mac laptop (with Firefox as my primary browser) on a mix of both wifi-without-VPN and hotel wifi wi… (read more)

I recently traveled to Australia for two weeks. While there, I used my mac laptop (with Firefox as my primary browser) on a mix of both wifi-without-VPN and hotel wifi with a VPN back to my home network activated.

I have been back home for more than a week. Other browsers on the same laptop as well as other devices (like my phone) that I took with me on the trip correctly reflect my location (east coast, USA). However, Firefox stubbornly insists that I am still in Australia. The net effect of this has been to break my access to YouTubeTV, which is not available in Australia.

I have tried: - Logging fully out of my google account on firefox and logging back in (at which point the 2FA prompt on my phone says I'm trying to log back in from Australia) - Deleting all cookies, cache and website data - Fully uninstalling Firefox, including deleting the Firefox folder in ApplicationSupport

None of these have had any effect.

Within YouTubeTV, I can force an update to my location, which will temporarily reflect correctly that I am in the US. But it still won't let me play anything if I'm using Firefox, and within Firefox, will soon revert to location unknown. Other browsers on this laptop, and other devices, work fine.

I am at my wit's end. Please advise.

Asked by ffhaphl 3 months ago

Last reply by zeroknight 3 months ago

Remove separator in between Button and First Tab

I wish to remove the ugly looking line between my custom home button and the first tab. You can find that on the top left. I already have userChrome.css set up and I foun… (read more)

I wish to remove the ugly looking line between my custom home button and the first tab. You can find that on the top left. I already have userChrome.css set up and I found no help on the r/FirefoxCSS subreddit.

My userChrome.css code:

```

root {

--toolbar-field-focus-border-color: transparent !important; --toolbarbutton-inner-padding: 10px !important; --toolbarbutton-border-radius: 2em !important; --urlbar-container-padding: 0px !important; }

  1. nav-bar {

box-shadow: none; }

  1. urlbar {

padding: 8px !important; }

  1. urlbar-background {

background-color: rgb(255, 255, 255) !important; border-radius: 16px !important; box-shadow: rgb(230, 230, 230) 0px 0px 5px 0px !important; }

.tab-background { border-radius: 16px !important; box-shadow: rgb(225, 225, 225) 0px 1px 5px 0px !important; }

.tabbrowser-tab .close-icon{ border-radius: 2em !important; margin-right: 0px !important; }

.tabbrowser-tab .close-icon:hover { background-color: rgba(0, 0, 0, 0.05) !important; outline: none !important; }

  1. tabs-newtab-button:hover > .toolbarbutton-icon {

background-color: rgba(255, 255, 255, 0.25) !important; border-radius: 2em !important; }

  1. PlacesToolbarItems .bookmark-item {

padding: 5px; margin: 25px; }

  1. navigator-toolbox { border: none !important;}
  1. PersonalToolbar {

box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px !important; } ```

For anyone who can be of EXTRA help, I wish to also fully round the search bar in my "about:home" which you can see is underneath the FireFox logo. I want to add my own custom border radius of "2em" and remove the blue outline when selected.

Asked by EXC4L1BXR 3 months ago

Last reply by cor-el 3 months ago

"Bookmark Current Tab" automatically save the bookmark in the "Other Bookmarks" folder instead of allowing me to save it in my desired folder.

Prior to updating to Windows 11 I was able to specify the bookmark folder that I wanted to save the bookmark in when I pressed "Bookmark Current Tab" or "Ctrl-D". Now it … (read more)

Prior to updating to Windows 11 I was able to specify the bookmark folder that I wanted to save the bookmark in when I pressed "Bookmark Current Tab" or "Ctrl-D". Now it automatically saves the bookmark in the "Other Bookmarks" folder instead of allowing me to save it in my desired folder? I then have to find the saved bookmark and manually move it to the desired folder. Is there a fix for this or is this a permanent feature change? Thanks for your help.

Asked by John S 3 months ago

Last reply by zeroknight 3 months ago

New tabs are opening in different locations

New Firefox is making me angry everytime I use it. New tabs are doing what they want, they never open near the site that i'm watching. Sometimes they open in the middle o… (read more)

New Firefox is making me angry everytime I use it. New tabs are doing what they want, they never open near the site that i'm watching. Sometimes they open in the middle of other tabs, sometimes at the end. That is so problematic and frustrating that i would download an opera if i can't change it. I use about 90 tabs and that's the way I'm using Internet, I won't change it. I have searched in settings but there is nothing. Old mozilla haven't done this. Can someone help me?

Asked by Mikuja 3 months ago

Last reply by zeroknight 3 months ago

Cannot Log on to iCloud account through Firefox Browser

For the past two days, I am unable to log on to my iCloud account through a Firefox Browser. I've tried to do so on two different computers which have accessed iCloud th… (read more)

For the past two days, I am unable to log on to my iCloud account through a Firefox Browser. I've tried to do so on two different computers which have accessed iCloud through Firefox many, many times. However, I have no problem logging on to my iCloud account using an Edge Browser.

When I try to log on to my iCloud account using Firefox after entering my user name and password, I receive the two factor authentication from iCloud on my iPhone. However at this point, iCloud immediately gives me an error message (screen shot attached), and I am unable to enter the authentication code. I can only return to the log on page.

Since this problem occurs using Firefox on two different computers, but I have no problem accessing iCloud using a different browser, I have to assume this is a Firefox issue, but I do not see that this is a systemic problem. Any suggestions? I hate using Edge for anything, but I am on iCloud.com a lot, so this is inconvenient.

Asked by sdfypzwx8s 3 months ago

Last reply by jonzn4SUSE 3 months ago

Youtube Audio Library

youtube audio library is not working in this mozilla firefox. When I play an aduio from youtube audio library , they show me a message which is (Audio track is unavailabl… (read more)

youtube audio library is not working in this mozilla firefox. When I play an aduio from youtube audio library , they show me a message which is (Audio track is unavailable). Other audio and YouTube video is woking perfectly. Please solve this issues.

Asked by sarkersraboni47 3 months ago

Last reply by zeroknight 3 months ago

My account doesnt have any of the saved bookmark or password

Hi, I logged into my new laptop and because I forgot my password I used the forgot password option, but now when I login I dont have my previour saved profile and it see… (read more)

Hi,

I logged into my new laptop and because I forgot my password I used the forgot password option, but now when I login I dont have my previour saved profile and it seems to be a fresh profile.

All my bookmars and saved passwords are missing.

I have always used the same email address for login.

Thanks, Shah

Asked by Shah 3 months ago

Last reply by Paul 3 months ago

default search

I use Duck duck go as my default search engine. I've noticed that after the last couple of updates, the default has changed to Google. This has not happened before. There… (read more)

I use Duck duck go as my default search engine. I've noticed that after the last couple of updates, the default has changed to Google. This has not happened before. There must be a bug somewhere that is causing this to happen in the new version of Firefox.

Asked by barry.environ 3 months ago

Last reply by zeroknight 3 months ago

Unbearably slow on several forum pages and someone's blogger page (taking minutes to load)

Hi, I tried to visit the following pages in Firefox 121 (running under Arch Linux) and they took minutes to load. They loaded in a fraction of a second in Chromium. An… (read more)

Hi,

I tried to visit the following pages in Firefox 121 (running under Arch Linux) and they took minutes to load. They loaded in a fraction of a second in Chromium. Anyone have any idea what is wrong?

The blogger page is here: https://u-blox-ninaw-platformio.blogspot.com/2022/03/u-blox-nina-w-e-platformio-arduino.html

Here are a few forums that take minutes to load, I think they use the same engine as I see the same colorful loading animation: https://community.platformio.org/t/error-please-specify-upload-port/26218 https://forum.manjaro.org/

Does anyone have any idea what is happening or what I should do to alert the development team? Are these sites using technology not implemented in Firefox?

Best Regards,

Kevin

Asked by kevin249 2 months ago

Last reply by zeroknight 2 months ago

My blog is slow speed open in firefox?

Hello, sir my blog is new update. i use google chrome speed is normal opening blog. i try some firefox open my blog some speed down in opening. … (read more)

Hello, sir my blog is new update. i use google chrome speed is normal opening blog. i try some firefox open my blog some speed down in opening.

Asked by OnlineBill Expert 3 months ago

Last reply by jonzn4SUSE 3 months ago

In order to update my iOS my firefox was deleted from apps. I just reinstalled but my bookmarks are gone.

Is there a way for me to retrieve my bookmarks? They have followed me through several macbooks, and reinstallations and this is the first time they've gone missing. … (read more)

Is there a way for me to retrieve my bookmarks? They have followed me through several macbooks, and reinstallations and this is the first time they've gone missing.

Asked by Michael Goldfarb 3 months ago

Last reply by cor-el 3 months ago