How to remove this logo on new tab? (141.0)
How to remove this logo on new tab? (141.0)
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 can get rid of it pretty easily with a
userContent.css
file. This is the only CSS rule you'll need in there: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 alsoThe 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.)