Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Removal of New "List All Tabs" Button.

A new version of the "List All Tabs" appeared on my toolbar today, shown on the left and hovered over in the attached screenshot (ignore the Malwarebytes extension icon).… (Lesen Sie mehr)

A new version of the "List All Tabs" appeared on my toolbar today, shown on the left and hovered over in the attached screenshot (ignore the Malwarebytes extension icon). The old icon for this button was a chevron with approximately the same functionality. I was able to remove the old icon, but I'm unable to find a way to remove this one. Here is what I've tried so far:

  • Like the old one, the Customize Toolbar feature is unable to remove it since it is grayed out.
  • For a while, I was able to remove the old icon by going to about:config and setting browser.tabs.tabmanager.enabled to false. This solution does not work for the current and some recent versions of the button.
  • I attempted to create a userChrome.css file (following all the steps according to this this website) and added the following string: #alltabs-button { display: none !important; }

None of these attempted fixes have removed the button following a browser restart. Is there a way to remove it? I have no need of a button that shows me what tabs I have open when I can simply look at my toolbar.

Gefragt von Shabcarb vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst

Dark mode broken after update

I am on Linux Mint 21.2, and I just updated Firefox (141.0). Now, the bookmarks bar, toolbar, and the tabs (everything above the displayed page), as well as the menu, boo… (Lesen Sie mehr)

I am on Linux Mint 21.2, and I just updated Firefox (141.0). Now, the bookmarks bar, toolbar, and the tabs (everything above the displayed page), as well as the menu, bookmarks menu, and sidebar, are in light mode even though I have dark mode set (They were dark before the update). I tried playing with the Dark Mode settings to no avail. My system is set to dark mode in general. Are others experiencing this? Is there some sort of fix?

Gefragt von cnuzzi2552 vor 5 Monaten

Beantwortet von cnuzzi2552 vor 5 Monaten

  • Gelöst
  • Archiviert

Firefox is, very relatively, slow

Hi, First, this is not a complaint. Firefox is an outstanding product that makes me very happy. I though I could post the following, because this community strives to m… (Lesen Sie mehr)

Hi,

First, this is not a complaint. Firefox is an outstanding product that makes me very happy.

I though I could post the following, because this community strives to make it better.

In a nutshell, I have a very fast Internet connection, up to 6Gbs/1Gbs speed, and Firefox is not able to go over .9/.8

I attach are 2 tests, one with Firefox and one with Chrome.

Note that when using it for anything else than speedtest, Firefox does not feel slow at all.

I'm not requesting a fix, just thought that somebody would like to know.

Gefragt von Bob4K vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Extension appears to be corrupt

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted be… (Lesen Sie mehr)

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Gefragt von Bob4K vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Youtube appears blank

Hello For a few days now, every time I go to youtube the page appears almost completely blank (see screenshot). I've tried disabling all my extensions and go in troublesh… (Lesen Sie mehr)

Hello For a few days now, every time I go to youtube the page appears almost completely blank (see screenshot). I've tried disabling all my extensions and go in troubleshoot mode but it still does not work. When I try removing youtube storage from firefox settings "manage cookies and site data" and saving, data of the same size is still there when I open the storage manager again. The only thing that seems to work is going into a private window but since I have to keep signing in each time it is painful especially with google MFA. Please help.

Thank you

Gefragt von cperche06 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

firefox and ublock origin

When I open Firefox. Firefox Will NOT open any websites. If I disable ublock origin then enable again Firefox works but I get all the ADS. What I have to do is: Close fir… (Lesen Sie mehr)

When I open Firefox. Firefox Will NOT open any websites. If I disable ublock origin then enable again Firefox works but I get all the ADS. What I have to do is: Close firefox and restart Firefox but then I get this message "Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window." Sometimes I have to restart Firefox as many as 10 times before Firefox works. I got to the point where I stop after the second try and just switch to Brave browser.

Before: Firefox use 99%. Brave Use 1% Now: Firefox use 75%. Brave use 25%

Gefragt von mrlucky92022 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (Lesen Sie mehr)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Gefragt von Slouch vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Fiefox RAM usage increases on its own

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improv… (Lesen Sie mehr)

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improvement. I have 6 tabs opened. Firefox has crashed several times the past couple fo months. I have been away on travel for 2 weeks, and today the problem is much worse.

Firefox (37916) 51GB, Extensions (34308) 370MB, GPU (33072) 298MB , and everything else < 100 MB.

I really love Firefox - use across my 4 devices. Only on my desktop am I seeing this. Laptop, iPad, and Android all work fine. Running Win 11

Gefragt von Mike vor 1 Jahr

Beantwortet von Mike vor 1 Jahr

  • Gelöst
  • Archiviert

Disable horizontal scrolling

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means… (Lesen Sie mehr)

Is there any way I can completely disable horizontal scrolling? I'm using a laptop with a trackpoint (lenovo x230, Windows 10) and it's not terribly accurate, which means scrolling whilst a youtube video is going often makes it track backwards or forwards, and another website I use uses a horizontal click to send me to the next page, which sucks. I would prefer to just be able to disable it entirely. Thanks!

I swear to god I used to have it disabled, just need to work out how again.

Gefragt von koco1 vor 3 Jahren

Beantwortet von koco1 vor 3 Jahren

  • Gelöst
  • Archiviert

virtual Console of dell idrac 8 not working

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in … (Lesen Sie mehr)

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in previous versions of Firefox. I can't tell from which version it stopped but it's not long ago. Also idrac 9 console works fine in Firefox When trying to open console idrac 8 in Chrome it works fine Any idea what could be causing it? Any config switch to tweak?

Gefragt von mark vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst

Pop up ads

I keep receiving a popup seeming to be from McAfee security regarding a virus on my computer. It isn't from that security firm. The ad locks my system till I shut off and… (Lesen Sie mehr)

I keep receiving a popup seeming to be from McAfee security regarding a virus on my computer. It isn't from that security firm. The ad locks my system till I shut off and restart my computer. This is very annoying and occurs on all installed browsers. Is there anything I can do about this annoying thing?

Gefragt von cmickler vor 4 Wochen

Beantwortet von TyDraniu vor 4 Wochen

  • Gelöst
  • Archiviert

Unable to Visit Certain Sites on Macbook

Hello, First time posting here, so I'm hoping that someone can help me out. I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable… (Lesen Sie mehr)

Hello,

First time posting here, so I'm hoping that someone can help me out.

I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable to access two sites – allrecipes.com, and seriouseats.com on my home WiFi network on the Macbook.

These sites work on other browsers (tested on Safari and Chrome), and they also work on my iPhone.

Oddly, when I went to work and tried to access these sites via WiFi using Firefox, I was able to.

I am unsure what the problem is – the ability to access these sites on Safari, Chrome, and my iPhone at home suggests that it's not a network issue. I haven't encountered this issue with any other sites.

I am attaching three screenshots 1) The error message that I'm seeing for allrecipes when I attempt to access the site 2) The security tab which shows that the connection is unencrypted for allrecipes (home network) 3) The security tab showing that the connection is encrypted for alrecipes (work network)

Thanks

Gefragt von PianoMan7 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

new firefox UI is useless

my extensions got unpinned and the new tab button is gone, the tab overview is gone, the extension button is to the left of the address bar, the back and forward buttons … (Lesen Sie mehr)

my extensions got unpinned and the new tab button is gone, the tab overview is gone, the extension button is to the left of the address bar, the back and forward buttons are to the left of the address bar, the back and forward button are swapped, WHY.

In the screenshot i pinned the 3 extesions i use again, they were unpinned before

Gefragt von Phantom vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox 125.0.1 update breaks all self signed certificates

Firefox 125.0.1 update breaks all self signed certificates After the latest auto update I can no longer access any of my management screens on my private network with se… (Lesen Sie mehr)

Firefox 125.0.1 update breaks all self signed certificates

After the latest auto update I can no longer access any of my management screens on my private network with self signed certificates. This is a real problem. I have attached a couple error screen grabs, but ALL of themn are the same. The information link says there is no workaround!

So how do I recover access? Chrome works just fine ... so it is def. a Firefox problem.

Gefragt von mzla.cm vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox 140 - Now have issues with background colors in Sideview bookmarks

Hello all: Just downloaded version 140 and ran into an immediate "visual/appearance" problem with regard to the background color(s) of the sidebar bookmarks view. Many … (Lesen Sie mehr)

Hello all:

Just downloaded version 140 and ran into an immediate "visual/appearance" problem with regard to the background color(s) of the sidebar bookmarks view. Many themes now have totally dark sidebar colors and not readable (see screenshot image upload with this posting). I always have my bookmarks (almost 1200 of them) displayed in my sidebar, and this is the first time an issue like this has arisen with a Firefox update.

To remedy this scenario, I must use very light colored themes that have a white background when you bring up the sidebar bookmarks. If not, everything is totally dark and unreadable.

Any ideas or help on this one?

Gefragt von benherrmann1 vor 6 Monaten

Beantwortet von benherrmann1 vor 6 Monaten

  • Gelöst
  • Archiviert

Sync cookies exception list

Hi, This has been brought up before, but not with this exact question (not that I could find, at least). I understand that cookies cannot be synced across devices, but … (Lesen Sie mehr)

Hi,

This has been brought up before, but not with this exact question (not that I could find, at least).

I understand that cookies cannot be synced across devices, but this is not what I am asking for. Is there a way to make firefox sync the list of exceptions? Meaning, only the specified website URL and its status, not the cookies from these sites.

Gefragt von pompan2 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

MimeTypes.rdf missing

Hi, I'm using FF on Fedora 39. However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on rest… (Lesen Sie mehr)

Hi,

I'm using FF on Fedora 39.

However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on restarting the browser.

In the options I've now set the configuration to "Ask whether to open or save files". Now I see a popup when clicking on a file however there is no checkbox with "remember this file associations" (or something similiar).

Gefragt von daswas vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Bookmarks toolbar stopped working in the latest version

After an update of both macOS (to macOS Sequoia 15.0.1) and Firefox Developer Edition (to 132.0b3 (aarch64)), the Bookmarks Toolbar stopped working. The same issue appear… (Lesen Sie mehr)

After an update of both macOS (to macOS Sequoia 15.0.1) and Firefox Developer Edition (to 132.0b3 (aarch64)), the Bookmarks Toolbar stopped working. The same issue appeared on my Windows PC.

Bookmarks toolbar is visible, I can show and hide it but it does not display any of my saved bookmarks. Luckily, they were not deleted and I still can access them via Bookmarks Menu, which is less than optimal.

The Drag&Drop functionality does not work either. When I grab the opened Tab, drag it on the Toolbar and release it, the Tab gets opened in the new browser window and it's not saved.

Gefragt von Matej Hudák vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Modifier Keys will not work at the same time in Developer Edition

I have 2 instances of Firefox: I use stable for all my professional work, and I use Developer Edition (Aurora Channel) for personal things. The stable branch works fine. … (Lesen Sie mehr)

I have 2 instances of Firefox: I use stable for all my professional work, and I use Developer Edition (Aurora Channel) for personal things. The stable branch works fine. In Aurora though, certain key combos will not work. This even persists in troubleshooting (safe) mode.

Specifically, it seems anything using both ctrl+alt will not register alt, only ctrl. alt, alt+shift, and ctrl+shift all seem to work fine, but ctrl+alt and ctrl+alt+shift do not. Again, this works fine in stable, so I am clueless as to why it doesn't work in my other instance.

Another detail is that this happens on multiple websites, not just one. The post prominent one is Google Sheets. In sheets, you can insert the date using `ctrl+;`, the time using `ctrl+shift+;`, and both using `ctrl+alt+shift+;`. Inserting them separately works fine, but both causes only one to insert.

Gefragt von Catt0s vor 8 Monaten

Beantwortet von Catt0s vor 8 Monaten