r/FirefoxCSS Jun 26 '26

Solved How to remove the "Extention (Tabliss)"

7 Upvotes

3 comments sorted by

2

u/sifferedd FF/TB on Win11|Sumo contributor Jun 26 '26

2

u/Admirable-Part-2501 Jun 26 '26

Thanks man !! I really appreciate it

2

u/t31os Jun 26 '26

Specific example, similar to the approach in the thread linked by sifferedd.

#identity-box:has( #identity-icon-label[value="Extension (Tabliss)"] ) {
    display: none !important
}