Das befindet sich sonst noch in der userContent.css
CSS
/* userContent.css *********************************************/
/* Do not remove the @namespace line -- it's required for correct functioning
* set default namespace to XUL
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#category-discover{
display:none!important;
}
/*PlugIn "Fehlt etwas..." ausblenden*/
@-moz-document url(about:addons){
#plugindeprecation-notice{
display:none!important;}
}
/*Erweiterungen about:addons - Breite der Elemente anpassen*/
.addon.card {
max-width: initial !important;
}
/*Blendet YT-Anmelde-PopUp aus*/
@-moz-document domain("www.youtube.com") {
ytd-mealbar-promo-renderer.style-scope{
display:none!important;}
}
/*Text unter "Erweiterung verwalten" ausblenden*/
#private-browsing-notice {
display: none !important;
}
Alles anzeigen
