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

what will the continuation of windows 7 support be based on?

So, as has been announced, FireFox 115 ESR will get updates until septempber 2025. This deadline has been extended multiple times. What factors are being taken in conside… (read more)

So, as has been announced, FireFox 115 ESR will get updates until septempber 2025. This deadline has been extended multiple times. What factors are being taken in consideration when deciding whether to extend support again? With server 2008 updates you can get windows 7 up to date until 2026, sort of. Ending support in september would still be sad, because people too stubborn or not willing to upgrade probably still wont when support of firefox ends. I am a firefox on windows 7 user myself too, and it would be sad if they dropped support. Ill have to use a backported fork by the community

So thats my question, what factors matter in terms of extending 115 esr support again?

Asked by redtro on wimje7 7 months ago

Last reply by James 5 months ago

  • المُؤرشفة

Facebook won't allow video or voice calls anymore, since introducing End-To-End Encryption (E2EE), specifically only on Firefox

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured… (read more)

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured with end-to-end encryption" without my permission or asking if I want this), any encrypted chats have audio and video calls disabled. I note that I have ONE friend for whom it didn't do this, I can still do calls with her. If I receive a call, I get a pop-up saying that to receive this call I must download the Messenger app (no way) or a browser which supports it. If I check what browsers it thinks supports this, it only lists Chrome and Edge. As far as I know Edge is just Internet Explorer renamed, the biggest black hole in security, I've never touched it. Chrome ignores industry standards, so I don't use it. Making Firefox the best, top browser available. It's the only browser I wish to use. Mozilla needs to look into how to get Facebook to stop blacklisting Firefox like this. Note that this E2EE garbage has only been infecting things for the last few months, before that I was perfectly able to do any calls I wished in Facebook Messenger.

Asked by niceguy1_ 1 year ago

Last reply by niceguy1_ 1 year ago

  • حُلّت

extensions eating memory but not showing anywhere

When i go to "about:memory" and do a measurement to see whats eating memory i find extensions that are nowhere to be found in the extension manager nor in the folders whe… (read more)

When i go to "about:memory" and do a measurement to see whats eating memory i find extensions that are nowhere to be found in the extension manager nor in the folders where the extension files are. they are: - Extension(id=wikipedia@search.mozilla.org, name="Wikipedia (en)", baseURL=moz-extension://8551 - Extension(id=webcompat@mozilla.org, name="Web Compatibility Interventions", baseURL=moz-extensi - Extension(id=screenshots@mozilla.org, name="Firefox Screenshots", baseURL=moz-extension://486 - Extension(id=pictureinpicture@mozilla.org, name="Picture-In-Picture", baseURL=moz-extension:// - Extension(id=google@search.mozilla.org, name="Google", baseURL=moz-extension://13f3307a-648b- - Extension(id=formautofill@mozilla.org, name="Form Autofill", baseURL=moz-extension://dfdf20df- - Extension(id=ddg@search.mozilla.org, name="DuckDuckGo", baseURL=moz-extension://c8eb7a13-e1ab - Extension(id=bing@search.mozilla.org, name="Bing", baseURL=moz-extension://424719d2-8ccf-4c8e- - Extension(id=addons-search-detection@mozilla.com, name="Add-ons Search Detection", baseURL=moz- (the names are cut thats how it shows and at the end there is a "..." i cant select) I tried looking everywhere and i cant find where are this extensions to delete them. i use the google website to do searches so dont need an extension, i dont use duckduckgo at all, i dont use bing at all, i dont use the screenshot feature, i dont use the picture in picture thing and also i use the wbesite if i want to go to wikipedia. I would like to know how to erase them entirely since i dont use them and they are eating memory.

Asked by karras85 1 month ago

Answered by jscher2000 - Support Volunteer 1 month ago

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

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (read more)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 year ago

Answered by Slouch 1 year ago

  • المُؤرشفة

Endless crashes

I have Firefox on two separate computers, a desktop running Win7Prof64bit and a laptop running Win10Pro 64bit. Both Firefox installations crash constantly, ie every 10 - … (read more)

I have Firefox on two separate computers, a desktop running Win7Prof64bit and a laptop running Win10Pro 64bit. Both Firefox installations crash constantly, ie every 10 - 15 mins. They show the "Gah! Firefox just crashed. Please tell us what you were doing", and the box to return the data to Mozilla. With Restore This Tab at the bottom.

I always send you these reports but in about a year, the problem remains the same. Nothing has improved, I never hear back from you. Two different PCs, two different OSs, constant reports, no improvement. Why do I never hear from you? Why does this problem continue endlessly? I'm wasting my time sending you the reports. You take no notice. If you do, why does the problem continue and why do I never hear from you?

Asked by Peter Croft 10 months ago

Last reply by jeff-g 10 months ago

Firefox support ended for Win7 2026

I've been a long time supporter of Firefox and it's taken me a few years get all the bugs out of Win 7 so I'm not going to repeat that on Win X. My Win7_64 water cooled p… (read more)

I've been a long time supporter of Firefox and it's taken me a few years get all the bugs out of Win 7 so I'm not going to repeat that on Win X. My Win7_64 water cooled platform is overclocked, stable, and just as fast as most affordable new chipsets from Intel. I have third party security apps and firewall. I'm not downgrading to Windows X whatever later version that is and I'm considering other browser options, if anybody has ideas?

Although I'm on the ESR channel, I've been using User Agent Switcher for a while, which seems to work well on most sites. I also notice DuckDuckgo browser claims to support Win 7. I will miss Firefox, but switching to a Win7 supported browser would be my first option, then Linux if I have to dump Windows 7 for something else.

Developers will moan and say switch to Win X with the favorite phrase 'Upgrade' when my experience has been the opposite, but what do others feel who are using older versions of Windows?

Asked by jimbo100 2 months ago

Last reply by Rabysh 2 months ago

Windows 7 support in firefox

thank you for your time & expertise:) Can you please help me understand what would happen if firefox stops supporting windows 7 users. Will i still be able to use … (read more)

thank you for your time & expertise:) Can you please help me understand what would happen if firefox stops supporting windows 7 users. Will i still be able to use the browser - just with less security? I will probably have to give up using a computer if I cant continue with Windows 7 so I'd even be prepared to pay an annual fee to keep the support going. Look forward to hearing from you, thanks Julie

Asked by julimatt 4 months ago

Last reply by derromurungi7 2 weeks ago

  • المُؤرشفة

Nav-Bar Left & Right Margin Adjust? (nav buttons are not all square)

Hi All, Is there a way to make the Nav Bar flush with the left and right margins of the browser? The way it is now, the margins are a bit too much inward, not reaching … (read more)

Hi All,

Is there a way to make the Nav Bar flush with the left and right margins of the browser?

The way it is now, the margins are a bit too much inward, not reaching the ends of the browser window, which makes the buttons on the ends (Back and Hamburger) too wide, as can be seen by the wide highlight when hovering over them. This makes the end buttons rectangular instead of square.

In FF 88, these buttons were flush with the left and right margins of the window, making all buttons on the Nav Bar square.

I'd like all the Nav Bar buttons to be perfectly square and symmetrical. This apparently requires adjusting the left & right margins of the Nav Bar... or is the Nav Bar just too short causing it to stretch itself to the ends of the window? I'm not sure.

Please see attached 2 images.

Thanks!

Asked by Slouch 1 year ago

Last reply by Slouch 1 year ago

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

Change Firefox Account email

HI I want to change my Firefox Account email to a new one because my email [email removed]@gmail.com has been hacked and i want to change it to my new email: [email remov… (read more)

HI I want to change my Firefox Account email to a new one because my email [email removed]@gmail.com has been hacked and i want to change it to my new email: [email removed]@gmail.com

Asked by Adin 6 months ago

Answered by jscher2000 - Support Volunteer 6 months ago

  • المُؤرشفة

How can I import my (old installation) bookmarks toolbar to my (new installation)

I copied my home page from my old installation to another (new computer) - yadda.htm I found out that the bookmarks toolbar is Installation Specific (boo) and that the e… (read more)

I copied my home page from my old installation to another (new computer) - yadda.htm

I found out that the bookmarks toolbar is Installation Specific (boo) and that the export/import process on Firefox for the toolbar (according to Google) is hidden, convoluted. and a complete enigma (to me - can't be easy for anybody, really)

Could you please tell me how I can add to my new bookmarks toolbar from my old browser/installation without having to recreate them from scratch at my new installation?

Thank you.

Asked by mjegi 6 months ago

Last reply by sanmon 6 months ago

  • المُؤرشفة

Win 7: Firefox update to 115.10 esr from 91.0.2

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update. 1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have be… (read more)

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update.

1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have been collecting for years....)

2) If I try this will creating a restore point return me back to the way I was before the attempt?

Thank You All!

Asked by Longtimeuser 1 year ago

Last reply by cor-el 1 year ago

  • المُؤرشفة

'Block site' does not solve my problem

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which att… (read more)

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which attempt to re-direct to 'mirror' sites that try to steal personal info and generate 'Illegal re-direct' warnings from anti-virus programs from appearing in firefox searches, automatically, rather than having to enter <XXXXXXX, -gob.mx> each time I search ?

Asked by p.williams2 2 years ago

Last reply by Terry 2 years ago