recaptcha problem

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck… (kàsi)

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck on infinite loading. Every website I visited the problem was there. I tried fixing it from the tips I found in the forum here but nothing seems to work. I was frustrated. Then I tried Brave browser and it was working. Please help me fix this problem. Thank you.

Asked by MOVIE BOSS 3 àwọn ìṣẹjú ṣẹ́hìn

Strange - some folders open expanded but others do not and different each session!

I am running Supernova version 115.5.2 and have a strange situation (maybe it's normal) when opening it. If I have received any emails for any account in a previous sess… (kàsi)

I am running Supernova version 115.5.2 and have a strange situation (maybe it's normal) when opening it.

If I have received any emails for any account in a previous session, then when I open a new session, the folders for these accounts open expanded and other accounts that did not receive any emails, remain collapsed.

I know there are others who have various issues regarding all folders expanded or collapsed but in Thunderbird before Supernova, I always collapsed all my folders and opened a new session with everything collapsed.

So can anyone tell me how to set-up Supernova so that when I collapse all my folders at the end of a session, a new session will open with all the folders still collapsed?

Thanks.

Asked by Hawkeye58 4 àwọn oṣù sẹ́hìn

Last reply by Hawkeye58 29 àwọn ìṣẹjú ṣẹ́hìn

ERROR: Unable to log in at server. Probably wrong configuration, username or password

I downloaded Thunderbird from Microsoft store. I enter my name, email and password. The first message was "Configuration found in Mozilla ISP database", but the last mess… (kàsi)

I downloaded Thunderbird from Microsoft store. I enter my name, email and password. The first message was "Configuration found in Mozilla ISP database", but the last message was the Error: "Unable to log in at server. Probably wrong configuration, username or password".

Email is from gmail. App version is 115.9.0 (64-bit).

Asked by badgooner 58 àwọn ìṣẹjú ṣẹ́hìn

Firefox Debian significantly slower page loads than Chromium Debian

Hello, have been scratching my head for a while on this one. Have a freshly setup install of Debian 12, using Sway (wayland) as my Window Manager. I am really struggling … (kàsi)

Hello, have been scratching my head for a while on this one. Have a freshly setup install of Debian 12, using Sway (wayland) as my Window Manager. I am really struggling with slowness in Firefox, page loads take easily 15 seconds whereas loading the exact same page in another window at the same time with Chromium Debian build has near instantaneous load times. I've tried the following troubleshooting steps: - Created a new firefox profile - Tried "Troubleshooting Mode" in Firefox - Disabled ipv6 in firefox about:config and in Debian - Tried different DNS servers - Tried different non-debian specific builds of Firefox - Tried Firefox Beta and Firefox Nightly for Debian

None of these steps made any difference, and Chromium has continued to be significantly faster. Am really stuck here and would love to get to the bottom of this as Firefox is the only browser that works with a HiDPI display in Sway without blurryness. Happy to provide any and all diagnostics and reports that are needed. Thanks in advance!

EDIT: It seems to be some kind of networking issue, using a VPN solves it. But still doesn't explain why Chromium would behave differently.

Asked by Samuel (+Uni) 6 àwọn ọjọ́ tó kọjá

Last reply by Samuel (+Uni) 59 àwọn ìṣẹjú ṣẹ́hìn

User Name keeps changing. The fix I read does not work for me in 2024. Please, please help.

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps chang… (kàsi)

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps changing the user name to the last name I put into any of my 6 accounts. The only way it will send mail is if the correct user name is in the correct account (obviously). Why is it changing constantly? click OK""

I've read the "fixes" from 2023 and they do not work for me. I tried changing the DESCRIPTION to blank, didn't work. Changed them to the corresponding e-mail for the account. Didn't work. Changed it to "SMTP" with the corresponding e-mail. Didn't work.

It keeps changing the last one I edit to the one I edited before it. It's driving me crazy. Won't send mail unless the User Name is correct (obv.)

Whole mess started when forced to switch from Cox to Yahoo recently. Seems to be working other than TB changing the name as soon as I type in the next one in the next email address and then it not working until I change the User Name back to the proper e-mail address of the 6 accounts.

Asked by ceeveekay 2 àwọn wákàtí sẹ́hìn

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… (kàsi)

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 --------------- */

Asked by Slouch 1 ọjọ́ tó kọjá

Last reply by Slouch 3 àwọn wákàtí sẹ́hìn

Why did my firefox profile jump from 120MB to 745MB suddenly?

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/ 79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these… (kàsi)

The increase happened here: /storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/

79 files taking 590MB created in 3 minutes, out of nowhere. Why were all these large files created?

Using Linux Mint, Firefox 125.0.2

Asked by Tony 3 àwọn wákàtí sẹ́hìn

Clean Install

Have two computer with same email. My Wife's computer password got corrupted and unable to get messages. I deleted TB and deleted any reference to Thunderbird in the re… (kàsi)

Have two computer with same email. My Wife's computer password got corrupted and unable to get messages. I deleted TB and deleted any reference to Thunderbird in the registry. Turn off and restarted PC, downloaded new install and run and all the setting from before automatically were in place and still could not get pass the password issue. My computer does not have any password.

My wife's PC, under setting, does not have any saved passwords or a Primary password or even the "Use a Primary Password" checked. If it is checked there is nothing there. It just will not get passed the password issue being always asked when trying to "Get Messages".

How do you get rid of all the infor, setting, password requirements and to be able to restart with a clean Thunderbird install or get passed the password issue? Making my brain hurt.

Asked by dsks 2 àwọn ọ̀sẹ̀ tó kọjá

Last reply by dsks 4 àwọn wákàtí sẹ́hìn

Folder structure in Thunderbird

Hello Folks I recent times we had to migrate from one company to another as the former company no longer provided the emailing service... At first it worked OK...then I w… (kàsi)

Hello Folks I recent times we had to migrate from one company to another as the former company no longer provided the emailing service... At first it worked OK...then I was no longer able to get emails and the new company took me through and reset Thunderbird setup,,,once that was done all my folder structure disappeared, and all the info stored in the folders... I have been trying to sort it out, but the company has not been able to do so...and today they suggested to contact Thunderbird to see if they could help... Thank you in anticipation Franco

Asked by Franco Smargiassi 4 àwọn wákàtí sẹ́hìn

Firefox won't load websites. Pages are Blank. Application Menu unresponsive.

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that… (kàsi)

Whenever I type in a website URL in the search-bar, first of all, the drop-down menu of related searches and websites does not show up. When I press enter to confirm that's where I want to go, nothing happens. The URL just kinda sits there, no loading circle or anything... Just a blank page. Only two of the icons on my toolbar works. The "Account" icon, which takes me to my Firefox settings. And my Extensions icon. Clicking the three little lines does nothing. The only websites i have been able to get to work at all are the settings page, and the Firefox troubleshooting page. I'm using Version 125.0.3, I tried using the browser both with and without hardware acceleration with results being unremarkably the same. I restarted Firefox and my computer multiple times to no avail, and the only thing I could find out of the ordinary was an error with Importing data from Microsoft Edge, which was not something I consciously wanted to do, but there was an error that popped up regarding that when i went to the settings page.

All that being said, I'm confused and at a loss for options, and could really use a Mozilla Staff member or someone who knows what they're doing to work me through this.

Asked by vinesjay16 4 àwọn wákàtí sẹ́hìn

setting up a new email address using my own domain which is set to point to my gmail address

I have set up my own domain guytec.org using Namecheap. The alias for email is tguy. I have pointed this new email to my gmail address. I can receive emails into my thund… (kàsi)

I have set up my own domain guytec.org using Namecheap. The alias for email is tguy. I have pointed this new email to my gmail address. I can receive emails into my thunderbird Gmail box from tguy@guytec.org. I want to write emails with sent from tguy@guytec.org showing? How??

Asked by guytec.tg 6 àwọn ọjọ́ tó kọjá

Last reply by guytec.tg 5 àwọn wákàtí sẹ́hìn

thumder bird mail drafts folder

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over e… (kàsi)

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over existing one when i go to my drafts folder and click on any draft or save message in there i get a yellow bar at the bottom of the page that i have never seen before . Now i do not want recreate a new profile and lose all my contacts book marks add on etc. how do i remove that yellow bar in Thunderbird mail

Asked by Mary 6 àwọn wákàtí sẹ́hìn

Captcha partly loads, spins at tick box, does not time out.

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrom… (kàsi)

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrome and Edge both load and operate OK. Thanks in advance.

Captchas are an ongoing issue. Firefox seems to have a LOT more captchas than other browsers. Is there a problem between Mozilla and Google?

Asked by Brenton Roy 6 àwọn wákàtí sẹ́hìn

Firefox keeps downgrading?

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I the… (kàsi)

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I then run "firefox -allow-downgrade" from the command prompt and everything works fine... for a few days, when it happens all over again. This only started happening a couple of weeks ago, but it's getting really annoying. How do I stop it (short of using something like Waterfox or Brave).

Asked by peter.dell 2 àwọn ọjọ́ tó kọjá

Last reply by peter.dell 6 àwọn wákàtí sẹ́hìn

how to disable new Firefox feature?

I heard that the newest version of Firefox (which I have not upgraded to yet) has a feature that makes it easier to accidentally visit a website whose URL is on the clipb… (kàsi)

I heard that the newest version of Firefox (which I have not upgraded to yet) has a feature that makes it easier to accidentally visit a website whose URL is on the clipboard. I googled to find out how to disable it, and the Featured Snippet said "go to about:config and change clipboard.autocopy to false." Sounded simple, so I did it, but subsequently found out that the article it quotes from is 10 years of age!

My first question, then, is: what does changing "clipboard.autocopy" to false do if it doesn't turn off the brand-new feature?

The second question is, how do I disable the new URL Paste Suggestion feature? Will setting "clipboard.autocopy" disable it? In particular, I want to make sure that the browser does not pre-load or pre-fetch the clipboard URL, and in fact, I wish to pop up a dialog box any time I do "paste and go." People often copy URLs from e-mails to research them before visiting them directly; jumping directly will increase the likelihood of visiting an imposter site.

Asked by 4232jl 6 àwọn wákàtí sẹ́hìn

I deleted Thunderbird, Installed latest version. in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W

I deleted Thunderbird, than Installed latest version. Now in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W. Previous P/W doesn't work becau… (kàsi)

I deleted Thunderbird, than Installed latest version. Now in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W. Previous P/W doesn't work because there is no P/W there as far as I can see. Instructions I found: "Tools> Developer Tools> Error> etc. There is no "Error" button. Instead I get Incoming Connection (attachment) and an other screen that I don't understand. Can you help please? Thank you Ilio Pieroni

Asked by Ilio Pieroni 6 àwọn wákàtí sẹ́hìn

asked but not answered yello bar at bottom of drafts

I know i have asked this already but i did not receive an answer of a solution and id really like someone to help me with this. It is a duplicate question but again … (kàsi)

I know i have asked this already but i did not receive an answer of a solution and id really like someone to help me with this. It is a duplicate question but again no answer and id really like one . i want to remove it please do not tell me toget a new profile and lose everything i have. there has to be another way

Asked by Mary 7 àwọn wákàtí sẹ́hìn

Google search results page

Hi, I'm having issues with my Google search results page. It used to be very clean looking and mainly only showing the results of whatever I searched. Today though, I sea… (kàsi)

Hi, I'm having issues with my Google search results page. It used to be very clean looking and mainly only showing the results of whatever I searched. Today though, I searched something and now the Google results are first showing Reddit answers, what others have asked, discussions and forums, what others have searched, short videos, etc. I have to scroll really far down just to get some normal search results. How can I fix this? Call me old school but I want the classic version back. Please help, I don't want to switch browsers. I've been using Firefox nearly since it's launch, since StumbleUpon days. Yeah!!! If you know, you know. Thanks!

Asked by alison0997 7 àwọn wákàtí sẹ́hìn