Wenn du dir die Titelleiste anzeigen lässt funktioniert der Code auch nicht.
Denn dann sind die Symbole bei dir von Windows.
Icon in der Menüleiste
-
hwww -
21. April 2019 um 07:54 -
Erledigt
-
-
Da habe ich wohl wieder mal nicht aufgepasst.
Ich lasse mir normalerweise die Titelleiste anzeigen (schon wegen der Uhr+Datum in Titlebar)
Nun muss ich mich entscheiden, was ich sehen möchte. Kann ja über Anpassen evtl. umschalten. -
schon wegen der Uhr+Datum in Titlebar
Die Uhr ist hier in der Menüleiste. -
Für die Menüleiste:
CSS
Alles anzeigen(function() { function doDatClock() { var timestr = new Date().toLocaleDateString( locale , options ); const blanks = ' '; let i = timestr.lastIndexOf(','); timestr = timestr.substring(0,i) + blanks + timestr.substring(i+1); if( count == 1 ) { var counter = new Date( 1000 * sec ).toISOString().substr( 11 , 8 ); // .replace(/^[0:]+/, '') // if you want to replace zeroes and colons timestr = timestr + ' (' + counter + ')'; sec++; } ClockLabel.setAttribute( 'value', timestr ); } var count = 0; // if you don't want a counter set this to zero var agent = 1; // if you just want the clock set this to zero var language = 'de-DE'; // locale, e.g. 'de-DE' , 'en-US' , 'fr-FR' var personalText = ' > designed by D.Büssen <'; // your personal text here var cssColor = 'black'; // Font Color var css = 'padding-top: 4px !important; padding-left: 0px; color: ' + cssColor + '; font-weight: 600; text-shadow: none; width: 275px; margin-right:42px;'; var cssA = 'margin-left:68px; width: auto;'; var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit', second: '2-digit' }; var sec = 0; var locale = language || window.navigator.languages[0]; var position = document.getElementById('helpMenu'); var ClockLabel = document.createElement('label'); ClockLabel.setAttribute('id', 'statusbar-clock-display'); ClockLabel.setAttribute('class', 'statusbarpanel-text'); ClockLabel.setAttribute('style', css); position.parentNode.insertBefore(ClockLabel, position.nextSibling); if( agent == 1 ) { var AgentLabel = document.createElement('label'); AgentLabel.setAttribute('id', 'statusbar-agent-display'); AgentLabel.setAttribute('class', 'statusbarpanel-text'); AgentLabel.setAttribute('style', css + cssA); var FFstr = window.navigator.userAgent.split(' '); var FF = FFstr[FFstr.length-1].replace( '/' , ' ' ); // var text = "Firefox " + gAppInfo.version + personalText; // Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULAppInfo).QueryInterface(Ci.nsIXULRuntime); var text = "Firefox " + AppConstants.MOZ_APP_VERSION_DISPLAY + personalText; AgentLabel.setAttribute( 'value', text ); position.parentNode.insertBefore(AgentLabel, position.nextSibling); } if( count == 1 ) { ClockLabel.addEventListener('dblclick', function() { sec = 0; }); } window.setInterval( doDatClock , 1000 ); })();
-
Mensch Meier,
nun hast du sogar noch meinen Namen eingepflegt. Die Schrift ist aber schwarz, wie wäre es mit weiss? -
In weiß:
CSS
Alles anzeigen(function() { function doDatClock() { var timestr = new Date().toLocaleDateString( locale , options ); const blanks = ' '; let i = timestr.lastIndexOf(','); timestr = timestr.substring(0,i) + blanks + timestr.substring(i+1); if( count == 1 ) { var counter = new Date( 1000 * sec ).toISOString().substr( 11 , 8 ); // .replace(/^[0:]+/, '') // if you want to replace zeroes and colons timestr = timestr + ' (' + counter + ')'; sec++; } ClockLabel.setAttribute( 'value', timestr ); } var count = 0; // if you don't want a counter set this to zero var agent = 1; // if you just want the clock set this to zero var language = 'de-DE'; // locale, e.g. 'de-DE' , 'en-US' , 'fr-FR' var personalText = ' > designed by D.Büssen <'; // your personal text here var cssColor = 'white'; // Font Color var css = 'padding-top: 4px !important; padding-left: 0px; color: ' + cssColor + '; font-weight: 600; text-shadow: none; width: 275px; margin-right:42px;'; var cssA = 'margin-left:68px; width: auto;'; var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit', second: '2-digit' }; var sec = 0; var locale = language || window.navigator.languages[0]; var position = document.getElementById('helpMenu'); var ClockLabel = document.createElement('label'); ClockLabel.setAttribute('id', 'statusbar-clock-display'); ClockLabel.setAttribute('class', 'statusbarpanel-text'); ClockLabel.setAttribute('style', css); position.parentNode.insertBefore(ClockLabel, position.nextSibling); if( agent == 1 ) { var AgentLabel = document.createElement('label'); AgentLabel.setAttribute('id', 'statusbar-agent-display'); AgentLabel.setAttribute('class', 'statusbarpanel-text'); AgentLabel.setAttribute('style', css + cssA); var FFstr = window.navigator.userAgent.split(' '); var FF = FFstr[FFstr.length-1].replace( '/' , ' ' ); // var text = "Firefox " + gAppInfo.version + personalText; // Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULAppInfo).QueryInterface(Ci.nsIXULRuntime); var text = "Firefox " + AppConstants.MOZ_APP_VERSION_DISPLAY + personalText; AgentLabel.setAttribute( 'value', text ); position.parentNode.insertBefore(AgentLabel, position.nextSibling); } if( count == 1 ) { ClockLabel.addEventListener('dblclick', function() { sec = 0; }); } window.setInterval( doDatClock , 1000 ); })();
-
andreas
Darf ich bei Dir als Zauberlehrling anfangen?
Ergebnis wie gewohnt: perfekt!
Du hast sicher schon ein großes Füllhorn mit Danksagungen, meine kommt noch mit rein! :klasse: -
Darf ich bei Dir als Zauberlehrling anfangen?
Freut mich wenn ich dir damit helfen konnte...du lernst das auch noch alles :wink: -
Du hast sicher schon ein großes Füllhorn mit Danksagungen, meine kommt noch mit rein! :klasse:
Büssen: Du kannst Andreas noch etwas Gutes erweisen: Schenk ihm ein zweites Füllhorn! -
Schenk ihm ein zweites Füllhorn!
Ihr macht mich ganz verlegen, es gibt viele User hier die anderen gerne helfen. :oops:Trotzdem danke
-
Ihr macht mich ganz verlegen, es gibt viele User hier die anderen gerne helfen. :oops:
Ehre, wem Ehre gebührt.ZitatTrotzdem danke
Gern geschehen. -
@ milupo,
in das 1. Füllhorn passt noch einiges rein!Nun ist mir aber bei der ganzen Geschichte (mit o. ohne Titelleiste) folgendes aufgefallen.
Mit Titelleiste:
[attachment=1]Leistenansicht_mit_Titel.jpg[/attachment]Ohne Titelleiste:
[attachment=0]Leistenansicht.jpg[/attachment]
Da gibt es doch einige Unterschiede, wo ich ins Grübeln komme, welche Ansicht ich nun nehme?? :-??
Lässt sich da evtl. ein Quickschalter (für schnelles Umschalten) einbauen ? -
welche Ansicht ich nun nehme?
Hast du diese Button jetzt doppelt vorhanden, oder was genau meinst du damit?Lässt du dir die Tabs unten anzeigen per Script oder Code?
Wenn ja, dann nimm diesen Code mal zusätzlich:
-
Ja, die untere (Pfeile) ist die Tableiste.
Ob mit Script oder Code - muss ich noch schauen! -
muss ich noch schauen!
Egal, dann nimm bitte den zusätzlichen Code mal in die userChrome.css mit auf. -
Hab ich gemacht - und es funktioniert.
Das Umschalten muss ich aber mit dem Weg über "AnpassenPanel" machen. Bin aber auch so zufrieden! -
Bin aber auch so zufrieden!
Nur das ist wichtig :klasse: -
Hallo,
ich muss das Füllhorn leider wieder aufmachen.
Habe auf dem Notebook mit meinem Hauptprofil folgende Ansicht (ohne Titelzeile)[attachment=0]Einst_doDatUhr.jpg[/attachment]
Da fehlt der Button mit X (schließen) Der Eintrag Profil scheint nach rechts zu drücken?
Sonst passt alles. -
Der Eintrag Profil
Womit hast du den denn erstellt? -
Bin mir nicht ganz sicher, Es könnte das Script Profilordner.uc,js sein (aus 1917).
Werde gleich mal versuchen, den zu eliminieren.
Melde mich gleich wieder. -