this post was submitted on 25 Jul 2025
22 points (89.3% liked)

Firefox

5876 readers
15 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
 

I don't know how many times already I've had to remove this, and now nothing seems to work anymore. Setting browser.newtabpage.activity-stream.newtabLayouts.variant-b to false should work, I guess, but it doesn't.

Edit: shishka_b0b has posted a solution (as for enlarging the quick link icons, I forgot the simplest solution - zooming in the page)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] shishka_b0b@lemmy.zip 7 points 1 month ago* (last edited 1 month ago) (1 children)

You can get rid of it pretty easily with a userContent.css file. This is the only CSS rule you'll need in there:

.logo-and-wordmark {
  display: none !important;
}

And here's a good link that explains how to use custom CSS in firefox if you're not familiar with it already.

Edit: setting browser.newtabpage.activity-stream.logowordmark.alwaysVisible to false might do the trick also

[โ€“] antonim@lemmy.dbzer0.com 3 points 1 month ago

The CSS solution worked, thank you! And that guide was useful, now I'll have to toy with the CSS elsewhere too... :D

(The config you mention in the edit doesn't seem to work, however.)