Fragen mit folgendem Schlagwort anzeigen:

Disable tab groups?

Is there a way to disable tab groups without going through about:config? Because I can't find it and there really should be...I have no idea how that feature works, I don… (Lesen Sie mehr)

Is there a way to disable tab groups without going through about:config? Because I can't find it and there really should be...I have no idea how that feature works, I don't want it, but I keep ending up with groups unintentionally. I still don't know how I'm doing it. It's incredibly annoying and apparently incredibly easy to accidentally trigger and I'm sick of losing tab space to these random colored boxes for no apparent reason!

Open 1 3 105

Constant Crashes even in Troubleshoot mode

bp-f7b43b48-1330-4328-a36a-2d3f10260127 Firefox has been crashing regularly for a full day now. I have one profile with multiple extensions, and a fresh profile that is m… (Lesen Sie mehr)

bp-f7b43b48-1330-4328-a36a-2d3f10260127

Firefox has been crashing regularly for a full day now. I have one profile with multiple extensions, and a fresh profile that is meant to test firefox without any. With this new, "clean-slate" profile with none of my extensions installed, I still get repeated crashes. It is getting in the way of my ability to work- it happens even in Troubleshoot mode, even though I could not confirm any hardware issues prior to this.

Will I need to delete the extenstion-filled profile entirely before going forward? Is there an update I need to install, or anything else I should do myself? Should I provide a list of my extensions?

Attached is the Report ID of my latest crash- hopefully it will help.

Thank you!

Open 12 1 213

Upon sign-in to Hotmail, Firefox reports "you have tried to sign in too many times with wrong password", which is not true, and password works with chrome.

I have had this problem in the past, but now its back again. At first I just reset my password every time, then I set up the password to be auto-filled. I have had no sig… (Lesen Sie mehr)

I have had this problem in the past, but now its back again. At first I just reset my password every time, then I set up the password to be auto-filled. I have had no sign-in failures for months. At one point i did figure out how to check my sign in history to see the failed attempts, and there were none. That was a long time ago, and I have since forgotten how to check this. The problem does seem to be with firefox as it does not happen with chrome.

Open 5 1 52

Twitch "Browser not Supported" On Login Firefox version 148.0.2 On Linux

After clearing Browsing data, therefore Loging out of twitch etc., i now constantly get the error "Browser not supported" on attempted login Other Browsers (Chrome) work … (Lesen Sie mehr)

After clearing Browsing data, therefore Loging out of twitch etc., i now constantly get the error "Browser not supported" on attempted login

Other Browsers (Chrome) work fine and ive already tried deleting Extensions and reinstalling the Browser to no avail

here's the error messages that come up

any help would be appreciated

Open 2 1 57

How to stop sites I visit from appearing with the shortcuts I've saved on my homepage? I can't find help anywhere

So whenever I visit a website, or websites, they get added up with my shortcuts on the homepage which gets really annoying because I have to manually dismiss them everyti… (Lesen Sie mehr)

So whenever I visit a website, or websites, they get added up with my shortcuts on the homepage which gets really annoying because I have to manually dismiss them everytime. for instance, I've marked them with the green circles in the picture attached here. how do i stop them from appearing here?

Open 1 1 74

Tabs not closing unless right click -> close or ctrl+w

OS: Linux Recently, firefox has been annoying me with not closing a tab when I click the X like normal. I have to right click and close it, or press ctrl w. I am unable t… (Lesen Sie mehr)

OS: Linux Recently, firefox has been annoying me with not closing a tab when I click the X like normal. I have to right click and close it, or press ctrl w. I am unable to move tabs around, as well. I am not sure since when this next bit has been happening, but I am also unable to interact with many elements of the top bar. The only thing of the firefox ui besides the websites themselves that let me interact with them at the moment is the home button, the new tab button, bookmarked sites, and that box icon on the left corner that lets you look at previously closed tabs. My Firefox's version should around, I believe it is 140.5.0 ESR. Thank you in advance. Update: Upon a restart of firefox, it appears to be working again as normal.. However, the bit with tabs not closing when the X is clicked and not being able to move tabs around has been happening multiple previous times, and it may come back. Update again: The issue does come back after some usage. I'm using KDE plasma with Wayland. I will try what the answer asked, and come back later. Update: This seems to happen very randomly and is not reproducible for me.. It will go a few days being fine, then randomly freeze again. Has not happened under another user, at least not yet.

Open 1 1 172

Stuck loading page (specifically on chess.com)

After many years of using Firefox and then trying other browsers I decided to stick with Firefox now, and immediately I encounter a persistent flaw. Mainly I browse on ch… (Lesen Sie mehr)

After many years of using Firefox and then trying other browsers I decided to stick with Firefox now, and immediately I encounter a persistent flaw.

Mainly I browse on chess.com, I mention this because there the thing occurs and I can imagine it is quite a 'complicated' website. Stick with me. I administrate clubs and play chess there so open pages regularly, in new tabs, still generally only three simultaneously.

Every 1 in 5 times the page just gets stuck loading. Only parts appear and the little refresh icon up there doesn't show because the X stays (the one to stop loading the page). This is quite annoying. Simply by refreshing it immediately loads properly. But it is ridiculous to keep having to press F5 every couple of minutes before one can get on. As I also used Beta channel on my win11 machine I figured maybe it's that but after several updates it persisted. Now I am using the Normal channel and a Linux Mint OS and exactly the same keeps happening. I have tried a dozen remedies. Like adding an exception to the enhanced tracking in Firefox and several others and nothing fixed this. Does anyone knows how this happens?

And will Mozilla fix this? Or is it completely at the bottom of priorities because it is site specific?

Thanks for any replies (OS most recent Linux Mint Cinnamon. browser version mint-001 1.0 firefox 147.2) (Happened on Windows 11, Firefox Beta as well)

Open 5 1 115

Vertical tabs keep "getting stuck" (not expanding)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in… (Lesen Sie mehr)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in basically every session. I can't tell if a specific action triggers it, so far it seems pretty random. The glitch is that either the tabs are expanded and won't collapse, or the opposite: they're collapsed and refuse to expand when I point at them. Is this feature maybe still experimental? or something? I'm running Firefox 149.0b5 DEveloper Edition on Garuda Linux (Arch based).

Open 1 101

Redirect back goes to wrong page

I have a Ruby on Rails app and whenever I click on a button in it that submits a POST request, instead of redirecting back, it sends me to a GET of the POST request. For … (Lesen Sie mehr)

I have a Ruby on Rails app and whenever I click on a button in it that submits a POST request, instead of redirecting back, it sends me to a GET of the POST request. For example I am at /a, I make a POST request to /a/b, instead of redirecting back to /a, it sends me to /a/b which returns a 404 as there is only a POST defined at this route. I have tested this same site in Chromium and the redirects work properly, returning me back to /a

Open 1 29

Isolated web co processes hogs cpu and memory, computer becomes unresponsive

suse linux 15.6 firefox 140.9.0esr (64-bit) An aggressive website can cause "isolated web co" processes to be started. When they hog all processors and memory, the comp… (Lesen Sie mehr)

suse linux 15.6 firefox 140.9.0esr (64-bit)

An aggressive website can cause "isolated web co" processes to be started. When they hog all processors and memory, the computer besomes unresponsive. Keyboard and mouse freezes up.

Is there a way to limit firefox processes to n-1 processors, leaving 1 processor available for me to kill it ?

Open 1 32

"allow audio and video autoplay" exception doesn't transparently work on all sites

In Firefox, I have audio and video autoplay blocked globally, and added an exception for one particular website (Discord). However, Discord now only autoplays videos once… (Lesen Sie mehr)

In Firefox, I have audio and video autoplay blocked globally, and added an exception for one particular website (Discord). However, Discord now only autoplays videos once, but doesn't loop them as it should (they implemented GIFs as videos, but now they don't loop).

Of course this could be interpreted as a bug in Discord's web client. However, there shouldn't be a difference between a website that got an exception and autoplay being globally allowed. Therefore i suspect that there is a bug in firefox where some property, state, or hint is set differently depending on whether a page has been added to exceptions or autoplay is allowed globally.

Is there anything i can do to work around this? I really want an autoplay exception to actually work as expected (the website doesn't need to know that it's special)

Open 5 161