Hallo BarbaraZ-
Das Script userscript Loader kannst Du vergessen, das ist tot.
Daher einfach weglassen.
Das obige Script schaue ich mir mal an.
Mfg.
Endor
Hallo BarbaraZ-
Das Script userscript Loader kannst Du vergessen, das ist tot.
Daher einfach weglassen.
Das obige Script schaue ich mir mal an.
Mfg.
Endor
Ja habe ich gesehen. Mal abwarten wie es weiter geht.
Danke für die Info.
Mfg.
Endor
Danke für Deine ganze Mühe milupo.
Jetzt warten wir mal ab ob und was es da für eine Reaktion gibt.
Mfg.
Endor
Ich habe mal einen Beitrag bei der von Dir verlinkten
Bugzilla Seite geschrieben. Mal sehen ob es eine Reaktion gibt.
Mfg.
Endor
Genau so sah es in Firefox 83 noch aus.
Erst seit Firefox 84 sieht es irgendwie fehlerhaft aus.
Wie in meiner ersten Anfrage:
RE: About Seiten mit CSS Codes anpassen
Mal sehen, was Sören Hentzschel dazu sagt.
Mfg.
Endor
Danke Boersenfeger.
Jetzt wäre es gut zu wissen, ob die Seite about:neterror ganz weg kommt,
oder ob da ein Fehler vorliegt?
Vielleicht hat da Sören Hentzschel mehr Informationen.
Mfg.
Endor
Ja stimmt.
Ist auch im Nightly so.
Danke an alle für die schnelle Antwort.
Mfg.
Endor
Bitte nochmal testen, glaube es müsste jetzt passen.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:processes){
html{background: #ffffff !important;}
#process-table:before {
content: "Boersenfegers Firefox Prozessverwaltung";
margin-left: 510px !important;
font-weight:bold !important;
font-size: 20px !important;
color:red !important;
line-height: 4 !important;}
#process-tbody{
max-height: 650px!important;
overflow-y: auto !important;
margin-right: -7px !important;
margin-top: 40px !important;}
/* Zum Ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
/* #process-tbody{scrollbar-width: none !important;} */
#process-table{
position: fixed !important;
margin-left: 30px !important;
margin-right: auto !important;
justify-content: center!important;
align-items: center!important;
max-width: 1690px !important;
height: auto !important;
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 30px !important;
padding-top: 10px !important;
padding-left: 50px !important;
padding-right: 50px !important;
background-color: #fffff0 !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
#process-thead{
background: #ee7621 !important;
max-width: 1630px !important;
margin-left: -20px !important;
border-radius: 20px !important;}
#process-thead > tr:nth-child(1){
border-radius: 20px !important;}
#process-thead:hover {background-color: #df6107 !important;}
#process-thead > tr:nth-child(1) > td:nth-child(5){
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
border-left: none !important;}
#column-name{
color: #ffffff !important;
font-weight: bold !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
border-right: none !important;
padding-left: 55px !important;}
#column-memory-resident{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
text-align: right !important;
padding-right: 0px !important;}
#column-cpu-total{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
text-align: right !important;
padding-right: 40px !important;}
#column-kill{
font-weight: bold !important;
color: #ffffff !important;
padding-right: 25px !important;
border-left: none !important;
border-right: none !important;
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;}
#process-tbody > tr:nth-child(n+1):hover{
background-color: #ffffcc !important;}
tr.window:nth-child(n+1) > td:nth-child(4),
tr.process:nth-child(n+1) > td:nth-child(4)
{fill: red !important;
background-color: #fffff0 !important;}
tr.window:nth-child(n+1) > td:nth-child(4):hover,
tr.process:nth-child(n+1) > td:nth-child(4):hover
{fill: red !important;
background-color: #ffffcc !important;}
tr:nth-child(odd){
background-color: #f0f8ff !important;}
}
Alles anzeigen
Mfg.
Endor
Dann wirst Du umstellen müssen auf die Lösung von 2002Andreas.
Ich habe nur die Ausrichtung von zentriert auf rechts geändert.
text-align: center !important;
nach
text-align: right !important;
Mfg.
Endor
Teste mal:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:processes){
html{background: #ffffff !important;}
#process-table:before {
content: "Boersenfegers Firefox Prozessverwaltung";
margin-left: 510px !important;
font-weight:bold !important;
font-size: 20px !important;
color:red !important;
line-height: 4 !important;}
#process-tbody{
max-height: 650px!important;
overflow-y: auto !important;
margin-right: -7px !important;
margin-top: 40px !important;}
/* Zum Ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
/* #process-tbody{scrollbar-width: none !important;} */
#process-table{
position: fixed !important;
margin-left: 30px !important;
margin-right: auto !important;
justify-content: center!important;
align-items: center!important;
max-width: 1690px !important;
height: auto !important;
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 30px !important;
padding-top: 10px !important;
padding-left: 50px !important;
padding-right: 50px !important;
background-color: #fffff0 !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
#process-thead{
background: #ee7621 !important;
max-width: 1630px !important;
margin-left: -20px !important;
border-radius: 20px !important;}
#process-thead > tr:nth-child(1){
border-radius: 20px !important;}
#process-thead:hover {background-color: #df6107 !important;}
#column-memory-resident{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
min-width: 7em !important;
text-align: right !important;}
#process-thead > tr:nth-child(1) > td:nth-child(5){
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
border-left: none !important;}
#column-name{
color: #ffffff !important;
font-weight: bold !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
border-right: none !important;
padding-left: 55px !important;}
#column-cpu-total{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
text-align: right !important;}
#column-kill{
font-weight: bold !important;
color: #ffffff !important;
padding-right: 15px !important;
border-left: none !important;
border-right: none !important;
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;}
#process-tbody > tr:nth-child(n+1):hover{
background-color: #ffffcc !important;}
tr.window:nth-child(n+1) > td:nth-child(4),
tr.process:nth-child(n+1) > td:nth-child(4)
{fill: red !important;
background-color: #fffff0 !important;}
tr.window:nth-child(n+1) > td:nth-child(4):hover,
tr.process:nth-child(n+1) > td:nth-child(4):hover
{fill: red !important;
background-color: #ffffcc !important;}
tr:nth-child(odd){
background-color: #f0f8ff !important;}
}
Alles anzeigen
Habe gleich noch einen Fehler in Deinem Code beseitigt.
:wink:
Mfg.
Endor
Hätte da Nachschub :
about:processes
CSS Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:processes){
html{background: #ffffff !important;}
#process-table:before {
content: "Endors Firefox Prozessverwaltung";
margin-left: 510px !important;
font-weight:bold !important;
font-size: 20px !important;
color:red !important;
line-height: 4 !important;}
#process-tbody{
max-height: 650px!important;
overflow-y: auto !important;
margin-right: -7px !important;
margin-top: 40px !important;}
/* Zum ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
/* Hinweis, wenn aktiv kann nur mit Maus gescrollt werden, nicht mit Tastatur */
/* #process-tbody{scrollbar-width: none !important;} */
#process-table{
position: fixed !important;
margin-left: 30px !important;
margin-right: auto !important;
justify-content: center!important;
align-items: center!important;
max-width: 1400px !important;
height: auto !important;
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 30px !important;
padding-top: 10px !important;
padding-left: 50px !important;
padding-right: 50px !important;
background-color: #fffff0 !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
#process-thead{
background: #ee7621 !important;
max-width: 1328px !important;
margin-left: -20px !important;
border-radius: 20px !important;}
#process-thead > tr:nth-child(1){
border-radius: 20px !important;}
#process-thead:hover {background-color: #df6107 !important;}
#column-memory-resident{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
min-width: 7em !important;
text-align: center !important;}
#process-thead > tr:nth-child(1) > td:nth-child(5){
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
border-left: none !important;}
#column-name{
color: #ffffff !important;
font-weight: bold !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
border-right: none !important;
padding-left: 55px !important;}
#column-cpu-total{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
text-align: center !important;}
#column-kill{
font-weight: bold !important;
color: #ffffff !important;
padding-right: 15px !important;
border-left: none !important;
border-right: none !important;
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;}
#process-tbody > tr:nth-child(n+1):hover{
background-color: #ffffcc !important;}
tr.window:nth-child(n+1) > td:nth-child(4),
tr.process:nth-child(n+1) > td:nth-child(4)
{fill: red !important;
background-color: #fffff0 !important;}
tr.window:nth-child(n+1) > td:nth-child(4):hover,
tr.process:nth-child(n+1) > td:nth-child(4):hover
{fill: red !important;
background-color: #ffffcc !important;}
}
Alles anzeigen
Mfg.
Endor
es könnte vielleicht der Teil sein:
.popup-notification-icon[popupid="web-notifications"], .desktop-notification-icon {
list-style-image: url(chrome://browser/skin/notification-icons/desktop-notification.svg);
fill: blue !important;
margin-left: -27px !important;}
Habe ich hier mal so geändert:
#identity-popup-permission-label-desktop-notification > .popup-notification-icon[popupid="web-notifications"], .desktop-notification-icon {
list-style-image: url(chrome://browser/skin/notification-icons/desktop-notification.svg);
fill: blue !important;
margin-left: -27px !important;}
Mfg.
Endor
Das würde mich auch interessieren. Denn bei mir habe ich diese Symbole
in der Adressleiste nicht verändert. Sind hier alle Original.
Verwende aber auch das Script von 2002Andreas damit das Favicon
wieder in der Adressleiste angezeigt wird.
Aber bei all den Anpassungen die wir gemacht haben, kann man schon
mal den Überblick verlieren.
Mfg.
Endor
Hallo 2002Andreas.
Das ist ja eigentlich ein Eintrag einer Systemerweiterung.
Die sind ja auf Firefox internen Seiten deaktiviert.
Daher wird auch der Eintrag im Kontextmenü nicht angezeigt.
Ich habe hier ein Script welches eine Schaltfläche in der Symbolleiste
ablegt. Diese macht aber auch nichts bei den Firefox internen Seiten.
Klar, ohne die Erweiterung fehlt das wichtigste.
Ich weiß, es gibt einen Eintrag bei about:config da kann man das
umschalten, bzw. Systemerweiterungen auch auf Firefox internen Seiten
aktivieren. Bloß weiß ich nicht mehr wie der heißt.
Mfg.
Endor
Vielleicht reicht ja schon diese Erweiterung:
https://addons.mozilla.org/de/firefox/add…_content=search
Mfg.
Endor
Klasse.
Freut mich. ![]()
Mfg.
Endor
Habe oben noch ein Bild eingefügt, für welche Schaltfläche der obige Code ist.
Dieser hier sollte jetzt passen. Verwende dafür ein anderes Symbol.
Bitte mal testen:
#checkForUpdatesButton{
appearance:none!important;
background: gainsboro url("..//icons/Bild50.gif")no-repeat !important;
padding-left:22px!important;
padding-top: 3px !important;
padding-bottom: 5px !important;
background-position:13px 5px!important;
font-size:13.5px!important;
border-radius:14px!important;
border-left-color: #FFB2B2 !important;
border-top-color: #FFB2B2 !important;
border-right-color: #8D0000 !important;
border-bottom-color: #8D0000 !important;
border-style:outset !important;
border-width:2px !important;
color:black !important;
margin-bottom: 10px !important;
margin-top: 10px !important;}
#checkForUpdatesButton:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild50.gif")no-repeat !important;
padding-left:22px!important ;
background-position:13px 5px!important;}
Alles anzeigen
Symbol: ![]()
Mfg.
Endor