this post was submitted on 20 Mar 2025
4 points (100.0% liked)

LibreWolf

3730 readers
1 users here now

Welcome to the official community for LibreWolf.

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. If you have any question please visit our FAQ first: https://librewolf.net/docs/faq/

To learn more or to download the browser visit the website: https://librewolf.net/

If you want to contribute head over to our Codeberg: https://codeberg.org/librewolf

founded 4 years ago
MODERATORS
 

Does anyone know if anything changed with the new tab settings?

I used to have this custom userContent.css to add more columns to topSites described below, but it is no longer working after I updated :/

https://support.mozilla.org/en-US/questions/1430289

folder named "chrome" and file named "userContent.css" are still there

@-moz-document url(about:home), url(about:newtab) {
  @media (min-width: 1800px) {
    .ds-outer-wrapper-breakpoint-override main {
      width: 1700px !important;
    }
  }
}

edit: If anyone has any suggestions to add more columns to topSites, let me know edit2: solved

you are viewing a single comment's thread
view the rest of the comments
[โ€“] zdhzm2pgp@lemmy.ml 2 points 1 week ago (1 children)

Does this help?:https://lemmy.ml/post/26788457

[โ€“] pdqcp@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Perfect, it solved it, thank you