Remove vertical tabs

I updated to version 133 today and was confronted with the vertical tab bar. I did not ask for this or want it, and now I can't get rid of the side bar, in fact I seem to… (read more)

I updated to version 133 today and was confronted with the vertical tab bar. I did not ask for this or want it, and now I can't get rid of the side bar, in fact I seem to have just made it worse / wider. How can I get rid of this (and block it) It is just taling up space on my screen. Please help.

Asked by PETER GORDON 47 sekundit tagasi

Tabs constantly crashing

hello all, I'm running Firefox 115.18.0esr For a month now, tabs have crashed constantly. That is, *every single tab* crashes sooner or later and usually it's sooner. I… (read more)

hello all,

I'm running Firefox 115.18.0esr For a month now, tabs have crashed constantly. That is, *every single tab* crashes sooner or later and usually it's sooner. It's making Firefox unusable.

I know my desktop is old and my OS is considered obsolete, but still, I'm a fan of Firefox and want it to work. I'm running OS 10.13.6 (which I can no longer update) on a iMac mid-2011.

Any advice much appreciated.

Asked by 4ymvvtfcxs 1 minut tagasi

Swiss bank UBS.COM refuses firfefox connection

My connection to the Swiss bank UBS.COM is refused for connection to my account. UBS says it is a Firefox problem, because it accepts a Chrome connection! … (read more)

My connection to the Swiss bank UBS.COM is refused for connection to my account. UBS says it is a Firefox problem, because it accepts a Chrome connection!

Asked by Mike Gerard 33 minutit tagasi

thunderbird synchronisation von pc und android

Hallo und guten Tag, ich habe für Windows [PC] und Android [Pixel 8pro] jeweils die beiden aktuellsten Versionen von 'Thunderbird x64'und 'Thunderbird: Free Your Inbox'… (read more)

Hallo und guten Tag,

ich habe für Windows [PC] und Android [Pixel 8pro] jeweils die beiden aktuellsten Versionen von 'Thunderbird x64'und 'Thunderbird: Free Your Inbox' installiert und eingerichtet. Es sind zwei E-Mail-Konten mit jeweils einer Alias-Adresse eingerichtet, alles unter GMX.NET , IMAP+SMTP sind ebenfalls aktiviert [IMAP port993 und SMTP port465]. Leider bekomme ich es nicht so eingerichtet, daß Mails wenn sie am PC oder am Pixel empfangen und verschoben oder gelöscht oder als Spam markiert sind, daß dieses dann auch am jeweils anderen Endgerät so erscheint. Es werden immer wieder alle Mails neu als eingegangene Nachrichten gezeigt und ich muß dann am jeweils anderen Endgerät die gleichen Aktionen vornehmen.

Wo liegt der Fehler, was muß ich tun um das Problem zu beheben.

Asked by der a. 1 nädal tagasi

Last reply by der a. 1 tund tagasi

Close Synced Tabs feature doesn't work on ESR versions?

Hi! Very satisfied new Firefox user here :) I've just noticed that from my Windows 11 Firefox 132's Account menu, I can close tabs open on my other computers via t… (read more)

Hi!

Very satisfied new Firefox user here :)

I've just noticed that from my Windows 11 Firefox 132's Account menu, I can close tabs open on my other computers via the sync feature. However, the X button that lets me close the tabs only seem to appear next to tabs open on my other computers that also run Firefox 132, while my computers that run the 128 ESR version don't show the X button next to their open tabs.

Is this because the close synced tabs feature was implemented after version 128, or is it blocked for some reason due to the nature of the ESR version? Or am I just doing something wrong with the sync settings on my ESR versions?

I've tried searching the help section and looking up the release notes to try to figure it out, but all attempts failed to find the reason and a fix :(

Thanks!

Asked by JY 2 tundi tagasi

Tab Bar Placement Issue After Firefox 133 Update

Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Ta… (read more)

Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Tab Bar is above the Address Bar. Could you please advise what changes I need to make in userChrome.css to place the Tab Bar below the Bookmarks Toolbar? Thank you.

/* 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: 40px; } /* 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: 32px }
  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{

order: 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{ flex-direction: column } }

/* 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: 29px; 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: 25px !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; }

Asked by Pavel Říha 1 tund tagasi

My mails aren't displayed in thunderbird. But they are displayed in my webmail

Hi I started my Thunderbird on my laptop today 2024-11-26. However, last emails are from 2024-11-19, i.e 7 days ago. I don't see what's wrong. No filters, strange sortin… (read more)

Hi I started my Thunderbird on my laptop today 2024-11-26. However, last emails are from 2024-11-19, i.e 7 days ago.

I don't see what's wrong. No filters, strange sorting or similar are applied. When I login to same mailadress via webmail instead, everything works. There I have many mails between 19th Nov until today 26th Nov.

Any ideas what can be wrong? /Best Regards Joakim

Asked by joakim.carlsson 14 tundi tagasi

Last reply by joakim.carlsson 2 tundi tagasi

What will Thunderbird do if folder will be deleted?

What will Thunderbird do if I delete a folder which sorting rule in Thunderbird should move message? I need an answer which actual for Thunderbird versions 40 and higher.… (read more)

What will Thunderbird do if I delete a folder which sorting rule in Thunderbird should move message? I need an answer which actual for Thunderbird versions 40 and higher. Thanks.

I have rule to move messages from Inbox to user created folder. I want to move all messages from this folder and delete empty folder. How will work work? Will stay messages in Inbox? Yes I want to stay messages in Inbox.

Why can I not delete rule? There are case when I have no access to machine with Thunderbird and rule, when I use browser to manage my mailbox.

Asked by PavelkoT 8 tundi tagasi

Last reply by PavelkoT 8 tundi tagasi

縦タブバー

このサイドバーが邪魔なので消したいです 調べても消し方がわかりません

Asked by もひ 3 tundi tagasi

Visiting certain webpages can crash the Operating System

https://github.com/uBlockOrigin/uBlock-issues/issues/3468 https://www.reddit.com/r/uBlockOrigin/comments/1h0f3wg/ublockorigin_can_cause_the_black_screen_of_death/ The ex… (read more)

Asked by frederick4156 3 tundi tagasi

Résultats de recherche avec trop de liens publicitaires en tete de liste

Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je … (read more)

Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je dois scroller jusqu'en milieu de page pour obtenir des sujets de réponses qui correspondent à ma requête. Ce comportement semble être récent peut être du à une mise à jour du navigateur? Ou bien à un paramètre que j'ai modifié par inadvertance? Si vous savez la cause de ce comportement, je serai ravi d'en connaitre la solution. Merci pour l'aide.

Hello, For the past few days, when the results for a search are displayed, I always find myself with dozens of results with advertisements. I have to scroll all the way to the middle of the page to get the results that match my query. This behavior seems to be recent, perhaps due to a browser update? Or a parameter I've inadvertently changed? If you know the cause of this behavior, I'd love to know the solution. Thanks for your help.

Translated with DeepL.com (free version)

Asked by web.navigateur 3 tundi tagasi

Profile Switcher no Longer Available

Hi everyone, Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application… (read more)

Hi everyone,

Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application menu. I had all my profiles created in about:profiles and I had browser.profiles.enabled set to true. This allowed me to easily switch between profiles by pressing the hamburger button in the top right. However, it is no longer appears for me after the latest Firefox update. I'm not exactly sure if I'm missing something, or if this was intended as I know the profile switcher was a work in progress feature.

This reddit post shows what the feature looked like. I will also attach the images.

If anyone would know why this no longer appears to be working, or how to fix it I would greatly appreciate it. I know I can just use about:profiles or some other alternative, but I found this to be the most convenient.

Asked by omrr 4 tundi tagasi

Context Menu is Beyond Broken

hello, i am having trouble fixing the context menu. im assuming the browser updated today and something broke because the context menu is now larger than my screen and 90… (read more)

hello, i am having trouble fixing the context menu. im assuming the browser updated today and something broke because the context menu is now larger than my screen and 90% of the buttons are non functional. how do i get it back to how it was previously. there are at least 5 different buttons for "cut, copy, paste" and options for things ive never seen before like "reveal password, copy phone number" and options that look like they only work on videos like "speed and loop" and theyre on every site i right click on. how do i get rid of all the excess choices and revert it back to normal

Asked by megaazornumbers09 4 tundi tagasi

Compact Junk & Trash

Windows 11 Thunderbird 128.5.0esr (64-bit) I compact JUNK by right click "Empty Junk" / "Compact" I compact TRASH by right click "Empty Trash" File "Compact Folders" … (read more)

Windows 11 Thunderbird 128.5.0esr (64-bit)

I compact JUNK by right click "Empty Junk" / "Compact"

I compact TRASH by right click "Empty Trash"

File "Compact Folders"

This process used to show me how much space I am saving - I do not see this number anymore.

Asked by Mike 4 tundi tagasi

Incident disconnected my main profile from its folders/email database

Hello, My setup is an old win7 2 days ago I got a power outage. When I turned my PC back on, thunderbird updated itself to 115.16.3 (32 bits) I am not sure which versio… (read more)

Hello,

My setup is an old win7

2 days ago I got a power outage. When I turned my PC back on, thunderbird updated itself to 115.16.3 (32 bits) I am not sure which version it previously was.

Anyway, I have 4 profiles, the 3 profiles I was not connected on when the PC crashed are fine, totally unaffected. That should be a hint. My main profile was connected at the time, in fact I was writing an email when the crash occured. When back on I executed thunderbird I chose my main profil. I was immediately prompted with a 'welcome to thunderbird' asking me to input my credencials. I immediately closed TB scanned my disk for issues, checked my profiles folder which appeared to be fine. I indeed have a folder named hnych9cb.default in my %APPDATA%\Roaming\Thunderbird\Profiles which is was 2.2Go.

Then I had the (bad?) idea to input my credencials as asked thinking it might help TB to connect to the folders/emails inside my profile folder. I did but instead it downloaded and displayed the folders/emails as they are on my email server and now my hnych9cb.default is 3.7Go ....

This is a mess

Is there any way or hint to save the day ?

Asked by Aurelien Roy 16 tundi tagasi

Last reply by Aurelien Roy 4 tundi tagasi

Firefox not rotating camera when laptop is in tent mode

Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (read more)

Hi,

I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?

Thank you

Asked by speedygonzales99 1 nädal tagasi

Last reply by speedygonzales99 5 tundi tagasi