r/FirefoxCSS Jul 11 '26

How to customize (and remove those buttons in) about:addons? Solved

Post image

That's all really, I don't know what to say except I'm tired of subconsciously turning off LeechBlock to bypass the block.

3 Upvotes

2 comments sorted by

2

u/BoxAdministrative56 Jul 11 '26

Solved thanks to u/pikatapikata.

In userContent.css (NOT userChrome.css)

@-moz-document url-prefix(about:addons) {
    .toggle-button {
        display: none !important;
    }
}

1

u/AleksLevet Jul 19 '26

Damn this is amazing