home.social

#alltabs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #alltabs, aggregated by home.social.

  1. @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 😉
    support.mozilla.org/en-US/ques

  2. #Firefox 131: List All Tabs Button

    Cannot be removed via "Customize Toolbar ..." menu, not configuration option. Instead: userChrome.css.

    Yes, exactly, one of the least user-friendly options. 🤦

    #alltabs-button {
    display: none !important;
    }

    Way to go, Mozilla, way to go ...

    Source: superuser.com/questions/175046

  3. 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;
    } *

    #urlbar-background,#urlbar
    {

    border-radius: 2em !important;
    }

    #alltabs-button {
    display: none !important;
    }