Seit Firefox 89 funktionieren die Einträge nicht mehr. Weiß jemand, wie die neuen Bezeichnungen lauten?
Kontextmenüeinträge in Searchbar entfernen
-
testerer -
28. Februar 2019 um 21:02 -
Erledigt
-
-
Weiß jemand, wie die neuen Bezeichnungen lauten?
Teste bitte:
CSS
Alles anzeigen.searchbar-clear-history, menuitem[cmd="cmd_redo"], menuitem[cmd="cmd_cut"], menuitem[cmd="cmd_undo"], menuitem[cmd="cmd_paste"], menuitem[cmd="cmd_delete"], menuitem[cmd="cmd_selectAll"], menuitem[cmd="cmd_clearhistory"], menuitem[cmd="cmd_togglesuggest"], menuseparator { display: none !important; }
-
Perfekt, funktioniert. Herzlichen Dank.
-
Gerne wie immer
-
EIne Frage dazu doch noch: Es geht um den Separator.
Gibt es eine spezielle Bezeichnung für die Separatoren/den Separator in der Searchbar? Weil so wie in deinem geposteten Code werden bei mir die Separatoren auch in allen anderen Kontextmenüs entfernt und das möchte ich nicht,
-
Gibt es eine spezielle Bezeichnung für die Separatoren/den Separator in der Searchbar?
Teste bitte, evtl. musst du die letzte Zahl in Zeile 1 + 2 für dich anpassen:
CSS
Alles anzeigenmenupopup.textbox-contextmenu:nth-child(4) > menuseparator:nth-child(3), menupopup.textbox-contextmenu:nth-child(4) > menuseparator:nth-child(10), .searchbar-clear-history, menuitem[cmd="cmd_redo"], menuitem[cmd="cmd_cut"], menuitem[cmd="cmd_undo"], menuitem[cmd="cmd_paste"], menuitem[cmd="cmd_delete"], menuitem[cmd="cmd_selectAll"], menuitem[cmd="cmd_clearhistory"], menuitem[cmd="cmd_togglesuggest"] { display: none !important; } /* Höhe und Abstand der Tableiste*/ #TabsToolbar { height: 29px !important; padding-top: 3px !important; } /*Tabs in Tableiste mittig*/ scrollbox:not(#PlacesToolbarItems) { -moz-box-pack: center !important; } /*Tabtext zentriert*/ .tab-content { display: flex !important; justify-content: center !important; align-items: center !important; } .tab-label-container { margin: auto !important; } /*Tab schließen Button verschoben*/ .tab-close-button{ flex-shrink: 0 !important; margin-right: -6px !important; } /*Tab schließen Button HG bei hover rot und das X weiß*/ .tab-close-button[fadein]:hover { fill:white!important; background: red !important; } /* Das X vom Ende des Tabtext nach rechts verschoben*/ .tab-label-container[textoverflow]:not([pinned]) { mask-image: unset !important; margin-right: 7px !important; } /*Tabtext beim Laden blau*/ .tabbrowser-tab[busy] .tab-label { color: blue !important; font-weight: bold !important; } /*Abstand vom ersten Tab zum letzten angepinnten Tab schmaler*/ #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] { margin-inline-start: 1px !important; } /*Alle Tabs ausgewählt HG grün*/ #main-window .tab-background[multiselected] { background: green !important; } /*Alle Tabs ausgewählt Schrift gelb und fett auf Ursprungstab*/ .tabbrowser-tab[visuallyselected="true"][multiselected] { color: yellow !important; font-weight: bold !important; } /*Alle Tabs ausgewählt hover Schrift rot und fett auf Ursprungstab*/ .tabbrowser-tab[visuallyselected="true"]:hover[multiselected] { color:red !important; font-weight: bold !important; } /*Aktiver Tab HG orange*/ .tabbrowser-tab .tab-background { background: orange !important; } /*Aktiver Tab hover HG grün*/ .tabbrowser-tab[visuallyselected="true"]:hover > .tab-stack > .tab-background { background: green !important; } /*Aktiver Tab hover Schrift weiß*/ .tabbrowser-tab[visuallyselected="true"]:hover { color: white !important; } /*Inaktiver Tab HG hellgrau*/ .tabbrowser-tab:not([visuallyselected="true"]) > .tab-stack > .tab-background { background: lightgrey !important; } /*Inaktiver Tab Schrift schwarz = Standard*/ .tabbrowser-tab:not([visuallyselected="true"]) { color: black !important; } /*Inaktiver Tab hover HG blau*/ .tabbrowser-tab:not([visuallyselected="true"]):hover > .tab-stack > .tab-background { background: blue !important; } /*Inaktiver Tab hover Schrift weiß*/ .tabbrowser-tab:not([visuallyselected="true"]):hover { color: white !important; } /*Inaktiver Tabtext kleiner*/ .tabbrowser-tab:not([selected]) .tab-label { font-size: 90% !important; } /*Angepinter Tab hover HG rot*/ .tabbrowser-tab[pinned]:not([visuallyselected="true"]):hover > .tab-stack > .tab-background { background: red !important; } /*Angepinter Tab aktiv hover HG gelb*/ .tabbrowser-tab[pinned][visuallyselected="true"]:hover > .tab-stack > .tab-background { background: yellow !important; } /*Tabbreite und Höhe schmaler und etwas Abstand nach rechts/links zum nächsten Tab*/ .tabbrowser-tab:not([pinned]) { -moz-box-flex: 0 !important; width: 155px !important; } /*Tab Abstand nebeneinander*/ .tabbrowser-tab { padding-inline: .9px !important; } /*Damit wird der Tabtext nicht blasser, wenn kein Fokus auf dem Fx ist*/ .tab-label { opacity: 1 !important; } /* Tabtext wird nicht ausgeblendet */ .tab-label-container[textoverflow][labeldirection=ltr]:not([pinned]), .tab-label-container[textoverflow]:not([labeldirection]):not([pinned]):-moz-locale-dir(ltr) { mask-image: none !important; } /*Tab Inhalt Abstände*/ :root { --proton-tab-radius: 0px !important; --proton-tab-block-margin: 0px !important; --inline-tab-padding: 10px !important; } /*Höhe der Tabs*/ .tabbrowser-tab { min-height: 25px !important; max-height: 25px !important; box-shadow: none !important; } /*Neuer Tabbutton verschoben*/ #TabsToolbar #tabs-newtab-button { margin-top: -15px !important; margin-bottom: -15px !important; margin-left: -6px !important; } /*Neuer Tabbutton hover HG blau*/ #TabsToolbar #tabs-newtab-button { --toolbarbutton-hover-background: rgb(2, 80, 187) !important; } /*Neuer Tabbutton das X bei hover weiß*/ #TabsToolbar #tabs-newtab-button:hover { fill: white !important; } /* 2te Zeile im Tab bei Ton ausgeblendet, alternativ in about:config*/ .tabbrowser-tab .tab-content vbox.tab-label-container.proton label[class="tab-icon-sound-label tab-icon-sound-blocked-label"], .tabbrowser-tab .tab-content vbox.tab-label-container.proton label[class="tab-icon-sound-label tab-icon-sound-playing-label"], .tabbrowser-tab .tab-content vbox.tab-label-container.proton label[class="tab-icon-sound-label tab-icon-sound-muted-label"] { display: none !important; } /*Lautsprechersymbol auf Tab größer und weiß*/ .tab-icon-overlay { fill: green !important; transform: scale(1.8, 1.8) !important; }
-
Danke, hat geklappt.
-
-