cox to yahoo instructions

With the moving of Cox emails to Yahoo would it be feasible for Thunderbird to put an instruction list(with screenshots) of how to get all our TB email accounts from Cox … (pročitajte više)

With the moving of Cox emails to Yahoo would it be feasible for Thunderbird to put an instruction list(with screenshots) of how to get all our TB email accounts from Cox to TB? Do we have to delete all our TB email accounts and re-enter them into TB under the new Yahoo or can we just change the server settings on the existing Cox settings? If just changing server settings what are the settings for the new yahoo? All my accounts are IMAP so if instructions could be made, maybe one for IMAP and one for POP for those who use either. Thank you

Asked by oldbob2 prije 1 mjeseci

Last reply by thessick prije 2 sati

Firefox 125.0.3 block submit with Google Recaptcha

After updating Firefox to Firefox 125.0.3, Google ReCaptcha2 stopped working on my sites (I use the invisible version). Then I checked the version from the official websi… (pročitajte više)

After updating Firefox to Firefox 125.0.3, Google ReCaptcha2 stopped working on my sites (I use the invisible version). Then I checked the version from the official website and it doesn’t work either.

I read about self = this on stackoverflow, but this also does not help on my sites. After clicking, nothing happens, and there is an error in the console.

Has anyone encountered this?

The same behavior here https://www.google.com/recaptcha/api2/demo, an error is displayed and loading... loading... loading.

Error in console is like: UncaughtObject { stack: "z<@https://www.gstatic.com/recaptcha/releases/WQcDpAcHn0sjM6ZiVkU8JwNH/recaptcha__ru.js:470:201\nH<@https://www.gstatic.com/recaptcha/releases/WQcDpAcHn0sjM6ZiVkU8JwNH/recaptcha__ru.js:258:...

from https://www.gstatic.com/recaptcha/releases/WQcDpAcHn0sjM6ZiVkU8JwNH/recaptcha__ru.js line 448:1

Tested on absolutely clean Firefox without plugins, with security turned off, without cookies and account.

When i start browsing from Holland IP via VPN the problem are solving. In Chrome, Edge ReCaptcha2 working fine.

Asked by Федор prije 12 sati

Last reply by Sean Murphy prije 2 sati

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… (pročitajte više)

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.

Asked by fullyladenswallow prije 1 dan

Last reply by fullyladenswallow prije 2 sati

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… (pročitajte više)

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

Asked by mike739 prije 7 sati

Last reply by jonzn4SUSE prije 2 sati

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… (pročitajte više)

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 prije 3 dana

Last reply by Slouch prije 3 sati

Is BCC working?

I sent an email with multiple BCCs and no CCs or TOs, I put myself as one of the BCCs. I did not receive it and I do not think anybody else did as well since I asked a f… (pročitajte više)

I sent an email with multiple BCCs and no CCs or TOs, I put myself as one of the BCCs.

I did not receive it and I do not think anybody else did as well since I asked a few people.

The email is in the sent folder. I tried forwarding the email from my sent folder to myself as CC, and that worked. I also tried fowarding as BCC, and that worked.

So what is going on? Is BCC working? How can I know for certain? Do I need to foward the email as BCCs to all my BCCs to get this to work?

Thanks for your help.

Asked by Robert Boire prije 1 dan

Last reply by Robert Boire prije 4 sati

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… (pročitajte više)

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?

Asked by chcats prije 5 sati

Last reply by chcats prije 4 sati

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… (pročitajte više)

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.

Asked by customhitcher prije 1 dan

Last reply by jscher2000 - Support Volunteer prije 4 sati

Recaptcha. Are you goping to let is work again or must I go to Chrome?

I use RECAPTCHA to validate my access to a number of websites. Still works fine if I use Google Chrome. Firefox has shut off access to this App. Why? I have tried using t… (pročitajte više)

I use RECAPTCHA to validate my access to a number of websites. Still works fine if I use Google Chrome. Firefox has shut off access to this App. Why? I have tried using the Proxy option, I have tried not using the Proxy Option. Nothing seems to work. Are you planning on addressing this issue or must I go to another browser to do what Firefox USED TO ALLOW ME TO DO?

Was this breakage planned or did you screw up and do inadequate testing?

Asked by Phredd prije 5 sati

Last reply by jscher2000 - Support Volunteer prije 4 sati

reCAPTCHA no longer working ONLY on Firefox, tried everything!

Whenever i encounter a reCAPTCHA, and click "i am not a robot", the wheel keeps spinning and spinning and spinning. I never get to the screen where i have to verify image… (pročitajte više)

Whenever i encounter a reCAPTCHA, and click "i am not a robot", the wheel keeps spinning and spinning and spinning. I never get to the screen where i have to verify images or a check mark. Just started happening randomly.

I've spent hours searching. Tried every single solution-new profile, erased firefox and reinstalled, troubleshoot mode, firefox refresh, turned tracking protection off, changed network settings, reset wifi adapter, you name it i tried it. I need to get past reCAPTCHA's for work. Getting so frustrated. Please help!

One important point-the only other browser i have on my laptop is Microsoft edge and it' works perfectly on Edge!

Asked by wsandhu1 prije 10 sati

Last reply by wsandhu1 prije 7 sati

Buttons don't always work.

Just in the last few weeks, "buttons" on web sites do not work in Firefox, but work fine in Chrome. Example: https://www.mealtrain.com/users/sign_in/ The sign-in butto… (pročitajte više)

Just in the last few weeks, "buttons" on web sites do not work in Firefox, but work fine in Chrome. Example: https://www.mealtrain.com/users/sign_in/ The sign-in button does nothing in Firefox, yet works fine in Chrome. V. 125.0.3, Windows 10.

Asked by mhdavisjr prije 6 sati

Last reply by cor-el prije 4 sati

Auto hide of vertical scroll bar on rt of screen

Sorry, but this feature is a PITA. Is there a way to turn it off. I've been a firefox user for > 15 years but I won't continue to be if I have to put up with this. … (pročitajte više)

Sorry, but this feature is a PITA. Is there a way to turn it off.

I've been a firefox user for > 15 years but I won't continue to be if I have to put up with this.

You should make it so you have to opt to turn in on.

Harry Pollard

Asked by zf4r42w6rg prije 4 sati

Thunderbird vs the Cox email to Yahoo email migration

Hi., Cox cable just discontinued their email server and moved all it's email accounts to Yahoo. I had been using Thunderbird successfully with Cox for several months … (pročitajte više)

Hi.,

 Cox cable just discontinued their email server and moved all it's email accounts to Yahoo.

I had been using Thunderbird successfully with Cox for several months before this happened.

 I am able to send and receive emails now via my new online Yahoo server;  however I have not

been able to connect / use Thunderbird to send and receive emails since the Yahoo changeover. I have tried many things, but I either get a "failed" error message or a "timed out" error message. Yahoo support has not been able to figure this one out. They are hard to get a hold of and hard to understand (communicate with). They are overseas from the US.

 I appreciate any help you can offer.

Kind regards, Ken

Asked by Kennedy Boardman II prije 4 sati

Firefox can’t establish a connection to the server at wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream.

I've been trying to connect to discord for a while, left it on for 2 hours and hasnt loaded. when i opened the console log, all it said was "Firefox can’t establish a con… (pročitajte više)

I've been trying to connect to discord for a while, left it on for 2 hours and hasnt loaded. when i opened the console log, all it said was "Firefox can’t establish a connection to the server at wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream" all over. Please help.

Asked by uyhgjigy prije 11 sati

Last reply by cor-el prije 4 sati

Thunderbird doesn't remember my outgoing email password

I was subscribed to a large distribution list, but then unsubscribed. But I didn't unsubscribe. So I subscribed again, but was soon unsubscribed again! My email address a… (pročitajte više)

I was subscribed to a large distribution list, but then unsubscribed. But I didn't unsubscribe. So I subscribed again, but was soon unsubscribed again! My email address and password may have been hacked. So I logged into my Comcast ISP and changed my email password. Then I started Thunderbird, and as expected, it asked for my password, and I gave it. My email came up. I tried sending an email and it asked for a sending password. I ignored it, but after a long delay, it refused to send the message. So I tried again, this time giving it my new email password. The sending then worked. I assumed all was now OK.

But, as a final test, I exited Thunderbird, and then restarted. It again came up OK with my emails shown. Then I again tried sending a test message to myself. But it again asked for my sending password! Thinking this might be a scam, I put in a password of "bullshit". Then I received the following popup message:

Sending of the message failed. An error occurred while sending mail. The mail server responded: Polite people say HELO first. Please verify that your email address is correct in your account settings and try again.

What!!! It sure seems like someone (at Thunderbird?) is in the loop grabbing my password before encoding it for storage. A similar thing happened in the past, where I think my account was hacked. So, was this a hacking attempt, and if so, was it from Thunderbird software or my Comcast ISP?

Asked by Don Peters prije 7 sati

Last reply by Don Peters prije 4 sati

  • Riješeno

Add eyedropper tool to toolbar

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality.… (pročitajte više)

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality. I have power-toys but I hate to see this tool needlessly depreciated. My workflow needs to sample many colors at a time making the menu navigation needless. PLEASE let there be a way to add it to the toolbar, I hope there is. Thanks for your time

Asked by bromraven prije 2 dana

Answered by zeroknight prije 1 dan