Why is Firefox autofilling the address bar with URLS I've never visited?

Why is Firefox autofilling the address bar with URLS I've never visited? There is a question on this from 5 years ago, with lots of suggestions. My problem is that Firefo… (pročitajte više)

Why is Firefox autofilling the address bar with URLS I've never visited? There is a question on this from 5 years ago, with lots of suggestions. My problem is that Firefox is autofilling with sites that contain confidential login information.

Asked by troppont prije 26 minuta

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

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 prije 1 dan

Last reply by Tony prije 51 minut

Firewall reports unusal path of updater.exe

Windows 11 Pro, Version 10.0.22631 Build 22631 Firefox, 126.0b8 (64-Bit) Hey, I use a personal firewall. Every unknown program that attempts to access the network trigg… (pročitajte više)

Windows 11 Pro, Version 10.0.22631 Build 22631 Firefox, 126.0b8 (64-Bit)

Hey,

I use a personal firewall. Every unknown program that attempts to access the network triggers a popup message requesting permission.

Right after the installation, Firefox.exe initiated a message, stating the following path: "C:\Program Files\Mozilla Firefox\firefox.exe". I granted access.

However, weeks after the installation, the updater.exe asked for permission, stating a very unusual path of itself. The path is "\device\harddiskvolume3\Program Files (x86)\Mozilla Maintenance Service\update\updater.exe".

This seems unusual to me, since apps normally use 'C:\' to refer to harddiskdrive0. It is also suspect, since there are only two drives connected and the Disk Management tool (as an admin) indicates, that there are harddiskdrive0 and harddiskdrive1. There are no hard disk drives 2 or 3.

I also wondering about the fact, that the about firefox screen states, that firefox is up to date - even I did not granted access for the updater.exe in the past. There has never been a firwall rule to grant access for the updater.exe - how did it update in the past?

Does anybody have an idea what is happening?

Best regards, André

Asked by André prije 1 sat

Thunderbird probably can't parse one type of standard Date format and caused showing wrong date time

There is an email app provided by xiaomi on my phone.What in the email sent by this app contains a special format of `Date` fields.It looks like that: `Date: Thu, 2 May … (pročitajte više)

There is an email app provided by xiaomi on my phone.What in the email sent by this app contains a special format of `Date` fields.It looks like that: `Date: Thu, 2 May 2024 05:55:12 UTC` It doesn't look like others' `Date: Thu, 2 May 2024 06:05:15 +0000` or `Date: Thu, 2 May 2024 10:35:14 +0800 (CST)`

but it is still conforming to standards (or is it only parsable by the JavaScript Date method?)

After I modified windows time zone and restarted thunderbird. all emails changed time so this is not a time zone problem.

But this email shown two different times in the preview and detailed pages at this moment.

So can anyone tell me if this is a bug? Thank you.

Asked by dangjinghaoemail prije 4 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 2 dana

Last reply by Slouch prije 4 sati

Thunderrbird keeps asking to access my Google Account

I have several email accounts - a main one, and two or three subsidiary emails which I use for specific purposes. For the last week I keep getting a large popup saying "M… (pročitajte više)

I have several email accounts - a main one, and two or three subsidiary emails which I use for specific purposes. For the last week I keep getting a large popup saying "Mozilla Thunderbird Email wants to access your Google Account." Not only do I not want or need what this offers for this particular account, but whatever I do, it keeps coming back every few minutes, which as it is on top of whatever I am working with, is extremely annoying. It offers me "Deny" or "Allow" options - but slicking "Deny" just removes that popup - and a few minutes later it returns. Screenshot of the message attached. Can anyone tell me how to get rid of it permanently, please? Many thanks for any help you can offer.

Asked by clearcomms prije 4 sati

Failed to check for updates

I am running version 125.0.3 (64-bit) on Windows 11, and I can't check for updates and have to manually download each new version after given a popup telling me that the … (pročitajte više)

I am running version 125.0.3 (64-bit) on Windows 11, and I can't check for updates and have to manually download each new version after given a popup telling me that the latest Firefox update couldn't be installed. I've tried restarting the computer, tried running the Mozilla Maintenance Service, and installing the latest updates for Firefox and Windows 11. Nothing I've tried has worked, and no other help article has helped me thus far.

Asked by Ethan prije 6 sati

Last reply by Ethan prije 6 sati

Calendars, Personal address book

Been using Outlook, but am having issues. Decided to try TBird. Got the email part set up (far as I can tell). Calendar and Address book are a different story. Calend… (pročitajte više)

Been using Outlook, but am having issues. Decided to try TBird. Got the email part set up (far as I can tell). Calendar and Address book are a different story. Calendar: Using Google Calendar as primary calendar. Consists of an appointment, birthday, and holiday calendars. Created a new calendar and entered the URL for my Google Calendar. It showed up in TBird apparently OK. Created ANOTHER calendar and entered URL for Googles stock Holiday calendar. It also seemed to show up OK. Tried to do what I did with those calendars to add my Birthday Calendar, but Google uses data from Google Contacts to create that calendar. Can't figure how to add that data. HELP? Address book: Exported Google Contacts Data to a CSV file. Tried BOTH Outlook CSV and Google CSV exports. NEITHER produced a CSV file ANYWHERE Close to what TBird appeared to want, based on what showed up on the "fields" page that appeared after I chose the CSV filename. Moving data around in a spreadsheet is a Royal pain. Isn't there a Google Contacts CSV export file that more closely approximates the arrangement that TBird WANTS?

Asked by PathMan prije 7 sati

Why is Firefox 115.10 tabs on Venture OS imac unreadable?

I just migrated to iMac 2019 27" with Venture OS from imac with Yosamanite. Firefox looked weird with TINY tabs and search window, Too much space. I've tried updating and… (pročitajte više)

I just migrated to iMac 2019 27" with Venture OS from imac with Yosamanite. Firefox looked weird with TINY tabs and search window, Too much space. I've tried updating and restarting Mac but no change. Same with themes. You can see the screen with open Firefox.

Asked by RavenFox prije 7 sati

Thunderbird Tray Icon Says I Have 4 Billion Unread Messages

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray ico… (pročitajte više)

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray icon, and it says I have over 4 billion (with a B!) unread emails. That's not even possible with the email address I'm using it for. Why would this be like this, and how do I get it to be accurate?

Asked by Justin Moore prije 7 sati

Firefox Update Popup Notifications on Mac?

Recently a popup notification came up when I opened firefox on my mac. Its been awhile since I opened it and without thinking I clicked : o ~ Now I worry if it'ss le… (pročitajte više)

Recently a popup notification came up when I opened firefox on my mac. Its been awhile since I opened it and without thinking I clicked : o ~ Now I worry if it'ss ledgit? Does Firefox give a popup box in top right corner when it needs an update? I wasn't on any strange website or anything but I'm always concerned and dont remember seeing that before.

My firefox now says its up to date after it restarted ~ it's running 125.0.3

Any advise is appreciated.

Asked by jason144 prije 8 sati

Sound continues to play after pressing the back button when watching videos

Windows 10 Home 22H2 Firefox 125.0.3 For quite awhile I have had an intermittent problem when watching YouTube videos. To watch a video I right click on it and sele… (pročitajte više)

Windows 10 Home 22H2 Firefox 125.0.3

For quite awhile I have had an intermittent problem when watching YouTube videos. To watch a video I right click on it and select "open link in new window". If I just click on the video to watch it, the main page may reload when I click on the back arrow and some of the videos I was interested in are no longer displayed. Sometimes my touchpad doesn't recognize the right click and opens the video in the current window. After it starts playing, if I click the back arrow, the video returns to the previous page (which may be reloaded), and sometimes the audio from the video keeps playing, so I have audio for a video that is no longer visible. When this happens, if I click on another video, the audio from both are played. Today I had the same thing happen when I was streaming a TV program from the Spectrum website.

1. If I click on a YouTube video from the main page, should the main page be rebuilt when I click on the back arrow? 2. How do I resolve the audio continuing to play problem? i don't know if this is a Firefox problem but I have no idea where to start to fix it.

Asked by taherte prije 8 sati

Clicking "reply" replies to the recipient (me) if the sender (me) is also in Thunderbird and the recipient was aliased

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` . I have configured both via SMTP, and… (pročitajte više)

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` .

I have configured both via SMTP, and they are *totally different* SMTP servers (Gmail vs. cock.li)

If I compose a message from "alice@gmail.com" to "bob@cock.li", then when I reply from Bob's inbox in Thunderbird, everything is OK.

However, if I compose a message from "alice@gmail.com" to "bob.extra@cock.li", using the `.` alias feature of cock.li, then although Bob gets the message in his inbox, clicking "Reply" will actually set "From" as "alice@gmail.com" and "To" as "bob.extra@cock.li" !

To be very clear: this happens when clicking reply in Bob's inbox in Thunderbird.

I think this is a Thunderbird issue because:

  • It happens even if I compose the E-Mail from Alice's webmail (i.e. Browser) (Note: Alice still exists in Thunderbird)
  • It DOES NOT happen if Alice DOES NOT exist in Thunderbird
  • It DOES NOT happen if I try and reply as Bob via cock.li's webmail (i.e. Browser)

My guess is somehow when Thunderbird sees both Alice and Bob as valid accounts in Thunderbird, but the recipient was an aliased version of Bob, it somehow gets confused.

Here are example received headers for an actual demo I tried. (poiasd@saxrag.com is main E-Mail, abuse@saxrag.com is an alias. poiasdpoiasd@cock.li is the sender)

``` Return-Path: <poiasdpoiasd@cock.li> Delivered-To: poiasd@saxrag.com Received: from mail.saxrag.com by vps-2395d3b9.vps.ovh.net with LMTP id Ujt4LrxzMGbCCBAA3wKhXw (envelope-from <poiasdpoiasd@cock.li>) for <poiasd@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 Authentication-Results: mail.saxrag.com; dkim=permerror header.d=cock.li header.i=@cock.li header.a=rsa-sha1 header.s=mail header.b=JEr8eBKM; dkim-atps=neutral Received: from mail.cock.li (mail.cock.li [37.120.193.123]) by mail.saxrag.com (Postfix) with ESMTPS id A0E8C43C03 for <abuse@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1714454824; bh=srzi4nIgmpT6bW/cD6Um2I0qdwT33DsnyzueIPNTpP0=; h=Date:From:To:Subject:From; b=JEr8eBKMA14h1Cxa9V/VRXI4HW9N2jgxJRoLqt7JGONFuPPGOeOH8RYV3+OjkpnIw d/gN5oVnmP0UvUrDkslxvmypeG8qt5NHSSQ2wk5I65iqx+soYPJ8imYYBTu4b1VhHk kTQErXT23hsZwLHoXSHlpnBQYpuuY7uHZXYacEAxVjzZ46ICNc1xDX/iAaA/DIF79h iwZMJT1+Gs3+jh7mnbU+fp0vJA+eafp8z+OXELLEMTWBtkp1imXKjig5X/k3DXAG7a jqeff2obhLKPV39BtxbaXIxVsRmECwSZ7/O2fhqRC9FIFVepH5FQpZFXG5hqJ07WCa GhumeUysmhJxw== Content-Type: text/plain; charset=US-ASCII;

format=flowed

Content-Transfer-Encoding: 7bit Date: Tue, 30 Apr 2024 13:27:03 +0800 From: poiasdpoiasd@cock.li To: abuse@saxrag.com Subject: Sending from WebMail User-Agent: Roundcube Webmail/1.4.15 Message-ID: <07a14e0d75a83f779ade6de65c42db83@cock.li> X-Sender: poiasdpoiasd@cock.li ```

Asked by poiasd883 prije 2 dana

Last reply by poiasd883 prije 8 sati

Message Filtering -- 115.4.1 individual rule elements being deleted

I have been using TB for years. I just discovered this morning on my W11 system, that in my message filters labeled "head hunters" that individual domain names are being … (pročitajte više)

I have been using TB for years. I just discovered this morning on my W11 system, that in my message filters labeled "head hunters" that individual domain names are being deleted. This is on top of having to run rules manually to get them to take effect.

Let me be clear: I capture email address and strip them to domain name, add them to the list called "headhunters" and have that set up for ending with. This way I don't have to have one for each person from that entity that contacts me. So I had at the end of last week, something like 20 entries. Today, I have maybe 10.

I have been going through many reports and I am seeing similar complaints about rule elements going away, and I even got the impression one person was having Rule sets get deleted (Rule set would be a Name, which then has individual rows to act on).

I have folders that have been defined to have removal of all email older than, say, 30 days. I have my inbox rule that gets rid of all emails over 400 days old.

Can this set of processes somehow be in conflict so that Thunderbird is deleting elements in rule sets?

Asked by Wylbur prije 5 mjeseci

Last reply by Wylbur prije 9 sati

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (pročitajte više)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Asked by Tom prije 3 dana

Last reply by Tom prije 10 sati

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

""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 prije 1 dan

Last reply by ceeveekay prije 9 sati

recaptcha

Today May 1, I noticed that any website that shows a recaptcha checkbox, including the google recaptcha demo (https://www.google.com/recaptcha/api2/demo) only shows an in… (pročitajte više)

Today May 1, I noticed that any website that shows a recaptcha checkbox, including the google recaptcha demo (https://www.google.com/recaptcha/api2/demo) only shows an infinite spinner in firefox v125.0.3. I've tried the same sites in chrome and edge and the recaptcha works fine. In FF, I have cleared my cache, disabled tracking protection, disabled anti-virus and tried troubleshooting mode - still get the infinite spinner. Last week, I had no problems with recaptcha.

Asked by bill340 prije 9 sati

history

How to PROPERLY erase history? I mean, you erase HISTORY...click...there you go...?!?!?...but, what's happening? I erased HISTORY...ah, I erased it FROM the panel but, it… (pročitajte više)

How to PROPERLY erase history? I mean, you erase HISTORY...click...there you go...?!?!?...but, what's happening? I erased HISTORY...ah, I erased it FROM the panel but, it WILL remained on the list that it shows on top of the icon (sic) ...someone suggested to go on the panel, select privacy, scroll to history, pass over "Never remember history...." (?) AND then you "click"... Clear...what is the point? clear means clear means clear from EVERYWHERE...sorry about the mess I wrote but I was frustrated

Asked by minutes2go prije 9 sati