joelshepherd / tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://tabliss.io
GNU General Public License v3.0
2.23k stars 294 forks source link

How do I remove this extension info in Firefox address bar? #525

Closed Ryuo1 closed 2 years ago

Ryuo1 commented 2 years ago

I want to remove the Extension (Tabliss): Screenshot (4) from my address bar because it just takes up unnecessary space

Ryuo1 commented 2 years ago

How do I remove it?

vovavili commented 2 years ago

Add this to your userChrome.css:

/* Tabliss CSS */

#identity-box.extensionPage #identity-icon-label {
    display: none !important;
    background: none !important;
}
#identity-icon-box {
    background: none !important;
}
Ryuo1 commented 2 years ago

Thanks. It worked and I don't see it anymore: Screenshot (23)