Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Setting Startpage as search engine

What's the best way to set up Startpage private search in Firefox? Should I manually change the settings or install the extension? Also, it seems like Firefox could impro… (читать ещё)

What's the best way to set up Startpage private search in Firefox? Should I manually change the settings or install the extension? Also, it seems like Firefox could improve the process for us.

Задан gregcane90 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

Turn off all threading Thunderbird 115+

Answers to the question "how to turn off all threading in Thunderbird" no longer work with changed menu structures in Thunderbird 115. What is the answer to this question… (читать ещё)

Answers to the question "how to turn off all threading in Thunderbird" no longer work with changed menu structures in Thunderbird 115. What is the answer to this question now?

Задан Martin Brampton 2 года назад

Дан ответ david 2 года назад

  • Решено
  • Архивировано

Refresh Button mysteriously disappeared?

This is a silly one, probably. My refresh button has mysteriously disappeared from my browser toolbar. I can just use cmd+shift+r to refresh, but muscle memory keeps l… (читать ещё)

This is a silly one, probably.

My refresh button has mysteriously disappeared from my browser toolbar. I can just use cmd+shift+r to refresh, but muscle memory keeps looking for the button on screen too, and it would be nice to have it back!

I opened up the customize options, thinking maybe I just removed it by accident, but refresh doesn't appear to be an option?

I also opened it up in troubleshoot mode to see if that would change anything. It did not :(

I also don't have any extensions that mess with the toolbar, so I don't think that would be an issue (and troubleshoot mode should have disabled extensions anyway I think.)

I recently updated to 126.0.1 - no idea if that has anything to do with it, but this did happen right after the update.

There are a couple more people on here with the same question, and they all had easy solutions. I'm hoping I'm just not seeing a setting somewhere.

Thanks!

Задан Rainingredpandas 1 год назад

Дан ответ Rainingredpandas 1 год назад

  • Решено
  • Архивировано

Firefox Translation - Turn off

Hi. How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It'… (читать ещё)

Hi.

How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It's annoying.

Задан beyondlightless 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

How to set PDF viewer in firefox to dark mode again (after it stopped working)

I view a lot of pdf documents via firefox, the light gray background makes my eyes and head hurt after prolonged usage. In the past I found a solution on this forum that… (читать ещё)

I view a lot of pdf documents via firefox, the light gray background makes my eyes and head hurt after prolonged usage. In the past I found a solution on this forum that advised to set pdfjs.viewerCssTheme to "2" in about:config. This set the background of pdf viewer to black/dark gray. This has worked for years until recently when the pdf viewer switched to light mode again (pic 1). I checked the about:config settings for pdfjs.viewerCssTheme but there appears to be no change. I tried restarting the browser, setting the theme to 0 and to 2 again, updating browser. Sadly the theme is still light gray. Is there a way to change it again? The desired outcome is in pic 2. I do NOT want to change the color of the pdf pages themselves.

Задан K 2 года назад

Дан ответ zeroknight 2 года назад

  • Решено
  • Архивировано

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… (читать ещё)

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

Задан Slouch 1 год назад

Дан ответ Slouch 1 год назад

  • Решено
  • Архивировано

Can't pin extensions to the toolbar using the extension button

Hello folks According to Firefox help pages, pinning an extension to the toolbar should work as follows: "Click the extensions button (jigsaw puzzle Fx109ExtensionsButton… (читать ещё)

Hello folks

According to Firefox help pages, pinning an extension to the toolbar should work as follows:

"Click the extensions button (jigsaw puzzle Fx109ExtensionsButton icon) in the toolbar to open the extensions panel. Each extension in the panel has a menu button with a gear Fx91GearIcon icon. You can use this menu button to manage those extensions."

The extensions button doesn't seem to work like that for me. When I click the Extensions button I get several buttons (Recommendations, Extensions etc) on the left side of the page as in the first image attached (Firefox1).

If I then click the Extensions button I get to the Manage Extensions page, and if I then click the 3 dots (...) button on (say) Proton Pass I don't get a Pin to Toolbar option and clicking the Manage option opens the Proton Pass Details page (see image Firefox2) - none of the buttons on the any of the pages offers a Pin to Toolbar option.

Those extensions that are pinned to the toolbar, such as Adblock Plus ( see Firefox2 image), got pinned during installation and not by using the extensions button. Currently I seem to have no way of interacting with any extension via the extensions button.

Could be I'm doing something silly but any suggestions would be appreciated.

Regards Ken

Задан kenliz 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Make inbox font bigger in Thunderbird email client

The inbox font in the Thunderbird email client on my Mac is super tiny, and it's very hard to read. I can't figure out how to make it larger. Is there a way to do this? I… (читать ещё)

The inbox font in the Thunderbird email client on my Mac is super tiny, and it's very hard to read. I can't figure out how to make it larger. Is there a way to do this? I really like Thunderbird so far, but if I can't read it, I can't use it.

Thanks! Mark

Задан mdeaton 4 года назад

Дан ответ Toad-Hall 4 года назад

  • Решено
  • Архивировано

Disable Notifications for only one specifiv Account

I have several mail accounts connected to my thunderbird Version 115.10.1. One of them is a account that regularly notifies me if about updates on my homepage. I want to … (читать ещё)

I have several mail accounts connected to my thunderbird Version 115.10.1.

One of them is a account that regularly notifies me if about updates on my homepage. I want to receive those emails, but I don't want a notification about them. I do however want to receive notifications about emails from other accounts.

How can I disable the notifications for only one account?

Best, Alex

Задан hallo33 1 год назад

Дан ответ hallo33 1 год назад

  • Решено
  • Архивировано

Prevent all autocomplete in address bar

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going… (читать ещё)

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going to change, and I need to take steps to prevent her from ever seeing any sponsored results of any kind, or any kind of address bar autocomplete suggestion.

I have taken several dozen hours of my personal time this past month to repair the damage from her first scam experience (that I know about!), and today's incident made me realize that I have to do much more customization of her browser than I previously imagined. When I told her to never fully trust a Google search, her reply was "but I used Firefox!", and that told me everything I needed to know. It simply cannot be left to her understanding of the internet.

The intended setup is an iPad and a Win11 laptop. I would like to set up Firefox so that the address bar is nothing but an address bar without any kind of autocomplete at all. Is this even possible?

Also, I obviously can't filter every scam known to man, but I would like to specifically block the kind of pop-ups and ads that scammers use. What is a good strategy for this specific purpose? I don't care about legitimate marketing ads, even though they're annoying to me personally.

Задан townie 1 год назад

Дан ответ townie 1 год назад

  • Решено
  • Архивировано

Want to change or disable developer tool shortcut

I am attempting to copy values from one google sheet to another and am unable to do so effectively as whenever I press crtl +shift + c I open the the developer tools. All… (читать ещё)

I am attempting to copy values from one google sheet to another and am unable to do so effectively as whenever I press crtl +shift + c I open the the developer tools. All my efforts on looking for a solution have lead me to unsupported extensions so I'm stuck wondering what to do.

Задан Aries Alb (BeezKneez) 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Configure text-to-speech for reading mode

Hello, We are adding accessibility features to the Emmabuntüs Debian Edition 5 Linux distribution based on Debian 12, and we would like to use the reading mode included i… (читать ещё)

Hello,

We are adding accessibility features to the Emmabuntüs Debian Edition 5 Linux distribution based on Debian 12, and we would like to use the reading mode included in Firefox to enable smoother voice reading for visually impaired people.

Currently we are going to use the Svox Pico and eSpeak speech synthesis at the same time because in SVox Pico we do not have all the voices we need for our possible users, particularly Portuguese.

We have found how to make the synthesis used by Firefox's reading mode be SVox Pico by default instead of eSpeak, however this requires a modification in the /etc/speech-dispatcher/speechd.conf file.

To do this, simply put the default pico synthesis in this file:

DefaultModule pico

But this causes problems with other software that we intend to use.

We found how to make all the voices of a speech synthesis appear in the Firefox playback menu by going to about:config and doing a search for the word "narrate":

Option narrate

On the other hand, we cannot find how to modify the "narrate.voice" option to tell it to default to pico speech synthesis instead of eSpeak synthesis which is the first synthesis loaded by speech-dispatcher, because we must keep eSpeak as the first synthesis loaded and do not put a default synthesis in speechd.conf to maintain compatibility with software that we wish to use.

Do you have any tips or a manual that explains the possible options for the "narrate.voice" option?

Thanks in advance for your help.

Задан Patrick-Emmabuntus 1 год назад

Дан ответ Eitan 1 год назад

  • Решено
  • Архивировано

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (читать ещё)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Задан Imot 3 года назад

Дан ответ cor-el 3 года назад

  • Решено
  • Архивировано

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (читать ещё)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Задан Slouch 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Закрыто
  • Архивировано

How to disable protection, or enable dark mode, for Firefox pages

I've always liked the Firefox New Tab page, with Pocket, and until today, DarkReader plugin has always worked. But now it says that it can't because the page is protecte… (читать ещё)

I've always liked the Firefox New Tab page, with Pocket, and until today, DarkReader plugin has always worked. But now it says that it can't because the page is protected.

I tried the solution to use bookmarklets, suggested in https://support.mozilla.org/en-US/questions/1350781, but it didn't have any effect (https://sanketmehta7.github.io/DarkMode-JS-BookMark/

If I can't find a solution, I'll just ditch Pocket, and use Google as my first page, or something. Or maybe ditch Firefox, which doesn't seem to think that dark mode is important. I don't like being blinded by the light.

Задан Jeff Learman 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

How to Widen Firefox Vertical-Scroll-Bars on Windows-11 Laptop?

On my Windows-11 Laptop, the Vertical-Scroll-Bars in Firefox are too narrow for me to use comfortably. I am struggling with the Touch-Pad, Mouse Pointers, causing the fr… (читать ещё)

On my Windows-11 Laptop, the Vertical-Scroll-Bars in Firefox are too narrow for me to use comfortably. I am struggling with the Touch-Pad, Mouse Pointers, causing the frequently needed act of Scrolling to become a dreaded ordeal? If someone would provide clear and concise instruction on how to make the Vertical-Scroll-Bars the Classic Width of old, it would be greatly appreciated. Thank you! lg

Задан LG3 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

The + sign to open new tab is missing after latest update

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I h… (читать ещё)

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I have seven tab open, I have to do ctrl+t to open new tab instead of just clicking on the + sign that use to be at end of tabs. Yes, I do use custom settings. This happened before but I was able to fix by going to tabs under about:config, but it seems the setting is no longer there.

Задан ninershark 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Can I change the background colour of unread messages in list?

If I mark a message as Unread, it appears in the list of messages in boldface type. But I am finding it very hard to distinguish those in bold from other messages that ha… (читать ещё)

If I mark a message as Unread, it appears in the list of messages in boldface type. But I am finding it very hard to distinguish those in bold from other messages that have been read and are not bold. Is there anything in advanced settings that would allow me to change the fill colour in the listing box, or perhaps the colour of the type, in order to distinguish unread messages more visibly from those I have read? Thanks!

Задан Clive Chafer 2 года назад

Дан ответ Toad-Hall 2 года назад

  • Решено
  • Архивировано

How to customise or change the color of unread messages?

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the colo… (читать ещё)

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the color for new received messages. Can anyone tell me how to adjust this? I tried to add the "userChrome.css" file in the self created folder "chrome" in my profile directory, but nothing changed. Can someone help me? I use Ubuntu 22.04.4 LTS version and the thunderbird version 115.6.0.

Задан Oemer Okuyan 2 года назад

Дан ответ sfhowes 2 года назад

  • Решено
  • Архивировано

Keyboard shortcut to copy current tab URL

Is there a way to create a new keyboard shortcut to copy current tab URL? I've been using Arc to try some of their features, and what I miss the most is the hability to c… (читать ещё)

Is there a way to create a new keyboard shortcut to copy current tab URL?

I've been using Arc to try some of their features, and what I miss the most is the hability to copy current URL to share without touching the mouse.

Задан Sebastian 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад