Nein leider nicht.
Das Feld "Kopieren Klartext" im Menü "Copy", kommt ja vom CSS Code,
CSS
menuitem[label*="Paste"] > label {
display: none !important;
}
menuitem[label*="Paste"] > hbox:nth-child(1)::after {
content: "Einfügen Klartext" !important;
margin-left: 8px !important;
margin-right: 140px !important;
display: block !important;
}
menuitem[label*="Paste"] > hbox:nth-child(2)::after {
content: "Einfügen Klartext" !important;
margin-left: -30px !important;
margin-right: 20px !important;
display: block !important;
}
menuitem[label*="Copy"] > label {
display: none !important;
}
menuitem[label*="Copy"] > hbox:nth-child(1)::after {
content: "Kopieren Klartext" !important;
margin-left: 5px !important;
display: block !important;
}
menuitem[label*="Copy"] > hbox:nth-child(2)::after {
content: "Kopieren Klartext" !important;
margin-left: -30px !important;
margin-right: 20px !important;
display: block !important;
}
menu[label*="Plain"] > label {
display: none !important;
}
menu[label*="Plain"] > hbox:nth-child(1)::after {
content: "Kopieren Klartext" !important;
margin-left: 8px !important;
margin-right: 140px !important;
display: block !important;
}
menu[label*="Plain"],
menuitem[label*="Paste"],
menuitem[label*="Copy"] {
-moz-box-ordinal-group: 0 !important;
}
Alles anzeigen
Soviel ich weiss von einem Genie geschrieben der Code. ![]()
Den CSS Code habe ich doch von Dir !
Und das möchte ich weg haben das Menuitem "Tab klonen".
Die Funktion "Tab klonen", kommt von Firefox selber.
Das brauche ich nie !
Weil ich extra ein Addon habe dafür, dass es keine doppelten Tabs gibt bei mir.
Ausser die weisse Liste.
Gruss.. ![]()
Angel