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

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Dark Mode is blocked on https://support.mozilla.org/en-US/questions/

  • 2 відповіді
  • 2 мають цю проблему
  • 47 переглядів
  • Остання відповідь від doru001
  • Архівовано

Dark Mode is blocked on https://support.mozilla.org/en-US/questions/ . You may help by either allowing add-ons to run or by providing your own dark mode.

Dark Mode is blocked on https://support.mozilla.org/en-US/questions/ . You may help by either allowing add-ons to run or by providing your own dark mode.

Усі відповіді (2)

https://support.mozilla.org/en-US/kb/quarantined-domains

There are issues to deal with to get a dark mode on this site as the admins have other things they would rather deal with. However one can style this site with userContent.css if they have working styles.

This pathetical try didn't work:

@-moz-document domain(mozilla.org) {

   .tab-background[selected="true"] {
       background-color: #3B3B3B !important;
       background-image: none !important;
   }

}

Maybe you can give me a hint.