Kontextmenü in Eingabefeldern

  • Hallo zusammen.
    Hier ist eben das Update auf Firefox 19 gelaufen. Alles wie immer.
    Da sich beim Tab-Kontextmenü Eintrag zum anpinnen eines Tabs die Bezeichnung
    geändert hat, muss der Code angepasst werden.
    In Firefox 18.02 hieß es noch: Als App-Tab anpinnen
    seit Firefox 19 heißt es : Tab anpinnen

    Hier der Neue:

    CSS
    #context_pinTab>.menu-iconic-text{
    margin-left:10px !important;}
    
    
    #context_pinTab{
    -moz-binding:
    url("chrome://global/content/bindings/menu.xml#menuitem-iconic") !important;
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAedJREFUeNqkUktLG1EYPTN31CIN0oWbIAWhKJR0FXcG6gOqkKGKVvEXCKULC91YSBcK7jXgQoIbFxn3ErFgFlIfCxUsQsCoIJYEm9LWNsGmJjPTM+Oo44Aa6IUzd+bec77H+UYyTRP/s5SsLFfCCxEjOhD9CXw64ccXJj7nLleYaMSvaa/+Au9Y73P3RUUBDIuXyaAxGu35A7xnkM57A7icCZXIO8/nkVleRn1/f9cv0xzjfVclFdi9N8ZivfnDQxQKBTwoFvFicLCVQSesJIpHMEY8dSqQWa54Eov1fF9ZQVHXsZNMblhnNE/wPmJPIX1zjOG2+fkgslnozHR2eopLcSIe3yoD48y45FbIxoVJNjimyMehoW3T58PvdBq53V18zeWwFo+vUfyBlCVvj0Li4/M1DnaAUtXCQkNDR4f/294eaoTAwdHRCROMWlzJZfC+1cKcJF07b5o+btWvV1eDyVBouyUcDj5UFDg924tVYtERpz0mCkmSulOp1GQgEIj0yvKPYiKBlwMDQXfPU47walEEmb8z0a5p2qaiKMPEoz6ezQLdM8DWNDDzltym24YthHimquoshSoDicvzZkK9S+h48pjCN4ZhrBPHTptlD0qevezwdCtAHVHrMti4A7rr3eb+E2AAoGnGkgkzpg8AAAAASUVORK5CYII=") !important;
    margin-left:4px !important; }

    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.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!

  • Für die neuste Version von TMP sollte es reichen diese Einträge zu ändern/erneuern, zum anzeigen der Icons auf den Buttons wieder.

    @-moz-document
    url-prefix(chrome://tabmixplus/content/preferences/preferences.xul),
    url-prefix(chrome://tabmixplus/content/preferences/subdialogs/pref-appearance.xul),
    url-prefix(chrome://tabmixplus/content/preferences/subdialogs/pref-filetype.xul){

    Bitte mal testen.

  • Nein das reicht leider nicht, da auch einige Buttons die Bezeichnung geändert haben.
    Bin gerade dabei. Der ganze Code kommt demnächst. :wink:
    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.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!

  • So hier der neue Code für Tmp:

    Bitte testen.
    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.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!

  • Ich habe da eben noch was für Tmp probiert. :wink:
    Testet das bitte mal und sagt mir was ihr davon haltet.
    Das wirkt sich bei Tmp Einstellungen - Sitzungen aus.

    Wenn es gefällt, könnte man das auch noch auf weitere Teile anwenden.

    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.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 Artist.
    Diese Symbole sind von Tmp selber. Das ist schon immer so gewesen.


    andreas.
    Das wäre der Code für die Tabs bei Tmp - Einstellungen - Verhalten:

    Was sagst Du dazu?
    Mfg.
    Endor

    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.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!