Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

YouTube sidebar & comments broken

my firefox youtube is broken, every time i close firefox, and open youtube, the comments and the sidabar wont load, until i clear my cookies and login. so that fixes it, … (читать ещё)

my firefox youtube is broken, every time i close firefox, and open youtube, the comments and the sidabar wont load, until i clear my cookies and login. so that fixes it, but its not permanent. if i close or restart firefox, id have to repeat this process again. and yes, ive disabled all my extentions and cleared cache. and updated firefox.

Задан voidxdofficial 11 месяцев назад

Дан ответ voidxdofficial 11 месяцев назад

  • Решено
  • Архивировано

Mozilla Firefoz crashes multiple times after waking laptop from sleep

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet. Network con… (читать ещё)

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet.

Network connectivity was confirmed as I was able to access my VPN and corporate teams.

I submitted as many crash reports as I could. Eventually the crash reporter ceased to function. The message is:

Firefox had a problem and crashed. Unfortunately, the crash reporter is unable to submit a report for this crash.

Details: expected value at line 1 column 1

Only a full reboot of the machine restored functionality but only temporarily. It returns after being put into sleep mode.

Running firefox in safe mode does not restore functionality. The behavior persists.

I am fully up to date according to firefox.

I am running a Lenovo Thinkpad Windows 11.

Задан Candlejack 6 месяцев назад

Дан ответ Candlejack 5 месяцев назад

  • Решено
  • Архивировано

How do I remove "Redirect notices" when trying to naviagte to web sites

Every other search I do a Redirect Notice pops up. How do I get rid of this. Have used MS Edge and this browser does not have the problem, I am reluctant to transfer to E… (читать ещё)

Every other search I do a Redirect Notice pops up. How do I get rid of this. Have used MS Edge and this browser does not have the problem, I am reluctant to transfer to Edge but will if I can't resolve this issue.

Задан Holard 1 год назад

Дан ответ Holard 1 год назад

  • Решено
  • Архивировано

No Session Restore files or button

Everytime I go to play games on my laptop I close Firefox for the extra resources and when I'm done I open it right back up, I have done this for YEARS but this time it d… (читать ещё)

Everytime I go to play games on my laptop I close Firefox for the extra resources and when I'm done I open it right back up, I have done this for YEARS but this time it didn't restore my session. I thought it would be as easy as the last time where I'd go click the Restore Session button but it isn't there so I spend two hours looking for solutions and found nothing. I don't know how this happened nor do I understand how this could happen in the first place, my Firefox hasn't crashed in months and I had already closed and re-opened it several time today.

Задан raiderleader2004 12 месяцев назад

Дан ответ raiderleader2004 12 месяцев назад

  • Решено
  • Архивировано

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (читать ещё)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Задан scottish2 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

High CPU Usage in a separate process in task manager

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager. The task manager… (читать ещё)

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager.

The task manager has 2 different firefox processes. One being actual instance i am running. and the 2nd being the automatically opened in background.

i have figured out whenever i have active internet connection and my system is on charging the 2nd task automatically starts in background and uses upto 80% of cpu usage. Ending the 2nd task form task manager doesn't affect anything. only the cpu usage drops. Also Closing my firefox instance does nothing to that 2nd task.

I have tried lot of solutions i found on community. Nothing seems to help. problem still persist. I even posted comments on ongoing threads. but no reply from anywhere.

this is the last time i m trying. if i get a solution its good. otherwise i am going to shift to edge. I have no other choice.

Screenshots from multiple dates are attached.

Задан Kj 1 год назад

Дан ответ Kj 1 год назад

  • Решено
  • Архивировано

IE Tab extension...

There used to be an extension called "IE Tab". It allowed you to right click on the link, and open the site in a tab, using Internet Explorer, for sites that didn't work … (читать ещё)

There used to be an extension called "IE Tab". It allowed you to right click on the link, and open the site in a tab, using Internet Explorer, for sites that didn't work properly in Firefox. I was wondering if anybody knows of any similar extension that would do the same for Edge? I can't open Twitter (X) using Firefox anymore, but I can open it using Edge. I don't like Edge (obviously), but I have no choice. Thanks in advance!!!

Задан carlrgoodwin 9 месяцев назад

Дан ответ cor-el 9 месяцев назад

  • Решено
  • Архивировано

How do you sync multiple profiles across multiple devices?

I'm really confused about how profiles and sync work together for what I assume is a pretty common use case, especially now will all the WFH. I have two devices: 1. Pers… (читать ещё)

I'm really confused about how profiles and sync work together for what I assume is a pretty common use case, especially now will all the WFH. I have two devices:

1. Personal laptop 2. Work laptop

I'd like to keep my bookmarks, history, addons etc separate, but be able to access my work environment when working from home on my personal laptop. I've read a lot about profiles and sync and multi-account container but I'm still confused as to how I achieve what I'm trying to do.

Having multiple profiles on one device is straightforward. But AFAIK if I attach two profiles to the same sync account, and try to sync both between two devices, it will only sync one of the profiles (and then merge everything if I try to sync the other). And if I have two separate sync accounts (work and personal), each with a single profile, I can't switch between them without also merging everything. How does one achieve this then?

Задан tom.saunders90 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

How to hide the full URL from address bar?

I have the browser.urlbar.trimURLs switched to TRUE but still as you can see in the screenshot it shows the complete URL with the protocols. I do not want this, I want it… (читать ещё)

I have the browser.urlbar.trimURLs switched to TRUE but still as you can see in the screenshot it shows the complete URL with the protocols. I do not want this, I want it to hide it and only show the main link like youtube.com instead of https://youtube.com

Задан Amay 2 года назад

Дан ответ Amay 2 года назад

  • Решено
  • Архивировано

firefox hangs when searching on google or connecting to websites.

I have tried to disable hardware acceleration, refresh firefox, reinstall, and nothing works. It hangs every single time when searching on google or connecting to website… (читать ещё)

I have tried to disable hardware acceleration, refresh firefox, reinstall, and nothing works. It hangs every single time when searching on google or connecting to websites. This really sucks because I have used firefox since the beginning and don't want to have to stop now..

Задан coreyhooe 1 год назад

Дан ответ coreyhooe 1 год назад

  • Решено
  • Архивировано

Firefox closes immediately after opening it

Hello! I recently got a new PC, and every time I open up Firefox it instantly closes. I have tried downloading it on the Microsoft Store, it seems to work fine for 5 min… (читать ещё)

Hello!

I recently got a new PC, and every time I open up Firefox it instantly closes. I have tried downloading it on the Microsoft Store, it seems to work fine for 5 minutes and then it happens again.

Задан chillestyt 1 год назад

Дан ответ chillestyt 1 год назад

  • Решено
  • Архивировано

PG&E (PGE) PG and E Website has blocked Firefox

The subject website pge.com has blocked Firefox apparently because new function that they have instituted features that Firefox cannot support. The subject website states… (читать ещё)

The subject website pge.com has blocked Firefox apparently because new function that they have instituted features that Firefox cannot support. The subject website states it does not support Firefox. Is this refusal to support on the subject website a known problem? I have searched the Firefox Help without results. Is this even considered a problem? I appreciate Firefox and would like to see it be a supported browser on the subject website.

Задан RIPPER 1 год назад

Дан ответ RIPPER 1 год назад

  • Решено
  • Архивировано

Page Info window

Starting, I believe, with 12/20/2023 build of FF Nightly, the "Page Info" window has a bizarre alternating highlight on the media tab, and full highlight on the Permissio… (читать ещё)

Starting, I believe, with 12/20/2023 build of FF Nightly, the "Page Info" window has a bizarre alternating highlight on the media tab, and full highlight on the Permissions tab, but no highlight on the Security tab. Other FF windows, like the download/history box, have no issue. I could change Windows theme to dark to invert the all backgrounds to black, and the text to white, but that's just hiding the issue. Nothing in add-ons was changed, and none of them would cause this.

Задан youwish1 11 месяцев назад

Дан ответ youwish1 11 месяцев назад

  • Решено
  • Архивировано

Daily Mail Online

Have been unable to view readers comments for a number of weeks and can figure out how to fix. it is not all the time, like last night were available but not this morning… (читать ещё)

Have been unable to view readers comments for a number of weeks and can figure out how to fix. it is not all the time, like last night were available but not this morning. All other browsers there is no issue including DuckDuckGo. Am using Ublock Origin, but have been using for years with no issue, even when turn off result the same.

Задан chappie1 6 месяцев назад

Дан ответ jonzn4SUSE 6 месяцев назад

  • Решено
  • Архивировано

problem pdf print in new update

Hi Firefox We work in a government institution and we use Firefox because it is a unique, fast and safe program. We thank you for your efforts to develop the browser But … (читать ещё)

Hi Firefox We work in a government institution and we use Firefox because it is a unique, fast and safe program. We thank you for your efforts to develop the browser But we encountered a problem with the new update while printing the PDF files. It was showing us the option to print in portrait or landscape format, and when you updated version 14, this option no longer appeared. Where we deleted the new program, installed the older version, and stopped the update We trust you to solve the problem in the next update, and we ask you to give the matter importance

Задан yehya.pla 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

Tabs from previous session no longer open on startup.

I'm running version 118.02.2 (64-bit) of Firefox on Windows 12. I *always* have the 'Open previous windows and tabs' checked. Starting yesterday, Firefox opens with nothi… (читать ещё)

I'm running version 118.02.2 (64-bit) of Firefox on Windows 12. I *always* have the 'Open previous windows and tabs' checked. Starting yesterday, Firefox opens with nothing other than a blank page. Luckily for me, this has happened in the past and I have a Bookmarks Menu folder with my default tabs saved. Even so, it's still frustrating.

Задан CdnBookLover 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Facebook starting scrolling out of control...again

In reference to my previous post ( https://support.mozilla.org/en-US/questions/1382198?page=1 ) I have noticed that the "jumping while scrolling" in the Facebook News fe… (читать ещё)

In reference to my previous post ( https://support.mozilla.org/en-US/questions/1382198?page=1 ) I have noticed that the "jumping while scrolling" in the Facebook News feed has returned after a couple of months of proper behavior. Ver. 108.0.2 It's not as bad as it was but it seems to be getting worse.

Is the circus back in town?

Am I going to have to move back to Chrome again ?? >:-(

Задан Helium2 1 год назад

Дан ответ Helium2 1 год назад

  • Решено
  • Архивировано

Can't print in Black & White

I've recently switched back to Firefox from Edge and have run into a frustrating issue. When I try to print documents from Firefox, the "Color Mode" in the print setting… (читать ещё)

I've recently switched back to Firefox from Edge and have run into a frustrating issue.

When I try to print documents from Firefox, the "Color Mode" in the print settings is grayed out so I can't select B&W.

This same problem exists both on my MacOS laptop + my Windows 11 desktop. Additionally, they are connected to different printers on different networks. It also occurs whether I'm trying to print a PDF or anything else in Firefox.

Based on this, it appears Firefox is the culprit here.

Any ideas on how to fix this?

Firefox Version: 108.0

Задан converge 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

Firefox label in Windows 11 not displaying correctly when taskbar set to never group

I have noticed a bug with how the Firefox icon appears when launched in the Windows 11 taskbar when the never group option is enabled. When Firefox is launched and is the… (читать ещё)

I have noticed a bug with how the Firefox icon appears when launched in the Windows 11 taskbar when the never group option is enabled. When Firefox is launched and is the only application open in the taskbar, there is no label present next to the icon like other programs have when launched. There is the little line underneath the icon though indicating it is launched but that is it. As soon as I open another application though, the label will also appear for Firefox. This is only a minor annoyance but is definitely as bug at least for me and should be pretty easy to fix. I will attach screenshots of the behavior. In the first screenshot, you can see that Firefox is open but has no Text label like it is supposed to. The second screenshot is as soon as I open a second application.

I am on Windows 11 Home 23H2 Build 22631.2792 Windows Feature Experience Pack 1000.22681.1000.0 Firefox Version: 120.0.1

Задан chris545 12 месяцев назад

Дан ответ chris545 11 месяцев назад

  • Решено
  • Архивировано

"Failed to check for updates" et al

Hey, so, I've seen this question a couple times when I searched, but (a) there didn't seem to be any solution and (b) they were all regarding Macs and I'm on Windows 11 v… (читать ещё)

Hey, so, I've seen this question a couple times when I searched, but (a) there didn't seem to be any solution and (b) they were all regarding Macs and I'm on Windows 11 v 23H2. I keep getting bubbles saying that Firefox wasn't able to check for updates- not that it couldn't download or install updates, but it couldn't search for one. I also did the "about Firefox" thing and it gives me the same message. Both of these have been going on for a couple days and I have attempted restarting Firefox multiple times and did a manual update [125.0.1 (64-bit)] just in case there was a problem there. Now, I've tried the tips from the other threads (turning off the proxy, checking any anti-update policies, and checking the add.update.url in the config settings) with no luck. So in an effort to either bump the question or get any Windows oriented answers... Thanks muchly

Задан xheavenlybodiesx 7 месяцев назад

Дан ответ NoahSUMO 7 месяцев назад