Showing questions tagged: Show all questions

My history only goes back to January 19, 2023

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of toda… (read more)

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of today, I don't know if that's meaningful. Does anyone have any idea what might've happened, and how I can restore the rest of my history? Thank you!

I'm on a Mac using Mojave, with Firefox version 115.8.

Asked by Lisa Smith 2 weeks ago

Last reply by TechHorse 14 seconds ago

PDF loading is very slow

I am using Firefox v125.0.2. When I open a PDF in Firefox it takes a lot of time to load. But, when the same PDF opened in the Edge browser it loads normally and scrollin… (read more)

I am using Firefox v125.0.2. When I open a PDF in Firefox it takes a lot of time to load. But, when the same PDF opened in the Edge browser it loads normally and scrolling through PDF pages renders fast. I have shared the screenshot of a single-page pdf loading taking quite a long time.

Could someone please help me with this.

Asked by avisekn 1 week ago

Last reply by jonzn4SUSE 33 minutes ago

  • Solved

Firefox will not open any web pages when I am running my VPN.

Firefox stopped working with my VPN on when I updated my OS to Sonoma, yesterday. I use PIA for my VPN. I have done the following, so far, restarting my system severa… (read more)

Firefox stopped working with my VPN on when I updated my OS to Sonoma, yesterday. I use PIA for my VPN.

I have done the following, so far, restarting my system several times between trying these things:

Checked that internet connection and modem are fine. All pages load in Safari, with VPN running, but I prefer Firefox.

Checked the Network settings for my Mac. Ensured that No Proxy was selected.

Cleared my Firefox cookies, cache and history.

Tried running in troubleshooting mode, turning off all extensions.

Tried turning off Advanced Tracking Protection, which I usually run on Custom.

Refreshed Firefox.

Finally, I turned off my VPN and, viola, all sites work. Turned it back on, and can’t navigate, again. For instance, I tried to open YouTube, and got a blank screen. Turned off VPN, and got to main YouTube page. Turned the VPN on and tried to log in…nope. Turned it off and logged in. Turned it back on and tried to open a video….nope. Turned it off and opened the video…etc., etc..

I very much wish to continue using both Firefox and my VPN. Can you suggest a course of action? Thank you for any advice you can give!!

Asked by Dianardo 3 months ago

Answered by jonzn4SUSE 4 hours 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 15 hours ago

Last reply by Slouch 58 minutes ago

is there any Collections where category wise someone can save web sites

is there any Collections where category wise someone can save web sites ? Presently, I do not find any. Hence, i am using Pocket and keeping there creating Lists, b… (read more)

is there any Collections where category wise someone can save web sites ?

Presently, I do not find any. Hence, i am using Pocket and keeping there creating Lists, but it is not so cosy kind, Shall request Firefox team to create Collections in Firefox on windows 11

Asked by scy321 5 hours ago

Last reply by cor-el 1 hour ago

  • Locked

Triplicate of Problem

thank you for taking out my new real email that I wish to use a sign-in ID I read the ibstructions to not leave personal info.But I was wondering how Iwould get an answer… (read more)

thank you for taking out my new real email that I wish to use a sign-in ID I read the ibstructions to not leave personal info.But I was wondering how Iwould get an answer -- and of course I just have to check back here regulary. If Mr. Moderrator you know a link to solve my problem I would appreciate.

Sincere Thanks Paul

Windows 10 --22H2 ---Sorry.

Asked by Paul Ellis 2 hours ago

Last reply by cor-el 1 hour ago

language

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while … (read more)

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while in Romania. Never had this problem before.

Asked by Gary Bladen 3 hours ago

Last reply by cor-el 1 hour ago

Firefox Facetime Unable to stop Screen Sharing

I have a 2019 Macbook Pro 16" and whenever I share a FireFox window on facetime, I'm unable to stop sharing it until I end the Facetime call. Even then, the sharing scre… (read more)

I have a 2019 Macbook Pro 16" and whenever I share a FireFox window on facetime, I'm unable to stop sharing it until I end the Facetime call. Even then, the sharing screen notification still appears in the top right in the menu bar and I'm unable to share my screen for future Facetime calls unless I restart my laptop (thus removing the problem). Is this a known issue, and is there a way to fix it other than restarting my laptop?

Video of issue Video of issue

Asked by clayeddy00 2 hours ago

Specific CSS rule in my userChrome.css doesn't work.

Hi thanks for clicking. I'm on Linux, Zorin OS, which is Ubuntu based if I'm not mistaken, very new to Linux. Anyway, I've made a userChrome.css and done some changes I… (read more)

Hi thanks for clicking.

I'm on Linux, Zorin OS, which is Ubuntu based if I'm not mistaken, very new to Linux.

Anyway, I've made a userChrome.css and done some changes I like to Firefox. It has been working fine until I tried to change the tab bar's overflow shadows when there are more tabs than there is space in the bar.

The rest of the css edits I've made in userChrome.css works fine but this overflow shadow reference Firefox just doesn't grab. I can live edit with the Toolbox and then it works fine, but when opening Firefox as default this css definition is as if gone.

Image 1: after live edit with Toolbox Image 2: before live edit with Toolbox Image 3: my userChrome.css

What can I do to fix this?

Thanks / p

Asked by protocol 7 hours ago

Last reply by cor-el 2 hours ago

make translate to translate ONLY SELECTED sites

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only i.e. surfing around german site.. .leave it german, bu… (read more)

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only

i.e. surfing around german site.. .leave it german, but i if i am interest in "german.de/talkshow" select it and translate only this

i see option to translate EVERYTHING and use some exception, but its the opposite of what looking for

thanx christos

Asked by ploufus 4 hours ago

Last reply by ploufus 2 hours ago

Blue progress bar no longer showing after clicking on download icon in Firefox

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but n… (read more)

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but now the progress bar of the download is gray instead of blue and is extremely hard to see. You have to look closely but in the first screenshot you can see where the shade of gray of the progress bar changes, just under the "6" of the "x86" part of the file name. But if you click on the "show all downloads" link, then the blue progress bar will show as usual for any in-progress downloads in the Library window, as shown in the second screenshot.

It isn't a huge issue but is still annoying when you just want to quickly see the progress of downloads in Firefox. I haven't changed any of the colors in Firefox or in Windows for that matter, I'm currently running Windows 10. All other dialog boxes, windows, etc. all display normally on my system. Just curious if anyone else is having this problem and hopefully a future update can take care of it.

Thanks very much!

Asked by jbb2004g 5 hours ago

Last reply by cor-el 2 hours ago

Copy-paste from LastPass Extension in Firefox through AnyDesk pastes nothing

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find … (read more)

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find a Site, and Copy the password, then go directly to an open AnyDesk remote access connection, and Paste (or, lightning bolt menu, Insert from Clipboard), what gets pasted is a single wrong character, NOT the password that IS in the clipboard. (If I paste instead into e.g. a local Notepad window, the actual password gets pasted). I asked AnyDesk support about this, and they confirmed that it's something that Firefox is doing. It shouldn't. Copy is copy. Paste is paste. Why would Firefox do something so that copied text (which just happens to be a password from a password vault extension) pastes wrong when the destination just happens to be a remote desktop client (AnyDesk) to send the password through to complete a login at the remote end? Anyway, how to turn off this wrong behaviour? thank you. (Windows 11 Pro, 64-bit, 23H2, Firefox current - 125.something today, but this has been going on for some weeks at least, AnyDesk version 8 current)

Asked by libove 10 hours ago

Last reply by cor-el 3 hours ago

Can no longer login to webmail on firefox, but I can login using MS Edge.

I can no longer login to my webmail account using firefox, but I CAN login using MS Edge. I obtained a new ISP and set up a new email account. I was able to access the we… (read more)

I can no longer login to my webmail account using firefox, but I CAN login using MS Edge. I obtained a new ISP and set up a new email account. I was able to access the webmail account for about a month with Firefox. Then a few days a age, it just stopped: When entering valid credentials, the login page just refreshes (without errors) and doesn't continue to the webmail inbox any longer. So I thought I'd try a different browser and I used MS Edge. The valid credentials get me into the webmail inbox using Edge, but no longer works in Firefox. Any ideas what happened?

Asked by rg.powers 21 hours ago

Last reply by rg.powers 3 hours ago

Primaey email hacked

Please someone help me with this. My primary email has been breeched and because I was honest with the service --instead of just saying I need help resetting my password.… (read more)

Please someone help me with this. My primary email has been breeched and because I was honest with the service --instead of just saying I need help resetting my password. Thay are asking me to send them a copy of my drivers' license and a photo "selfie" of myself to recover my account.

This is where I draw the line -- all invasions of privacy we have learned to live with but not this -- I could give them the transaction ID from my last Payment from Paypal period -- but that was not good enough. If I was being deceitfull I could easily provide the crdentials they ask for and it could all be fake; so I told them to get lost as I was paying for the Premium service anyway. I can contintue to use that as my ID but sonner or later someone is going to want to send me a code there and I can't retrieve it. Tonight they did not ask so I was able to get in here.

Everybody has a place to change your password but few have a place to change your sign-in ID. If I can get back into Firefox with a new ID and set 2 step validation I shouls be okay as faras the average user gors. The other option that I know of is to stary a new Firefox account. I alread have a lot of people and business's that I have to get my new email to.

Thanks To Anyone with any ideas.

Sincerely Paul

Asked by Paul Ellis 13 hours ago

Last reply by jscher2000 - Support Volunteer 4 hours ago

Optimizing Resource Consumption: Strategies in Firefox Platform for Memory Management and Performance Enhancement

What strategies or technologies has the Firefox platform implemented to ensure efficient memory management and minimize resource consumption, particularly in handling lar… (read more)

What strategies or technologies has the Firefox platform implemented to ensure efficient memory management and minimize resource consumption, particularly in handling large-scale web applications and multimedia content?

Asked by Muhammad Fahim Habib 5 hours ago

Last reply by Paul 4 hours ago

  • Locked

SIGN in ID/EMAIL

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf … (read more)

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf -- ehich would not prove snything. If somebody hsd my enough info they could fake that easy enough. Although they have takenaway allour privacy I refuse to send them that info.

If I had simply said I need helpchanging my password they never would have known. I was honest about the reason I needed a new password. Ended in my contacting Paypal and telling them to not acceot any more charges as I had the Premium email.

So noe I need a new sign-in here and Firefox becuase if I am asked code to be retrieved from that provider I won't be able to get it.

If someone can help me please send notice to : [email address]

Thanks in advance Paul

Asked by Paul Ellis 5 hours ago

Last reply by Paul 4 hours ago

websites won't load on Firefox

I have used Firefox for many, many years and have always loved it. Recently, it stopped loading some websites. I have read and tried everything I have read and still ca… (read more)

I have used Firefox for many, many years and have always loved it. Recently, it stopped loading some websites. I have read and tried everything I have read and still can't fix the problem. I have to switch to Edge to load the sites. I am tearing my hair out trying to get this fixed, but I will have to use other browsers if this doesn't get cleared up. Some sites load and most don't, but there is no rhyme nor reason to what it loads and what it doesn't. I do not have a great deal of tech know-how and cannot seem to fix this according to my research. I get no "error" messages except that the page can't load. Please help. I would hate to have to learn another browser.

Asked by Susan 1 day ago

Last reply by jonzn4SUSE 5 hours ago