Youtube dose not load - Twitch uses an redicules amount of computer resources

I'm about to give up on Firefox. While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have… (閱讀更多)

I'm about to give up on Firefox.

While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have it stop loading properly and just load more or less blank. You can see this in the image attached. To rectify this problem, I'll need to quit Firefox completely and run a cleaner (WiseCleaner, in my instance) so that it loads correctly again. This happens across several computers I have.

As I game, I usually dual-monitor to watch things on YouTube or Twitch simultaneously. When watching Twitch with Firefox, I noticed that the video would stutter or freeze while the audio continued. I checked Task Manager and found CPU usage to be extremely high. I cannot recreate this problem now as my second monitor is in the repair shop.

Firefox is one of the only few alternatives to a Chromium-based browser. As I don't like Google policies on ad-blockers, tracking, and so on, I'd like to stay away from anything Chromium-based. But it's becoming increasingly difficult to do so, as the user experience in Firefox is so bad, especially when using YouTube, one of my main browsing activities.

I tried turning off hardware acceleration, but this did nothing. I've reinstalled Firefox, but as this happens across several unconnected browsers, I cannot think this is a local problem. What to do?

Andreas Risdalen Ekrem 於 13 小時前 詢問

Unable to sign in Qobuz from few days ago

I was unable to sign in Qobuz from yesterday. I have been using Firefox ver 115 to play streaming music from Qobuz on my Windows 8.1 PC as its sound quality is better t… (閱讀更多)

I was unable to sign in Qobuz from yesterday. I have been using Firefox ver 115 to play streaming music from Qobuz on my Windows 8.1 PC as its sound quality is better than other browsers. Yesterday, I found nothing happened after clicked the SIGN IN button on Qobuz's login page, however I had no problem using Google Chorme to login.

So I uninstalled/re-installed Firefox, and tried different older/newer versions, still didn't work.

I tried another PC running Windows 10, with Firefox ver 124.0.2, got the problem.

Please fix the problem ASAP, Firefox team. Thanks.

Its purer sound is the main reason I use firefox, instead of other browsers.

s2222440 於 15 小時前 詢問

Agent virtuel 最近回覆於 14 小時前

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (閱讀更多)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

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

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Slouch 於 3 天前 詢問

Slouch 最近回覆於 14 小時前

  • 已解決

Correct syntax for privacy.fingerprintingProtection.granularOverrides?

Hello, I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites … (閱讀更多)

Hello,

I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites by setting privacy.fingerprintingProtection to "true" and entering "+JSDateTimeUTC" in privacy.fingerprintingProtection.overrides in about:config.

Now according to docs, privacy.fingerprintingProtection.granularOverrides "can be used to add or remove features on a domain granular level if privacy.fingerprintingProtection is enabled," but I can't figure out how to get it working.

Any input is appreciated.

RSizington 於 17 小時前 詢問

jscher2000 - Support Volunteer 於 15 小時前 解答

is my old, even deleted cache/cookies/data/bookmars in the data reporting folder?

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular … (閱讀更多)

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular cache/cookies/data/bookmark folders

7843256 於 15 小時前 詢問

The startup page requires me to log in. I use my Gmail but the password is incorrect. The password is not incorrect

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password c… (閱讀更多)

I tried to log in to my Firefox getting started page which used to just load. It now appears to need a log in which I try to do using my Gmail credentials. The password comes up as being incorrect which I know is not the case. If I try to change it I get as far as a Gmail code being sent to my account but when I enter that it says that is incorrect. I have not been able to load the getting started page since.

Stephen Hobbs 於 16 小時前 詢問

Google ReCAPTCHA is not working on all websites

Google ReCaptcha is not working on literally all websites. Once I click on checkbox "I'm not a robot" It gets stuck on infinite loop. Although working on Mac OS in Firefo… (閱讀更多)

Google ReCaptcha is not working on literally all websites. Once I click on checkbox "I'm not a robot" It gets stuck on infinite loop. Although working on Mac OS in Firefox and Chrome or any other browsers. The issue is primarily with Windows version

I already tried clearing cookies, cache, disabling Tracking Protection, adding sites to DNS white list

Environment: OS Windows 11 Version 23H2, Firefox 125.0.3 For testing used: https://www.google.com/recaptcha/api2/demo

Maxim L 於 1 天前 詢問

sotb 最近回覆於 16 小時前

Firefox UI freezes when clicking the addressbar.

I am using Firefox 125 in Windows 11. And this just happens recently. Sometimes, quite frequently, when I click the addressbar wanting to input or select a new address. … (閱讀更多)

I am using Firefox 125 in Windows 11. And this just happens recently.

Sometimes, quite frequently, when I click the addressbar wanting to input or select a new address. The Firefox UI freezes (before the dropdown list of addresses is shown). The video/audio/other effects are still working, and from task manager, it does not cost more CPU/mem than usual. But it does not response to key press or mouse action. All I can do (that I know of) is killing the processes. The problem does not seem related to "current" webpage I am browsing. And I have not installed new addons for a few months.

Any idea what should I look into?

Magicloud 於 2 天前 詢問

cor-el 最近回覆於 18 小時前

Cannot get pass recaptcha

Hello, there seem to be a recaptcha issue - it was working yesterday, and today it doesn't. Here are the sites you can try to reproduce the issue: https://www.uniquega… (閱讀更多)

Hello,

there seem to be a recaptcha issue - it was working yesterday, and today it doesn't. Here are the sites you can try to reproduce the issue: https://www.uniquegardendecor.com/contact-us/ https://www.kbauthority.com/help.php?mode=update&section=contactus https://www.outsy.com/contact-us/ And it looks like it's only happening in the US. Firefox version: 125.0.3 (64-bit) Please advise

Marina 於 1 天前 詢問

cor-el 最近回覆於 1 天前

Firefox stop from 2 days ago read Google Recaptcha, from nothing.., Dev version to.. I have the last 126.0b8 and both not working, I try disable Tracking Protection and still...

Firefox stop from 2 days ago read Google Recaptcha, from nothing.., Dev version to.. I have the last 126.0b8 and both not working, I try disable Tracking Protection and s… (閱讀更多)

Firefox stop from 2 days ago read Google Recaptcha, from nothing.., Dev version to.. I have the last 126.0b8 and both not working, I try disable Tracking Protection and still, clean everything... spinning forever...

I try my Firefox at mobile, that works. I need Firefox working on this. Cant use Chrome...

Help!

Arquivos Pessoais 於 19 小時前 詢問

cor-el 最近回覆於 19 小時前

How to stop Firefox from loading automatically upon booting up or restarting

How do I get Firefox browser to stop from loading automatically upon booting up or restarting?? This has been happening since the last browser update. I checked the Fir… (閱讀更多)

How do I get Firefox browser to stop from loading automatically upon booting up or restarting?? This has been happening since the last browser update. I checked the Firefox controls but could not find a button to toggle this off. Please advise. Thank you.

Steve & Lynda 於 19 小時前 詢問

cor-el 最近回覆於 19 小時前

Firefox version 115.10esr

Comments on YouTube videos are no longer visible after Firefox version 115.10esr update. They do however work on my other computer which also has Firefox but not an esr … (閱讀更多)

Comments on YouTube videos are no longer visible after Firefox version 115.10esr update. They do however work on my other computer which also has Firefox but not an esr version since it has a more current version of windows. I tried deleting all cookies and cache, starting in safe mode, disabling ad-blocking on YouTube but nothing worked. I'm thinking of rolling back to the previous update but would rather have this problem fixed.

Carol Williams 於 19 小時前 詢問

jonzn4SUSE 最近回覆於 19 小時前

Space bar not working.

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space be… (閱讀更多)

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space between words. Tried 2 different keyboards w/same problem. Doesn't seem to happen on Chrome or Safari. Re-installed Firefox with same results. Any thoughts, please? Thank you.

fullyladenswallow 於 1 天前 詢問

fullyladenswallow 最近回覆於 19 小時前

Firefox hangs in news reader

The news reader (powered by Technavia) for the Tucson Daily Star starts OK but continually slows down and eventually Firefox hangs and is non responsive. It happens in d… (閱讀更多)

The news reader (powered by Technavia) for the Tucson Daily Star starts OK but continually slows down and eventually Firefox hangs and is non responsive. It happens in different places. The same news reader works OK in Edge or Chrome. Any idea how to trouble shoot this?

Mike Mulcahy

mike739 於 1 天前 詢問

jonzn4SUSE 最近回覆於 19 小時前

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (閱讀更多)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

chcats 於 22 小時前 詢問

chcats 最近回覆於 21 小時前

Extremely High Ram Usage

Hello Support, 5-1-2024 First Time in a decade I've had to contact support. Please TELL me why there are 13 instances of firefox running at the same time. It is take so… (閱讀更多)

Hello Support, 5-1-2024 First Time in a decade I've had to contact support. Please TELL me why there are 13 instances of firefox running at the same time. It is take so much memory up and really slowing my machine down on the internet also. Tell me how to fix otherwise I will have to switch to a different web browser. I realy love firefox and have been using since It was released. I really Don't want to switch Browers but this is to much any more. It has become much worse than a Year ago. I do Not have any addons or extension installed now, I don't use them enough to install. Thank you for your help in this BIG HOG memory problem.

customhitcher 於 1 天前 詢問

jscher2000 - Support Volunteer 最近回覆於 21 小時前