Add-On-Manager - Eintrag ausblenden

  • Hallo,

    bei mir ist dieser Code im Einsatz:

    Code
    #featured-themes{
        display:none!important}
    #up-and-coming,#featured-personas,#school,#featured-addons,
    #recs > DIV:first-child,.gallery-wrap,#recs,#nav-features,#promos {
    display:none !important}


    Der Code bewirkt dies:

    [attachment=1]Bild 1.jpg[/attachment]
    Nun habe ich mit diesem Code den Abstand zu den Icons verringert:

    CSS
    @-moz-document url(about:addons) {
        richlistbox#categories {
           width: 200px !important;  }}


    Die neu erschienene Box soll weg.

    [attachment=0]Bild 2.jpg[/attachment]
    Wie kann man denn verhindern, dass immer neue Boxen nachrücken? Kann man denn generell den ganzen andern Krempel nicht einfach komplett ausblenden?

  • Probiere es mal so, es ist Dein Code, mit noch ein paar Einträgen mehr:

    CSS
    #featured-themes{
        display:none!important}
    #up-and-coming,#featured-personas,#school,#featured-addons,
    #recs > DIV:first-child,.gallery-wrap,#recs,#nav-features,#promos,#more-ways > H2, #mission, #more-ways {
    display:none !important;}

    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
    OS: Windows 10 pro 64 bit und Windows 10 Home 64 bit
    Meine Scripte Sammlung: https://github.com/Endor8/userChrome.js
    Kein Support per PN. Fragen bitte im Forum stellen!

  • Frage, da Du ja rechts alles weg haben wolltest, brauchst Du links überhaupt den Eintrag:
    Add-ons suchen?

    Damit könntest Du den auch ausblenden.

    Code
    #addons-page #category-discover { display: none;}

    Zum Suchen nach Erweiteungen usw. bleibt ja rechts die Suchleiste.
    mehr braucht es nicht.
    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
    OS: Windows 10 pro 64 bit und Windows 10 Home 64 bit
    Meine Scripte Sammlung: https://github.com/Endor8/userChrome.js
    Kein Support per PN. Fragen bitte im Forum stellen!

  • Wenn rechts wirklich alles weg kann, dann teste mal den:

    CSS
    BODY[data-upandcoming-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/up-and-coming/27.0.1/WINNT/normal"][data-featured-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/featured/27.0.1/WINNT/normal"][data-account-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/account"][data-recs-url="https://services.addons.mozilla.org/de/firefox/discovery/recs/27.0.1/WINNT/normal"][data-services-url="https://services.addons.mozilla.org"][data-platform="WINNT"][data-version="27.0.1"][data-show-recs="true"][data-media-url="https://addons.cdn.mozilla.net/media/"][data-readonly="false"][data-anonymous="true"][data-min-beta-version="3.7"][data-appid="1"][data-appname="Firefox"][data-app="firefox"][class="html-ltr firefox pane windows fxbeta recs"]{
    display:none !important;}

    für 24.3 ESR

    CSS
    BODY[data-upandcoming-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/up-and-coming/24.3.0/WINNT/normal"][data-featured-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/featured/24.3.0/WINNT/normal"][data-account-url="https://services.addons.mozilla.org/de/firefox/discovery/pane/account"][data-recs-url="https://services.addons.mozilla.org/de/firefox/discovery/recs/24.3.0/WINNT/normal"][data-services-url="https://services.addons.mozilla.org"][data-platform="WINNT"][data-version="24.3.0"][data-show-recs="true"][data-media-url="https://addons.cdn.mozilla.net/media/"][data-readonly="false"][data-anonymous="true"][data-min-beta-version="3.7"][data-appid="1"][data-appname="Firefox"][data-app="firefox"][class="html-ltr firefox pane no-recs windows fxbeta"]{
    display:none !important;}

    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
    OS: Windows 10 pro 64 bit und Windows 10 Home 64 bit
    Meine Scripte Sammlung: https://github.com/Endor8/userChrome.js
    Kein Support per PN. Fragen bitte im Forum stellen!

  • Hallo camel-joe.
    Hatte leider zwei Tage kein Internet hier. :grr:
    Daher kann ich erst jetzt antworten.

    Teste bitte obigen Code, als neuen Stil.
    Es darf aber sonst nichts im Fenster drinnen sein.
    Also so:
    [Blockierte Grafik: http://i.imgur.com/FAdlIzu.png]


    Bei mir funktioniert das prima.
    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
    OS: Windows 10 pro 64 bit und Windows 10 Home 64 bit
    Meine Scripte Sammlung: https://github.com/Endor8/userChrome.js
    Kein Support per PN. Fragen bitte im Forum stellen!