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

Is it possible to filter messages by formatting? I'm receiving spam in italics and bold that no one else sends in.

I filter messages to move spam to my trash folder. I don't use the spam & junk functions. I'm on some oddball's list who sends all their spam in bold italics and an … (читать ещё)

I filter messages to move spam to my trash folder. I don't use the spam & junk functions.

I'm on some oddball's list who sends all their spam in bold italics and an uncommon font.

Easy to spot but it's easily 30 a day. I'd love to filter them. I don't see a 'by formatting' option.

Any ideas? Thanks!

Задан curls3 48 минут назад

Homemade Home Page and Virtual Filing Cabinet

I made a private homepage years ago made up entirely of links to web-based AND local folders and files that are grouped into columns of categories like banking, medical, … (читать ещё)

I made a private homepage years ago made up entirely of links to web-based AND local folders and files that are grouped into columns of categories like banking, medical, insurance, budget, etc. I keep it off-line on my desktop. I wrote the code so I could place an external link to a bank for example, next to a local link to the folder on my computer where I download statement pdfs from that bank and other bank files. The web page links displays: MY BANK Chkng/Debit Statements Credit Card Statements Bank Information The top link goes to the bank web page on line while the three lower links open folders on my computer where I save pdfs, txt, images, etc from the bank. Firefox opens the folders as "Index of file:///C:(folder path).

My personal home page is laid out with groupings like this for all sorts of information and associated web links: broker, vendor invoices, medical test, taxes, social security, health insurance, subscriptions etc. Today we get .pdf files with all sorts of information and no help organizing it for easy access. The Firefox browser has become the perfect tool for me. But I learned HTML coding years ago! Not so easy to do for others.

Today, many entities have on-line access that provides downloads like invoices, test results, payments, subscriptions, and much more that replace paper. Creating folders to hold these documents with their own local links on your web/local homepage makes sense to me.

While you can use "File" on Firefox to open a local folder or individual file, you cannot save it as a link. However, you can copy the path and transfer that to an a href=" line of link code in your homepage and build on that method. It's amazing how many types of files can be displayed in a browser that are locally stored. Even a link to a spreadsheet file will open that spreadsheets application. Having a varied list of links with quick access is worth the code-writing time. I wish there was an app to help anyone make their own custom folders and links to the contents in a "my homepage.html" . Is there a product idea in there for you folks?

Задан NYCPaull 6 часов назад

folder fix

I mistakenly moved a folder into another. It is now a subfolder and I want to move it back. The move command is not working. How do I move a subfolder back to be a pri… (читать ещё)

I mistakenly moved a folder into another. It is now a subfolder and I want to move it back. The move command is not working. How do I move a subfolder back to be a primary folder?

Задан jwgorba 6 часов назад

Reply Signatures

Has anyone found a way to have a separate "reply signature?" The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, p… (читать ещё)

Has anyone found a way to have a separate "reply signature?"

The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, phone, etc.). But when the other party replies it would be nice to then reply to that with just my first name. Or at worst, auto-insert the full signature.

I've setup my full signature and auto-populates when I create a new message. But not on the reply.

Any suggestions?

Задан Eric Gombrich 6 часов назад

pop up ads

Apparently I have got Malware. I keep getting ad pop-ups on what ever I'm doing, it doesn't matter if I'm online or not. I have installed all kinds of adblocks nothing wo… (читать ещё)

Apparently I have got Malware. I keep getting ad pop-ups on what ever I'm doing, it doesn't matter if I'm online or not. I have installed all kinds of adblocks nothing works. I have disabled Chrome like the internet says to. Still getting them. They are easy to get rid of but very annoying. Please help me. I don't want to restore to factory.

Задан Keith Fonville 9 часов назад

New email colours

Hi, Would appreciate your help with the following: New, unread emails arrive mostly with blue bolded text and a small yellow circle on top left of each message, however … (читать ещё)

Hi,

Would appreciate your help with the following: New, unread emails arrive mostly with blue bolded text and a small yellow circle on top left of each message, however some emails arrive with black bolded text without the small circle. If I click the download (cloud) button all unread blue bolded text emails turn to black bolded text. This doesn't appear right.

How can I make all new, unread emails have either bolded Blue text or Black text (I would like to choose desired option).

Thanks

Задан ciaran5000 12 часов назад

How to disable the 'download complete' pop-up??

Hi. Is there a way to disable this popup in firefox android? I see it's an option on desktop via support:config, but not mobile. It is persistent and takes up a good c… (читать ещё)

Hi. Is there a way to disable this popup in firefox android? I see it's an option on desktop via support:config, but not mobile. It is persistent and takes up a good chunk of the screen. When downloading a lot of images in a row it makes navigation difficult.

I'm confident there's a way bc I'm sure tons of us have been asking the same question for a long time now. If not - 'new feature/bug request' I/we will do.

Thank you.

Задан Carini Reprise 2 дня назад

Bookmarks Toolbar Popup Menu Padding, Color, and more.

Hi All, I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding… (читать ещё)

Hi All,

I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding between menu items and rounded corners.

I'm a fan of system menus, so I would really like the popup menu to look like the regular bookmarks menu from the top menu bar (see attached image).

I also like the subtle chiseled vertical line separating the favicons and the descriptions, and the 1px gray border around the menu, plus square corners.

I took a guess at some of the variable names, but only the menu's background color has changed.

Maybe someone knows how to change other attributes such as border color, radius, menu-item-height, padding, and add in the 3D vertical column line?

Thank you!

Here is my first attempt at the code...

#PersonalToolbar menupopup {
  /* Text color */
  --menu-color: #000 !important;
  --arrowpanel-color: #000 !important;
  --panel-color: #000 !important;
  /* Background color */
  --menu-background-color:  #f0f0f0 !important;
  --arrowpanel-background: #f0f0f0 !important;
  --panel-background: #f0f0f0 !important;
  /* Border color (if any) */
  --menu-border-color: #606060 !important;  /* not working on boomarks toolbar menu */
  --menu-border: 1px !important;  /* not working on boomarks toolbar menu */
  --menu-border-radius: 0px !important;  /* not working on boomarks toolbar menu */
}
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}

Задан Slouch 2 дня назад

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (читать ещё)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Задан Slouch 2 дня назад

Lost personalization of Windows10 and Firefox after a power failure.

Re-booting following a power failure, I entered my pin & received a message something like, "Would you like to sign out? If you continue you risk losing personal data… (читать ещё)

Re-booting following a power failure, I entered my pin & received a message something like, "Would you like to sign out? If you continue you risk losing personal data. You can protect your data by signing out, then signing in again". So I signed out, then signed in again and the boot proceeded but it was like a brand new installation. Desktop background was Windows blue, about half my desktop icons gone, all default apps reset, in Firefox all my plug-ins/extensions gone, all my bookmarks gone. And Windows Settings now won't let me set Firefox as the default browser and when FF offers to set itself as the default browser, that doesn't work either.

I've got the feeling this is some kind of identity issue gone awry but I don't know how to fix it. Hoping someone on this forum recognizes the problem, and knows a solution. Thanks for any help offered.

Задан vimy100 3 дня назад