Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can I create filter for email with no subject? (it's blank)

I get emails that come in without a subject line and I would like to add a filter which deletes these. I've tried using various ways in the Message Filter and nothing see… (funda kabanzi)

I get emails that come in without a subject line and I would like to add a filter which deletes these. I've tried using various ways in the Message Filter and nothing seems to work. Do I need to put in a special character in the Subject Contains field like *no subject*? Leaving it blank obviously does not work. Thanks in advance.

Asked by winterkayaker 4 iminyaka edlule

Answered by user2044783 4 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

watch video "in" firefox browser

I'm trying to watch videos in Firefox. Youtube works but Xvideos does not. Firefox pops up a window asking me: >> "Opening xvideos"."com ###.mp4". >> wh… (funda kabanzi)

I'm trying to watch videos in Firefox. Youtube works but Xvideos does not. Firefox pops up a window asking me:

>> "Opening xvideos"."com ###.mp4". >> which is: MP4 Video (16.4MB) >> from https://cdn77-vid.xvideos-cdn"."com >> >> What should Firefox do with this file?

My only choice is: Open with Windows Media Player x86 (default)

suggestions?

I'm running Windows 7 Firefox 76.0.1

Thanks!!!!

Asked by G_Eak 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

missing print "page setup" in Mozilla v85

With the new v85 of Firefox... for Microsoft Print to PDF... the defaults for print headers & footers has changed and is no longer available to edit or even view. It… (funda kabanzi)

With the new v85 of Firefox... for Microsoft Print to PDF...

the defaults for print headers & footers has changed and is no longer available to edit or even view. It seems as though my settings remain in place for other printing options like my physical printer but even there the options are not editable or viewable.

There used to be a "page setup" option but I have not be able to find this anywhere anymore.

I'm assuming that it has to do with the bug fix for pdf printing but doesn't seem that it should be an intended outcome of the fix.

Any work arounds anyone knows about or has found?

Asked by Cobalt TiNor 3 iminyaka edlule

Answered by jscher2000 - Support Volunteer 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Where did Page Setup / Margins & Header/Footer go?

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:c… (funda kabanzi)

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:config . . . keyword "footer" . . . there, I would have to change it for 5 different ways of printing (to printers or to PDF)

I need to get rid of printing the URL in the footer - many times, it's too long, and I don't need it.

Where did the Page Setup option go?

I see in the current Print Options, you have to go to - More Settings / Margin / Custom - to see those. Why would they put this so many levels down?

It used to be: File / Page Setup / Margins & Header/Footer . . . "Customize" Headers & Footers:

Option 1 (left) . . . there are two leading spaces:

 > > &T
 > > &U . . . &D . . . &PT

Option 2 (left) . . . get rid of the ">"s, and just have the two leading spaces:

 &T
 &U . . . &D . . . &PT

Asked by sludge7051-x 3 iminyaka edlule

Answered by jscher2000 - Support Volunteer 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (funda kabanzi)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 2 iminyaka edlule

Answered by DB-1 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

How to keep Mozilla VPN always on with Android OS?

Mozila VPN on Android sometimes appear to automatically turn itself off. The explanation could be in your settings on Android: Go to settings, - select Apps, - - cho… (funda kabanzi)

Mozila VPN on Android sometimes appear to automatically turn itself off.

The explanation could be in your settings on Android: Go to settings, - select Apps, - - choose Mozilla VPN in the list, - - - go to Battery and select background Use,

go back to Mozilla VPN in the list, - - - go to Mobile Data, - - - - turn On "Allow Background Data Usage" - - - - turn On "Allow App while Data saver is On"

now your VPN shouldn't turn off any longer.

When restarting your phone the explanation why the Mozilla VPN is OFF is that to keep your security, the app requires re-authenticating with their servers (new encryption key).

Asked by 139744cwb$×^4ho74cqo#€7bxq3b 2 iminyaka edlule

Answered by 139744cwb$×^4ho74cqo#€7bxq3b 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Accessible Profile Manager

Hi, Is it possible for Firefox to implement an easy and accessible profile manager just like Chrome rather than going through about:profiles? I am using containers but … (funda kabanzi)

Hi,

Is it possible for Firefox to implement an easy and accessible profile manager just like Chrome rather than going through about:profiles?

I am using containers but need to separate work and personal workspace. Some of domains are overlapped like Google and Microsoft services. so separating by domains cannot work.

Asked by Tien Huynh 2 iminyaka edlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Credit card autofill stopped working

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a win… (funda kabanzi)

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a window pops up as it should (for auto-fill) with my credit card information. In that window, I can scroll over the different credit cards, click on the one I want to use, and it SHOULD auto-fill into the box where the numbers would normally be typed in. Now, the window still pops up and I can scroll over the credit cards and choose one, but when I click on any of the particular credit cards, the auto-fill doesn't work. The boxes in "settings" are checked to allow auto-fill. It worked for months, then just stopped. Thanks for your assistance!

Asked by dougumbarger 2 iminyaka edlule

Answered by Tad Tweed 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Column headers, title bars

I was in two minds whether to post this i not as quite minor really, that said Thunderbird will be my default email client on several machines so may as well get Q's out … (funda kabanzi)

I was in two minds whether to post this i not as quite minor really, that said Thunderbird will be my default email client on several machines so may as well get Q's out of the way.

Changed the font size for emails and folder text which is spot on, the only other thing would be to have the title bars or column headers (subject, correspondent, date and so on) in bold as a quick glance makes them seem part of the emails.

This option is probably available similar to changing the font inside config file but I may not be searching for the right thing, 'headers' returns results for the actual message format.

On another note, in case this pops up later on, while dragging icons from the toolbar selection tray the 'delete' button didn't quite make it, the button is no longer in the tray (as an option) or on the menu ?

Many thanks all

Asked by JustOne 2 iminyaka edlule

Answered by sfhowes 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to change the short cut for "Paste as quotation"

Since Dorando keyconfig :: Add-ons for Thunderbird does not work anymore I could not find a away to change the shortcut for "Paste as quotation" from the default "Ct… (funda kabanzi)

Since Dorando keyconfig :: Add-ons for Thunderbird does not work anymore I could not find a away to change the shortcut for "Paste as quotation" from the default "Ctrl + Shift + O" to "Ctrl+Shift+V". (For more shotcuts see Keyboard shortcuts - perform common Thunderbird tasks quickly). tbkeys-lite has been recommended as alternative (also on Mozilla Support: How to turn off or change the keyboard shortcuts. But the above mentioned link can not be changed to the obvious and in other email clients used Ctrl+Shift+V with TBkeys as mentioned on the github-page: Defining a key sequence (meaning multiple keys in succession) where the first key combination in the sequence is the same as a built-in shortcut (like ctrl+j ctrl+k) is not supported. Can anybody help me solve this dilemma? This would be great as I use the command many times a day.

Asked by Thunderbuntu 2 iminyaka edlule

Answered by Thunderbuntu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Dark mode no longer stays active

I normally have Dark Mode always enabled. This week it's constantly switching to "Follow Device Theme" which then makes it the Light theme. Interestingly, my phone's th… (funda kabanzi)

I normally have Dark Mode always enabled.

This week it's constantly switching to "Follow Device Theme" which then makes it the Light theme.

Interestingly, my phone's theme is also set to Dark mode so the Follow setting doesn't appear to work.

Thanks!

Asked by gurtfrobe 2 iminyaka edlule

Answered by gurtfrobe 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

text color

Help! When I try to change the text color in an email reply it brings me to the pop up to change the color but when I hit OK nothing changes. I've tried so many times/wa… (funda kabanzi)

Help! When I try to change the text color in an email reply it brings me to the pop up to change the color but when I hit OK nothing changes. I've tried so many times/ways to change text color but it always stays black. I use to use this feature a lot to highlight certain text an it's frustrating because I can't do it anymore.

Asked by meghangombos 2 iminyaka edlule

Answered by Toad-Hall 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox background is now Black.

how can I restore to white, the black background on the Firefox Browser, even my menus have turned black. I have tried through my normal settings and although it states I… (funda kabanzi)

how can I restore to white, the black background on the Firefox Browser, even my menus have turned black. I have tried through my normal settings and although it states I have a white background. It doesn't

Asked by Swann 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox stuck in dark mode with a custom theme

I have been using the same custom theme for the past 3 years or so on both my windows 10 pro and dual boot Ubuntu 20.04. Recently, my windows 10 pro firefox started going… (funda kabanzi)

I have been using the same custom theme for the past 3 years or so on both my windows 10 pro and dual boot Ubuntu 20.04. Recently, my windows 10 pro firefox started going into dark mode all of a sudden without me changing ANYTHING. The system theme and everything else stays the same. Then about 5 days later, my Ubuntu 20.04 firefox started to inherit this stupid dark mode as well. I have tried _ setting ui.systemUsesDarkTheme to 0 (number value) in about:config _ Changing to other custom color themes, and they all went into dark mode. _ Refresh Firefox _ Reinstall Firefox

When I went into "Ads on & theme" tabs, changing to system theme, it picks up the white theme mode. But Youtube webpage system theme mode pick up the dark theme mode.

Asked by Hekate 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Close Tab button on left

Obviously people have asked this before, but those threads all seem to be closed now. The idea that a browser would not want to have a consistent UI with every other part… (funda kabanzi)

Obviously people have asked this before, but those threads all seem to be closed now. The idea that a browser would not want to have a consistent UI with every other part of the operating system is absolutely nuts, so why is it not easier (or even automatic?!) to place the 'close tab' button on the left when running on a Mac operating system?

I have tried the solutions recommended here – https://support.mozilla.org/en-US/questions/1253751 – but without any success. Maybe someone could help me understand what I am doing wrong? Better yet, maybe Mozilla could remove the need for such workarounds and implement what ought to be a standard feature?

Asked by Kit Marsden 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Spam identification

How do I mark a message in the spam folder as not being spam? Similar questions say to adjust this in webmail. I dont understand what this means. I have a gmail addres… (funda kabanzi)

How do I mark a message in the spam folder as not being spam? Similar questions say to adjust this in webmail. I dont understand what this means. I have a gmail address and if I go into gmail directly there does not appears to be a spam folder there

Asked by ajplap 2 iminyaka edlule

Answered by david 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to disable related term sites in history from being grouped?

I remember sites with related terms not always being grouped up not too long ago. The change isn't bad but would like to know how to disable it. The main issue being ever… (funda kabanzi)

I remember sites with related terms not always being grouped up not too long ago. The change isn't bad but would like to know how to disable it. The main issue being ever since this change was implemented, it breaks some functionality. It keeps you from being able to look through the rest of your history until you delete the group. Either it prevents you from continuing to scroll down. Or when you do keep scrolling, it keeps looping the sites already shown.

Asked by justinzhu17 2 iminyaka edlule

Answered by Paul 2 iminyaka edlule