Showing questions tagged:

Thunderbird set up

Hi folks When I tried to start up Thunderbird this evening, it has taken me to a set-up page. I seem to have lost all the settings, all my previous (about 3000 !) e-ma… (read more)

Hi folks

When I tried to start up Thunderbird this evening, it has taken me to a set-up page. I seem to have lost all the settings, all my previous (about 3000 !) e-mails in my Inbox.

I obviously don't really want to set it all up again, but it has been working for years without a problem, and then suddenly this happens. I had now a 'warning' message saying that Mozilla Thunderbird wants to make changes to your computer - do you accept? I don't want it to make any changes unless it is to revert back to how it was.

Can anybody help me?

Thanks.

Solved 48 286

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 ver… (read more)

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

Solved Archived 45 2275

106.0.2 And Win Explorer

106.0.2 locks up Windows Explorer (Not Responding) on my Win 7 machine as soon as it starts. After restarting Explorer, it seems to continue working. I have seen this is… (read more)

106.0.2 locks up Windows Explorer (Not Responding) on my Win 7 machine as soon as it starts. After restarting Explorer, it seems to continue working. I have seen this issue reported earlier.

Locked Archived 22 362

As of today, Firefox gets an "Access Denied" when accessing goddady.com. Chrome works.

Access Denied You don't have permission to access "http://www.godaddy.com/" on this server. Reference #18.acf7d517.1771548295.4f66cee0 https://errors.edgesuite.net/18.acf… (read more)

Access Denied You don't have permission to access "http://www.godaddy.com/" on this server.

Reference #18.acf7d517.1771548295.4f66cee0

https://errors.edgesuite.net/18.acf7d517.1771548295.4f66cee0 is what I get when going to https:\goddady.com as of today. Running on Windows7 (no, I won't upgrade). Tried a variety of changes. But Chrome works fine. Any suggestions?

Open 22 393

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a … (read more)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Solved Archived 18 552

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-th… (read more)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

Archived 17 227

Stopping AUTOMATIC JPG to AVIF Conversions On Download

Hello, I am trying to download a few JPG images from Meetup.com. Here is an example URL: https://secure.meetupstatic.com/photos/event/3/5/0/a/highres_528673578.jpeg This … (read more)

Hello,

I am trying to download a few JPG images from Meetup.com. Here is an example URL:

https://secure.meetupstatic.com/photos/event/3/5/0/a/highres_528673578.jpeg

This is CLEARLY a JPG image from the URL. However, when I right click on the image to Save As the only choice given is AVIF! I cannot open or use AVIF files. As you know the conversion process is LOSSY so trying to convert BACK to a JPG format is not recommended.

It is fine if Firefox and other browsers want to use AVIF format internally but you should, at least, give users the OPTION of downloading the native format.

So how do I fix/configure Firefox to provide the native JPG file download?

Thanks, Steve

Archived 16 205

Access Denied on Website - https://www.kohls.com

Starting about three weeks ago I began receiving the following message when trying to access the above website: Access Denied You don't have permission to access "http://… (read more)

Starting about three weeks ago I began receiving the following message when trying to access the above website: Access Denied You don't have permission to access "http://www.kohls.com/" on this server.

Reference #18.cc1c2117.1772495056.333a13f3

https://errors.edgesuite.net/18.cc1c2117.1772495056.333a13f3

Note that the site listed in the error message does not contain the S in https. I manually typed the address with the S and received the same message. I found your correspondence with aprilbrown77 on 8/15/23 and tried all the solutions suggested with no success. I believe Kohls change something on their website 3 weeks ago. My operating system is Windows 7 - 32bit and my Firefox version is 115.33.0esr. I have contacted others using Windows 7 and they all have the same problem. Please update Firefox to resolve the Kohls website issue for the millions of us using Windows 7. Thanks.

Open 16 190

Unable to see "View all memories" on One Drive

Hi Up to a few days ago I was able to see "View all memories" from One Drive in Firefox. Not anymore. I am subscribed to One Drive. Every few days I get an email from One… (read more)

Hi

Up to a few days ago I was able to see "View all memories" from One Drive in Firefox. Not anymore.

I am subscribed to One Drive. Every few days I get an email from One Drive with the past memories from the day of the email. I will open the emails and click on "View all memories" then it would take me to the One Drive and I would be able to see those pictures individually. For a few days now I have not been able to do this on Firefox anymore. The website goes to gray like it is trying to download the pictures but it gets stuck there.

This is happening both on my desktop with Windows 7 and my laptop with Window 11. Everything works in the Microsoft Edge browser. I can see all the images individually from that day.

I have communicated this problem to Microsoft One Drive and it seems to be a browser problem. Is there any way that this problem can be solved in the Firefox browser?

I would appreciate your help, Amy

Solved Archived 15 200

Outlook clipboard

So Outlook is refusing to let me right click and past again. I thought i solved this problem a few years ago by setting dom.events.asyncClipboard.clipboardItem dom.events… (read more)

So Outlook is refusing to let me right click and past again. I thought i solved this problem a few years ago by setting dom.events.asyncClipboard.clipboardItem dom.events.asyncClipboard.readText dom.events.testing.asyncClipboard to True in about:config. And sure enough those settings are still set to True so why is Outlook now telling me it can't access my clipboard again?

Open 15 199

firefox 115.12esr slow to startup

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the updat… (read more)

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the update make Firefox worse. https://snipboard.io/QF0ERT.jpg of course it works faster without extensions, that does not mean anything. I would reinstall the older version but Mozilla fixed so we cannot. I do not have time to reinstall all the extension so I am left with a useless Firefox. To bad Firefox does not allow reinstall of extension automatically, a reset of Firefox would also make Firefox useless; I am at a loss to how to continue to support Mozilla and not switch to another browser?

Solved Archived 14 208

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar st… (read more)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}
Solved Archived 13 628

No 'X' When Viewing Google Reviews-Answered

Version: 115.27.0esr Hello. I 'might' be missing a detail but there is no 'X,' in the top right corner, when viewing Google Reviews. Clearing cookies, closing and reopeni… (read more)

Version: 115.27.0esr

Hello.

I 'might' be missing a detail but there is no 'X,' in the top right corner, when viewing Google Reviews.

Clearing cookies, closing and reopening the browser, and rebooting the PC are not successful.

Solved Archived 12 101

spell check feature

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook wh… (read more)

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook when I chat? Can someone help? Thank you.

Solved Archived 12 391

some web page drop down boxes don't work

FF 115.27.0 esr Desktop Win 7 Pro 64 bit. I regularly use a web site where the drop down box and other link do not work. https://nypost.com/us-news/. Nothing happen… (read more)

FF 115.27.0 esr Desktop Win 7 Pro 64 bit. I regularly use a web site where the drop down box and other link do not work. https://nypost.com/us-news/. Nothing happens when click on the "Section" drop down at top of page. When get to the bottom of the page and click "See more stories" nothing happens. The web site works fine if I use Chrome on this pc and when I use FF on my Win 10 pc. I have tried disabling add-ons, start FF in Troubleshoot mode, refreshing FF, and disabling Tracking Protection. About the only thing I have done is remove FF and re-install. Any ideas?

Solved Archived 12 112

firefox update will not allow me to login to yahoo accounts

Have recently updated Firefox and now I am not able to login to my Yahoo mail. I know it is not an issue with security on my PC as I can login no problem with Chrome and … (read more)

Have recently updated Firefox and now I am not able to login to my Yahoo mail. I know it is not an issue with security on my PC as I can login no problem with Chrome and have tried with AV and Firewall turned off. Tried emptying cache etc but nothing worked. Eventually backed up bookmarks and passwords and deleted Firefox completely, including all files and profiles, reinstalled and still the same problem. Am running win7 and YES, I know this is not supported now but evertything was fine until new update.

After trying to log in it says 'something went wrong, try from a different device'. It works fine on my laptop with Firefox and fine on PC with Chrome so can only come to the conclusion it is Firefox update on PC. This is causing major problems now as can only access mail through Chrome and site links sent cannot be opened as passwords are saved in Firefox. Also have other work that needs to be urgently completed where I need to be able to use sites and mail on same browser.

Any ideas on what could be wrong would be appreciated as things are getting desperate.

Open 12 105

Issues navigating nbcnews.com web site

I visit the nbcnews.com web site frequently. For the past +/- 48 hours, I have been having issues. I can open the home page and scroll from top to bottom just fine. Howev… (read more)

I visit the nbcnews.com web site frequently. For the past +/- 48 hours, I have been having issues. I can open the home page and scroll from top to bottom just fine. However when I now double-clcik to open a specific article, that article page opens for about one second and is then immediately replaced with a page that says "Something Went Wrong. Access to NBC News is temporarily unavailable. The problem will be resolved as soon as possible." This happens on whatever article I select. It also happens on 2 separate computers.

I e-mailed support at NBC News. Their response was "we cannot duplicate this behavior." They suggested I try another browser. I do not use anything other than Firefox, but I found an old installed copy of Internet Explorer from... 2015. IE opened the NBC News main page and all of the sub-pages just fine.

My Firefox just updated to version 115.30.0esr X64 within the past several days. I am not certain if the NBC News issue happened as a result of that update or not. Has anyone else experienced similar difficulties with this web site or as a result of this latest update?

Open 10 189