Auch das Script EmptyJunkFolderThunderbird.uc.js aus dem Thunderbird - Beta + Daily Ordner funktioniert bei mir im Thunderbird Nightly 115 nicht,
Gruß
EDV-Oldie
Auch das Script EmptyJunkFolderThunderbird.uc.js aus dem Thunderbird - Beta + Daily Ordner funktioniert bei mir im Thunderbird Nightly 115 nicht,
Gruß
EDV-Oldie
Könntest Du mir das mal bitte rüber schieben?
Oder ist es dieses hier:
Ja genau das ist das Script.
Gruß
EDV-Oldie
Ich habe gerade festgestellt, das dass Script BackupProfile.uc.js im Firefox, bei mir nicht mehr funktionierte.
Nach dem ich eine Frage im Firefox Forum gestellt habe, viel mir ein, das ich ja einen neuen PC habe und dann selbstverständlich auch den Sicherungspfad neu eintragen muss.
Jetzt die Frage für dieses Forum, könnte man das Script auch für Thunderbird anpassen?
Gruß
EDV-Oldie
Guten Morgen zusammen,
ich habe gerade die beiden Scritps EmptyJunkFolderThunderbird.uc.js und EmptyTrashFolderThunderbird.uc.js
getestet in der aktuellen Version TB 102.11.2
Beide machen genau das selbe, sie löschen nur Daten aus dem Papierkorb und nicht aus dem Junk Ordner.
Ich wusste das es da ein Problem gab.
Wie sieht das bei Euch aus?
Gruß
EDV-Oldie
Ich müsste mittlerweile alle deiner Scripte hoch geladen haben.
Alle Scripts die ich benutze, hast Du hoch geladen.
Gruß
EDV-Oldie
Ich hatte die früher auch laufen.
Bin aber der Meinung das sie irgendwann nicht mehr funktionierten.
Ich teste das morgen einmal.
Gruß EDV-OLDIE getippt auf dem Tablet.
Hallo Endor,
mach ich morgen.
Welches Skript?
custom_scrollbars.uc.js
Im Firefox habe ich das Script nicht getestet, aber im Thunderbird scheint es in allen Version zu funktionieren.
Gruß
EDV-Oldie
ca. ab der Hälfte alle 4 Werte gleich setzen
hat funktioniert, ich hatte nicht immer alle geändert.
Gruß
EDV-Oldie
Danke, werde ich morgen testen.
custom-scrollbars.uc.js
Wo kann ich die Breite des Scrollbalken einstellen?
Gruß
EDV-Oldie
custom-scrollbars.uc.js
Das Script hatte ich auch im Firefox und es funktioniert n den Versionen 114 und 115.
Ich muss es jetzt nur noch an meine Farben anpassen.
Danke für den Tipp
OpenProfileDirectory.uc.js ist auch schon in Behandlung.
Ich meine die funktionieren auch in der Version 114 und115.
Es baut eine SChaltfläche in Thunderbird ein bei klick öffnet sich dann der Chromeordner.
Ja, so etwas gab es früher auch schon, ich habe aber immer das Script mit Tastenkombination bevorzugt.
Hallo Endor,
vielen Dank das Du alle Thunderbird Scripts auf Deiner Seite zur Verfügung stellst.
Ich habe heute fest gestellt das ein Script bei mir ab TB 114 nicht mehr funktioniert.
Ich habe noch nicht nachgeschaut ob es eine Aktualisierung von diesem Script gibt.
scrollbars-minimal.uc.js
(function() {
var css =`
scrollbar {
z-index: 2147483647 !important;
position: relative !important;
}
scrollbar,
scrollbar * {
-moz-appearance: none !important;
margin: 0px !important;
padding: 0px !important;
border: 0px !important;
box-shadow: none !important;
}
scrollbar[orient="vertical"] {
-moz-margin-start: 0px !important;
max-width: 12px !important;
min-width: 12px !important;
/*background: #38383d !important;*/
background: transparent !important;
background-size: 12px 12px !important;
background-repeat: repeat-y !important;
background-position: 50% 0% !important;
cursor: default;
}
scrollbar[orient="horizontal"] {
margin-top: 0px !important;
max-height: 12px !important;
min-height: 12px !important;
/*background: #38383d !important;*/
background: transparent !important;
background-size: 12px 12px !important;
background-repeat: repeat-x !important;
background-position: 0% 50% !important;
cursor: default;
}
/*scrollbar[orient="vertical"]:hover {
background: #ddd !important;
transition: all 0.08s !important;
}
scrollbar[orient="horizontal"]:hover {
background: #ddd !important;
transition: all 0.08s !important;
}*/
scrollbar thumb[orient="vertical"] {
min-height: 24px !important;
width: 12px !important;
min-width: 12px !important;
max-width: 12px !important;
}
scrollbar thumb[orient="horizontal"] {
min-width: 24px !important;
height: 12px !important;
min-height: 12px !important;
max-height: 12px !important;
}
scrollbar thumb {
border-radius: 6px !important;
/*background: #38383d !important;*/
background: transparent !important;
border: 2px solid rgba(0,255,255,0) !important;
box-shadow: 0 0 0 8px #696969 inset !important; /* Scrollbalken #6495ed */
transition: all 0.04s !important;
opacity: 1 !important;
}
scrollbar:hover thumb {
box-shadow: 0 0 0 8px #87ceeb inset !important; /* Scrollbalken #1876bc */
}
scrollbar thumb:active {
box-shadow: 0 0 0 8px #0c3c60 inset !important;
background: #1876bc !important;
}
scrollbar, scrollcorner {
-moz-appearance: none !important;
/*background-color: #38383d !important;*/
background: transparent !important;
background-image: unset !important;
}
/*scrollbar gripper {
box-shadow: 0 0 0 8px red inset !important;
background: blue !important;
}*/
/* no buttons */
scrollbar:hover scrollbarbutton {
box-shadow: 0 0 0 8px #87ceeb inset !important; /* Scrollpunkt #23a1ff */
opacity: 1 !important;
}
scrollbar:active scrollbarbutton {
box-shadow: 0 0 0 8px #1876bc inset !important;
opacity: 1 !important;
}
scrollbar scrollbarbutton:hover {
box-shadow: 0 0 0 8px #87ceeb inset !important; /* Scrollpunkt #1876bc */
opacity: 1 !important;
}
scrollbar scrollbarbutton:active {
box-shadow: 0 0 0 8px #0c3c60 inset !important;
background: #1876bc !important;
opacity: 1 !important;
}
scrollbar scrollbarbutton {
min-height: 12px !important;
min-width: 12px !important;
max-height: 12px !important;
max-width: 12px !important;
height: 12px !important;
width: 12px !important;
border-radius: 6px !important;
/*background: #38383d !important;*/
background: transparent !important;
border: 2px solid rgba(0,255,255,0) !important;
box-shadow: 0 0 0 8px #696969 inset !important; /* Scrollpunkt #6495ed */
/*box-shadow: 0 0 0 8px rgba(100,100,100,0.3) inset !important;*/
transition: all 0.04s !important;
opacity: 1 !important;
}`;
var sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
var uri = makeURI('data:text/css;charset=UTF=8,' + encodeURIComponent(css));
sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET);
})();
Alles anzeigen
Gruß
EDV-Oldie
Hallo Zitronella,das Addon habe ich wohl übersehen.
Das ist doch das Addon was Hardy_home hat.
Gruß
EDV-Oldie
Vielleicht hilft diese Erweiterung:
Gruß
EDV-Oldie
zumal die wenigsten Aufgaben verwenden dürften. Ich gehöre dazu, edvoldi nicht.
Mittlerweile doch.
Testen kann ich das zur Zeit nicht da wir ja jetzt 12 Uhr haben.
Nachtrag:
Ich habe jetzt wieder die Ansicht bei mir auf 8 Uhr gestellt und tatsächlich, der Tag beging bei den Aufgaben um 8 Uhr.
Da ich bis jetzt da nie etwas eingestellt habe, ist mir das auch nicht aufgefallen.
Gruß
EDV-Oldie