you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 3 years ago (10 children)

What are good Firefox extensions? I've only used ublock origin (which is already available)

  • source
  • hideshow 10 child comments
  • [–] 7 points 3 years ago (4 children)

    Consent-o-matic automatically answers cookie pop-ups for you, so saves heaps of time. It also works fine on mobile if you load it into Firefox nightly with a custom collection.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago (2 children)

    does it accept all cookies or only necessary cookies?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (3 children)

    Stylus is really cool for CSS overrides

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 3 years ago (2 children)

    Can you give an example of when CSS override would be useful?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    In addition to what jayandp said, it can also be useful to correct some "bugs" if you know your way around CSS. For example something I really hate about the default Lemmy themes is that they stretch the videos to the full width of the page, so I made a CSS override to fix that:

    video {
        width: 25vw !important;
    }
    
  • source
  • parent