RobertZenz / ThinBars

A Firefox addon that provides customization options for the menubar, toolbar and findbar.
Mozilla Public License 2.0
0 stars 0 forks source link

no "Firefox Defaults" #9

Open ghost opened 7 years ago

ghost commented 7 years ago

All I want is to hide the cancerous notifications like "Did you mean to visit StupidShit", not to bang my head against the walls over the shrinkage!

RobertZenz commented 7 years ago

A workaround, without having to rely on me, would be to fetch Stylish and create a new, blank style with the following content:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.notificationbox-stack {
    display: none !important;
    visibility: hidden !important;
}

That should hide the bar without doing anything else. Obviously, don't forget to remove ThinBars afterwards if you do not care about the space.

ghost commented 7 years ago

Did that with UserChrome.CSS, except this time it worked. Yes, I tried Stylish and the UserChrome thing before and it failed.