#alltabs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #alltabs, aggregated by home.social.
-
@brie Ludzie na mieście mówią, że #alltabs-button { display: none !important; } w userChrome.css może pomóc, ale osobiście nie testowałem 😉
https://support.mozilla.org/en-US/questions/1463682#answer-1674655 -
CW: NSFW de la personalización parte 3
Añadidos en userChrome.css, para cambiar a la barra de direcciones redondeada, la fuente de la interfaz y eliminar el odiado cuarto botón de la barra de título:
* {
font-size:12px !important;
font-weight: normal !important;
font-family: Ubuntu !important;
} *border-radius: 2em !important;
}#alltabs-button {
display: none !important;
}