Hallo BarbaraZ-
Alles gute zum Geburtstag.
Vor allem Gesundheit wünsche ich Dir.
Viele Grüße
Endor
Hallo BarbaraZ-
Alles gute zum Geburtstag.
Vor allem Gesundheit wünsche ich Dir.
Viele Grüße
Endor
Für Beta und Nightly habe ich es hier so gemacht:
button.perf-photon-button:nth-child(1){
margin-left: 32px !important;
min-width: 280px !important;
min-height: 45px !important;
padding-left: 40px !important;
color: #ffffff !important;
font-weight: bold !important;
background: #0060df url("..//icons/list.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(1):hover{
background: #003eaa url("..//icons/list.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(2){
min-width: 320px !important;
min-height: 45px !important;
padding-left: 40px !important;
color: #ffffff !important;
font-weight: bold !important;
background: #0060df url("..//icons/List-delete.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(2):hover{
background: #003eaa url("..//icons/List-delete.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
Alles anzeigen
Mfg.
Endor
Hallo. Auch Euch beiden herzlichen Dank für die Glückwünsche zu meinem Geburtstag . :klasse:
Mfg.
Endor
Hallo BarbaraZ-
Vielen Dank für Deine Glückwünsche.
Ja wir Fische sind halt so. :wink:
Viele Grüße und bleib gesund.
Mfg.
Endor
Hallo zusammen.
Vielen Dank für die ganzen Glückwünsche zu meinem Geburtstag.
Toll, dass ihr alle an mich gedacht habt.
Mfg.
Endor
Da hätte ich gleich noch zwei.
Ab Firefox 86 sind bei about:profiling ganz unten zwei neue Schaltflächen:
CSS Code:
button.perf-photon-button:nth-child(1){
margin-left: 60px !important;
min-width: 280px !important;
min-height: 45px !important;
padding-left: 40px !important;
color: #ffffff !important;
font-weight: bold !important;
background: #0060df url("..//icons/list.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(1):hover{
background: #003eaa url("..//icons/list.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(2){
min-width: 250px !important;
min-height: 45px !important;
padding-left: 40px !important;
color: #ffffff !important;
font-weight: bold !important;
background: #0060df url("..//icons/List-delete.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
button.perf-photon-button:nth-child(2):hover{
background: #003eaa url("..//icons/List-delete.png") no-repeat !important;
background-position:18px 10px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-style: outset !important;
border-radius:22px!important;}
Alles anzeigen
Symbole:
![]()
Mfg.
Endor
Gerne. ![]()
Mfg.
Endor
In about:support ist ab Firefox 87, zur Zeit Firefox beta,
eine neue Schaltfläche zum öffnen von about:studies
CSS Code dafür:
#about-studies-section > p:nth-child(1) > a:nth-child(1){
appearance:none!important;
margin-left: -2px !important;
background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
padding-bottom: 6px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:12px 5px!important;
border-radius:14px!important;}
#about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:12px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#about-studies-section > p:nth-child(1){
line-height: 2 !important;
}
Alles anzeigen
Symbol: ![]()
Mfg.
Endor
Büssen welche Breite hast Du hier im Script eingetragen?
MO_Rechtsklick: {url:"https://www.daswetter.com/wetter_Berlin-Europa-Deutschland-Berlin--1-26301.html",width:850,height:630},
Es sollte 850 sein, wenn nicht bitte ändern und Firefox neu starten.
Mfg.
Endor
Nein, die Farbe ändert sich je nach Tageszeit. Das haben die so schon gehabt
und wir haben da auch nichts daran geändert. Die Farbe ändert sich auch
je nach Ort und Tageszeit.
Mfg.
Endor
Hallo Büssen.
Laut Deinem Bild ist da noch ein CSS Code aktiv denn das Datum sieht bei mir
auch anders aus: Tag und Datum sind zusammen und nicht getrennt wie bei Dir.
Daher vermute ich da muss noch was dazwischenfunken.
Mfg.
Endor
Hallo grisu2099
Vielen Dank. Gleich mal Link abgespeichert.
:klasse:
Hatte mein Problem dann heute morgen bei uBlock Origin
gemeldet. Ist mittlerweile auch behoben.
Mfg.
Endor
Spiele hier auf der Seite:
https://www.sudoku-aktuell.de/sudoku-online.html gern Sudoku. Seit neuesten muss ich
uBlock Origin da ganz deaktivieren erst dann kann ich spielen. Aber man wird dann eben
von Werbung beinahe erschlagen. Kriegt jemand von euch das zum laufen, oder wenn nicht,
wo kann ich das melden, dass vielleicht der Autor von uBlock Origin selbst da eine
Idee - Filter für bastelt. Vielen Dank im Voraus für eure Mühe.
Mfg.
Endor
Hallo zusammen.
Neueste Version des CSS Codes für den Wetterfuchs ist jetzt hier zu finden:
https://github.com/Endor8/userChr…tterfuchsbutton
Mit aktueller Version wurde einiges bei MIttelklick angepasst.
Mfg.
Endor
Ist hier genau so. Das gemeine Volk kommt zuletzt dran wer bis dann noch lebt.
Hallo
das wäre die beiden:
#help_reportSiteIssue
#context-inspect
Mfg.
Endor
Es gibt noch eine weitere kürzere Form für die Icons.
Das würde dann den zusätzlichen Code für hover ersparen.
Hallo 2002Andreas .
Vielen Dank für den Link.
Das teste ich auch mal. Könnte einige Zeilen an Code damit einsparen.
:klasse:
Mfg.
Endor