Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Animated themes ramp up the ram usage if I minimize firefox.

  • 1 απάντηση
  • 0 έχουν αυτό το πρόβλημα
  • Τελευταία απάντηση από TyDraniu

περισσότερες επιλογές

I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know this issue has been reported as Bug 1828587 2 years ago and it is said that it is fixed, but here I am experiencing the same thing. I would appreciate any help since I am not that good at coding a css file. Here is my userContent.css code if maybe i set something up wrong:

@-moz-document url("about:newtab"), url("about:home"), url(about:privatebrowsing) {

   /* Sets background image and autoscale image to browser window. */
   body {
       background-image: url("wallpapers/wallpaper.avif") !important;
       background-size: cover !important;
       background-repeat: no-repeat !important;
       background-attachment: fixed !important;
       background-position-x: center !important;
       background-position-y: bottom !important;
   }
   @-moz-document url("about:newtab"), url("about:home") {
       .top-site-outer .title {
           color: white !important;
       }
       .logo-and-wordmark .wordmark {
           fill: white !important;
           color: #00aaff !important; /* fallback for text */
       }
       .context-menu-button.icon {
           fill: white !important; /* for SVG-based icons */
           color: white !important; /* for any text-based fallback */
           opacity: 1 !important; /* ensure visible even when normally dimmed */
       }
   }

The second part is to make some of the text on my homepage white so it is visible.

I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know this issue has been reported as Bug 1828587 2 years ago and it is said that it is fixed, but here I am experiencing the same thing. I would appreciate any help since I am not that good at coding a css file. Here is my userContent.css code if maybe i set something up wrong: @-moz-document url("about:newtab"), url("about:home"), url(about:privatebrowsing) { /* Sets background image and autoscale image to browser window. */ body { background-image: url("wallpapers/wallpaper.avif") !important; background-size: cover !important; background-repeat: no-repeat !important; background-attachment: fixed !important; background-position-x: center !important; background-position-y: bottom !important; } @-moz-document url("about:newtab"), url("about:home") { .top-site-outer .title { color: white !important; } .logo-and-wordmark .wordmark { fill: white !important; color: #00aaff !important; /* fallback for text */ } .context-menu-button.icon { fill: white !important; /* for SVG-based icons */ color: white !important; /* for any text-based fallback */ opacity: 1 !important; /* ensure visible even when normally dimmed */ } } The second part is to make some of the text on my homepage white so it is visible.

Τροποποιήθηκε στις από τον/την nerindipe

Επιλεγμένη λύση

You mean animated wallpaper, not theme. These are bugs 1984807, 1991327 and it's not fixed yet.

Προβολή απάντησης εντός συζήτησης 👍 1

Όλες οι απαντήσεις (1)

περισσότερες επιλογές

Επιλεγμένη λύση

You mean animated wallpaper, not theme. These are bugs 1984807, 1991327 and it's not fixed yet.

Υποβολή ερώτησης

Πρέπει να συνδεθείτε στον λογαριασμό σας για να απαντήσετε σε δημοσιεύσεις. Ξεκινήστε μια νέα ερώτηση εάν δεν διαθέτετε ακόμα λογαριασμό.