Ich schon.
Ja, habe das oben nachgetragen. Ich hatte erst nur unter about:about nachgesehen, dort ist die Seite nicht mit aufgelistet.
Ich schon.
Ja, habe das oben nachgetragen. Ich hatte erst nur unter about:about nachgesehen, dort ist die Seite nicht mit aufgelistet.
about:httpsonlyerror
Kennt die aktuelle Nightly immer noch nicht, in keinem Modus.
Kennt die aktuelle Nightly immer noch nicht, in keinem Modus.
Die Seite ist bloß unter about:about nicht aufgelistet. Ob man die da anpassen muss, bleibt jedem selbst überlassen.
Kennt die aktuelle Nightly immer noch nicht, in keinem Modus.
Wie oben schon geschrieben, bei mir schon.
Ich bekomme das zu sehen und da gehts mit keinem der Auswahlen weiter.
Auch nicht im abgesicherten Modus möglich. Entweder eines eurer Scripte oder ein Schalter in den prefs.
Ist zwar ein Nebenschauplatz, aber solche Links werfen eben Fragen auf.
Du musst schon eine Seite mit http aufrufen und nur https im Firefox eingestellt haben damit die Button auch funktionieren.
Danke dir, den Zusammenhang kannte ich nicht. Wenn's mal wieder passiert, schau ich rein
steht nicht im about:about
Ich hatte erst nur unter about:about nachgesehen, dort ist die Seite nicht mit aufgelistet.
Für's Protokoll: Es gibt sehr viel mehr about:-Seiten als unter about:about aufgelistet werden. Vieles sind interne Seiten, die nicht für den direkten Aufruf bestimmt sind.
Gibt es überhaupt eine Seite, wo die alle stehen? Oder muss ich searchfox nutzen? searchfox ist da für about: nur bedingt hilfreich.
Es gibt keine einzelne Seite, auf der alles steht, was via about:* erreicht werden kann, weil das technisch auch einfach teilweise ganz unterschiedliche Dinge sind.
about:plugins gibt es ab Firefox 121 nicht mehr. Code dafür kann also entfernt werden. Und sollte in eurem CSS für about:about noch mit :nth-child() gearbeitet werden, hat's da wahrscheinlich jetzt was verschoben.
Code dafür kann also entfernt werden.
Danke für den Hinweis, wird nicht mehr gezeigt.
Und sollte in eurem CSS für about:about noch mit :nth-child() gearbeitet werden, hat's da wahrscheinlich jetzt was verschoben.
Gerade Update gemacht, da hat sich (noch) nichts verschoben.
....alles vollständig da
....obwohl dort noch einige Einträge vorhanden sind
Gerade Update gemacht, da hat sich (noch) nichts verschoben.
Es hängt natürlich auch davon ab, was der verwendete Code macht. Es muss auch nichts verschoben sein, vielleicht haben manche Links dann einfach das Styling von einem anderen. Oder es wirkt sich gar nicht aus, weil eh überall der gleiche Code steht. Ich verfolge die Anpassungen hier nicht, sondern weiß nur, dass es früher schon das eine oder andere Mal zu Auswirkungen auf das individuelle CSS gab, wenn sich auf about:about was verändert hat, weil der Ansatz über :nth-child() halt „fragil“ ist, da einfach durchgezählt wird und sich bei Änderungen entsprechend die Positionsnummern ändern.
da hat sich (noch) nichts verschoben
Ich denke das war ein Code von Endor mal
da ist die rechte Seite etwas höher.
PS:
Ich nutze den Code ansonsten hier nicht.
weil der Ansatz über :nth-child() halt „fragil“ ist, da einfach durchgezählt wird und sich bei Änderungen entsprechend die Positionsnummern ändern.
Das ist ja der Nachteil, es muss immer wieder angepasst werden. Es ist auch nicht immer einfach den passenden Selektor zu finden, aber Ansporn ist jetzt wieder gegeben.
Ich denke das war ein Code von Endor mal
Ist schon möglich, Andreas.
Aber da habe ich wieder Arbeit, mal schauen, ob ich die passenden Selektoren finde.
Jetzt habe ich im Code :nth-child(2) z. B. durch :nth-of-type(2) ersetzt.
Ist das jetzt auch betroffen, oder gibt es z.Z. damit keine Probleme?
Bislang gibts about:plugins noch in der Nightly und deswegen sieht es bei mir auch noch ordentlich aus:
@Endors Code, von mir farblich angepasst:
/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:about") {
html {background: #FFFFFF !important;
}
ul.columns {
column-count: 3 !important;
column-gap: 20px !important;
margin: 0 !important;
}
body{
background-color: #fffff0 !important;
max-width: 1590px !important;
min-height: 620px !important;
height: auto !important;
margin-top: 70px !important;
margin-bottom: 30px !important;
margin-left: 80px !important;
padding-top: 45px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 65px !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;
}
.container > h1:nth-child(1){
margin-left: 150px !important;
color: blue !important;
font-size: 24px !important;
font-weight: bold !important;
}
ul{list-style: none !important;
}
#abouts{
min-width: 1320px !important;
background-color: #ffffff !important;
margin-left: -300px !important;
margin-top: 25px !important;
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !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;
}
p {margin-left: 160px !important; font-size:15px!important;
}
h1::before {
content: "Boersenfegers Firefox: ";
font-weight:bold !important;
color:red !important;
margin-left: 80px !important;
}
a{
text-decoration:none!important;
color:black!important;
}
/* Breite der Schaltflächen */
#abouts > li:nth-child(n+1){
min-width: 190px !important;
max-width: 190px !important;
}
/* Die ersten 14 */
#abouts > li:nth-child(-n+15){
appearance:none!important;
background: #929dc2 url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:20px!important;
margin-left: 55px !important;
padding-right: 45px !important;
padding-left:40px!important;
padding-top: 1px!important;
padding-bottom: 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:14px 2px!important;
border-radius:14px!important;
}
/* Die ersten 14 hover */
#abouts > li:nth-child(-n+15):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!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;
background-position:14px 2px!important;
border-radius:14px!important;
}
/* Die mittleren 15 */
#abouts > li:nth-child(n+15){
appearance:none!important;
background: #dfbdbd url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:5px!important;
margin-left: 45px !important;
padding-right: 25px !important;
padding-left: 50px!important;
padding-top: 1px!important;
padding-bottom: 2px!important;
border-left-color: #79d279 !important;
border-top-color: #79d279 !important;
border-right-color: #009900 !important;
border-bottom-color: #009900 !important;
border-style: outset !important;
border-width:2px !important;
background-position:14px 2px!important;
border-radius:14px!important;
}
/* Die mittleren 15 hover */
#abouts > li:nth-child(n+30):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
text-decoration:none!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;
background-position:14px 2px!important;
border-radius:14px!important;
}
/* Die letzten */
#abouts > li:nth-child(n+30){
appearance:none!important;
background: #d6cf4e url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-right:45px!important;
padding-left:70px!important;
padding-top: 1px!important;
padding-bottom: 2px!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;
background-position:14px 2px!important;
border-radius:14px!important;
}
/* Die letzten hover */
#abouts > li:nth-child(n+15):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size: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;
background-position:14px 2px!important;
border-radius:14px!important;
}
.container > p:nth-child(2) > em:nth-child(1) {
font-size: 0 !important;
}
.container > p:nth-child(2) > em:nth-child(1)::after {
content: "Dies ist eine Übersicht der vorhandenen about:Seiten!"!important;
font-family: Arial !important;
font-style: normal !important;
font-size: 19px !important;
margin-left: 10px !important;
}
#abouts {
margin-top: 20px !important;
}
}
Alles anzeigen
Bislang gibts about:plugins noch in der Nightly
Seit dem heutigen Nightly Build nicht mehr.
Und wo wird dann OpenH264 und WideVine abgebildet?