Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut
Open

How can I hide the yellow “Your privacy is protected” bar while keeping the privacy features?

sebstacles

I am using Thunderbird on Windows, and I want to hide the yellow “Your privacy is protected” notification bar but still have the privacy protection enabled.

I tried to use a userChrome.css in my Thunderbird profile; here is the path; (C:\User\AppData\Roaming\Thunderbird\Profiles\lz1po89m.default-release\chrome\userChrome.css). I also set toolkit.legacyUserProfileCustomizations.stylesheets to true, but the customization does not work.

If anyone can please help and/or advise me on the correct procedure or CSS selector for this version I would be very much appreciated.

I am using Thunderbird on Windows, and I want to hide the yellow “Your privacy is protected” notification bar but still have the privacy protection enabled. I tried to use a userChrome.css in my Thunderbird profile; here is the path; (C:\User\AppData\Roaming\Thunderbird\Profiles\lz1po89m.default-release\chrome\userChrome.css). I also set toolkit.legacyUserProfileCustomizations.stylesheets to true, but the customization does not work. If anyone can please help and/or advise me on the correct procedure or CSS selector for this version I would be very much appreciated.
Lampiran tangkapan layar

Semua Balasan (1)

You can hide notifications with the following CSS code in the userChrome.css file

span#message.message {
display: none  !important; }

Unfortunately this code will also hide other notifications such as "maybescam" (image) or "mdnRequested".... I didn't succeed to write a code which hides only ""remoteContent"

Ajukan pertanyaan

Anda harus masuk ke akun Anda untuk membalas kiriman ini. Sila mulai pertanyaan baru, jika Anda belum memiliki akun.