Hallo ZweiVier, diese .xul Dateien z.b. kann ich nicht öffnen.
Entweder kommt eine Fehlermeldung ( Datei nicht gefunden ) oder es passiert gar nichts.
Titlebar Tweaks:
chrome://titletweak/content/prefWindow.xul
Addons - Manager:
chrome://mozapps/content/extensions.xul
Anpassen - Fenster:
chrome://compact-ce/content/compactShowandHide.xul
Ist allerdings nicht so wichtig, wollte eben nur mal wissen ob es daran liegt wo man die Erweiterungen läd.
Habe aber an dich noch eine Frage mal.
Ich nutze von dir diesen Code etwas abgeändert für mich:
@-moz-document url-prefix(chrome://stylish/content/manage.xul),
url-prefix("chrome://stylish/content/manage.xul"){
#stylish treechildren::-moz-tree-checkbox {
margin: 2px 0px 2px 1px !important;
-moz-border-radius: 5px !important;
background: red !important}
#stylish treechildren::-moz-tree-checkbox(checked) {
margin: 2px 0px 2px 1px !important;
-moz-border-radius: 5px !important;
background: limegreen !important;}
#stylish treechildren:-moz-tree-row(even) {
background-color: #121949 !important}
#stylish treechildren:-moz-tree-row(odd) {
background-color: #0000cd !important;}
#stylish treechildren:-moz-tree-cell-text {
color: /*#fff000*/ #ffd700 !important;
font-size:13px !important}
#stylish treechildren:-moz-tree-cell-text(hover) {
color: red !important;
background:yellow!important}
#stylish treechildren:-moz-tree-cell-text(selected) {
color: red !important;
background:yellow !important;
font-weight:bold!important}
#stylish treechildren:-moz-tree-row(selected,focus) {
display:none !important}
#toolbar{
font-weight: bold !important}
.toolbarbutton-text {
padding: 0px 11px 3px 11px !important; }
.toolbarbutton-icon {display: none !important;}}
Wenn ich diesen Code in einem neuen leerem !! Profil nehme ist alles ok. Die deaktivierten Codes bleiben an Ort und Stelle stehen.
In meinem normalem Profil verschieben sich aber alle deaktivierten Codes automatisch ans Ende !! der Liste.
Kannst Du mir sagen woran das liegt ?
Ist nämlich reichlich umständlich wenn man nur mal was testen will.