Hauptsache es funkt jetzt.
Ich gratuliere.
![]()
In Zeile 52 var archiveName = 'Profil Arbeits-Fox ' + ' ' + d + '.zip'; kannst du den Namen ändern. Aber nichts kaputt machen.
![]()
Hauptsache es funkt jetzt.
Ich gratuliere.
![]()
In Zeile 52 var archiveName = 'Profil Arbeits-Fox ' + ' ' + d + '.zip'; kannst du den Namen ändern. Aber nichts kaputt machen.
![]()
Dein Script schickt glaub ich das Icon dort hin
Sehr komisch, denn in meinem Script steht das defaultArea : CustomizableUI.AREA_NAVBAR,, und es erscheint auch in der Navbar.
ch glaub das Problem liegt bei meinem Firefox.
Löscht du bei Veränderungen an den Scripten auch immer den Script-Cache, mit Neustart Fox ?
Du meinst in Beitrag 140?
Ja! ![]()
Das ist ja nicht das richtige Script
Habe das jetzt geprüft, es war doch das richtige Script im Archiv.
![]()
heißt der Pfad auch nicht NUR D: sondern MeineDateien(D)
Er hat nur der Partition D. den Namen gegeben, mit den Ordnern müsste so stimmen, nehme ich an.
Oder irre ich mich?
Nein du irrst dich nicht, hängt mit Win11 zusammen, hatte ich schon mal.
Sorry, kann auch nichts dafür, dass nicht verstehe.
Du brauchst dich nicht zu entschuldigen, aber warum machst du das nicht ganz ruhig und durchdacht? Es passieren schon mal Fehler, aber die kann man wieder korrigieren.
Ich habe jetzt mal mein Script geändert mit deinen Pfadangaben, probiere es bitte, ob es hilft. Änderungen kannst du dann immer noch machen.
versucht funkt nicht.
Nun mal langsam mit den wilden Pferden, das kann nicht funktionieren. Lies meinen Beitrag, zweimal , dreimal, v........
und so zeigt windoof mir den pfad
Es wurde dir schon gesagt, dass du das ignorieren sollst.
Wieso heißt dein Ordner auf D: ___MozillaFirefox? Wieso nicht einfach D:MozillaFirefox?
var path = "D:\\___MozillaFirefox\\FF_Profile_Backup\\";
Wenn die Sicherung funktionieren soll, dann muss auf D: der Ordner ___MozillaFirefox vorhanden sein, und es muss den Unterordner
FF_Profile_Backup geben. Dann stimmt auch der Pfad.
Kann ich fragen was du bei dieser Code neu gemacht hast?
Das kann ich dir jetzt auch nicht sagen, wenn du es genau wissen willst, dann lege in notepad beide Codes nebeneinander und vergleiche die Werte. ![]()
Und Dharkness hat dir ja hier RE: About Seiten mit CSS Codes anpassen auch eine Vorlage geliefert, aus der du viele Sachen entnehmen kannst.
Und wenn du möchtest, dann lege ich auch noch mal nach, du hast also volle Auswahl.
/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:about") {
html {background: gainsboro !important;}
ul.columns {
column-count: 3 !important;
column-gap: 20px !important;
margin: 0 !important;
}
body{
background-color: #fffff0 !important;
max-width: 920px !important;
min-height: 600px !important;
height: auto !important;
margin-top: 20px !important;
margin-bottom: 30px !important;
margin-left: 300px !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: 10px !important;
box-shadow: 15px 15px 0px 0px #fdd342 inset !important;
border-style: double /* outset */ !important;}
.container > h1:nth-child(1){
margin-left: 5px !important;
color: blue !important;
font-size: 24px !important;
font-weight: bold !important;}
ul{list-style: none !important;}
#abouts{
max-width: 700x !important;
background-color: #f8f8ff !important;
margin-left: 0px !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;}
div.container > p:nth-child(2) > em:nth-child(1) {
display: none !important
}
div.container > p:nth-child(2)::after {
content: "Dies ist eine Übersicht der vorhandenen about:Seiten."!important;
color: royalblue !important;
font-style: italic !important;
font-size: 17px !important;
margin-left: -156px !important;
}
/* h1::before {
content: "about: Übersichtsliste ";
font-weight:700 !important;
color: blue !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: 150px !important;
max-width: 150px !important;
}
/* Die ersten 14 */
#abouts > li:nth-child(-n+15){
appearance:none!important;
background: #e9effd /* #efefef */ url("..//icons/about.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: 0px !important;
padding-right: 25px !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+14):hover{
appearance:none!important;
background: gold url("..//icons/about.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 14 */
#abouts > li:nth-child(n+15){
appearance:none!important;
background: #fdf9f1 url("..//icons/about3.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: 6px !important;
padding-right: 25px !important;
padding-left:40px!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 14 hover */
#abouts > li:nth-child(n+15):hover{
appearance:none!important;
background: gold url("..//icons/about3.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 14 */
#abouts > li:nth-child(n+30){
appearance:none!important;
background: cornsilk url("..//icons/Bild3.png")no-repeat !important;
color:transparent!important;
font-size:14px!important;
margin-top:3px!important;
margin-bottom: 5px !important;
margin-leftt:15px!important;
padding-left:40px!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 14 hover */
#abouts > li:nth-child(n+30):hover{
appearance:none!important;
background: gold 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; */}
}
Alles anzeigen
Nein eigentlich bin ich ein Stuurkopf der nicht schnell aufgibt, aber habe lange getestet.
Dann wohl doch überhastet. Hat Andreas doch recht? ![]()
So dann probiere mal bitte, sieht dann so aus mit deinem Code:
/* 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;
}
.container > h1:nth-child(1) {
margin-top: -5px !important;
}
.container > p:nth-child(2) > em:nth-child(1) {
font-size: 0 !important;/*
display: none !important;*/
}
.container > p:nth-child(2) > em:nth-child(1)::before {
content: "Dies ist eine Liste der \"about:\"-Seiten, um Ihnen eine Übersicht zu geben."!important;
font-family: Arial !important;
font-style: normal !important;
font-size: 19px !important;
margin-left: -80px !important;
margin-top: -5px !important;
color: green !important;
}
/*
#abouts {
margin-top: 50px !important;
}
*/
body{
background-color: #fffff0 !important;
max-width: 1200px !important;
min-height: 600px !important;
height: auto !important;
margin-top: 5px !important;
margin-bottom: 10px !important;
margin-left: 80px !important;
padding-top: 10px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 10px !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: 1120px !important;
background-color: #ffffff !important;
margin-left: -200px !important;
margin-top: -45px !important;
padding-top: 15px !important;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 15px !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: "Ramo's Firefox: ";
font-weight:bold !important;
color:red !important;
margin-left: 40px !important;}
a{
text-decoration:none!important;
color:blue!important;}
/* Breite der Schaltflächen */
#abouts > li:nth-child(n+1){
min-width: 170px !important;
max-width: 170px !important;
}
/* Die ersten 14 */
#abouts > li:nth-child(-n+14){
appearance:none!important;
background: #efefef url("..//favicons/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+14):hover{
appearance:none!important;
background: #B2EDFA url("..//favicons/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 14 */
#abouts > li:nth-child(n+15){
appearance:none!important;
background: #efffbf url("..//favicons/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: 70px !important;
padding-right: 25px !important;
padding-left:40px!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 14 hover */
#abouts > li:nth-child(n+15):hover{
appearance:none!important;
background: #B2EDFA url("..//favicons/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 14 */
#abouts > li:nth-child(n+30){
appearance:none!important;
background: cornsilk url("..//favicons/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:40px!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 14 hover */
#abouts > li:nth-child(n+30):hover{
appearance:none!important;
background: #B2EDFA url("..//favicons/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;}
}
Alles anzeigen
Bei 3 Spalten fände ich 3 verschiedene Farben schöner
Mache ich noch, das war der erste Anlauf. ![]()
Damit sind es dann sogar 4 Spalten. Ansonsten einfach die Anzahl ändern...
Danke, damit kann man arbeiten.
![]()
Es gibt wohl jetzt den Unterordner loader, der vorher im Pfad von Zeile 42 nicht enthalten war.
Danke, milupo, alles wieder im Lot.
![]()
Interessant wird es, wenn ich über Extras - Browser-Werkzeuge die
Browser-Werkzeuge öffnen diese dann schließe funktioniert das Script
wieder bis zum Neustart von Nightly.
Ja, so ist es hier auch. Sehr komisch. ![]()
Habe noch einen anderen Nightly , der bis hier
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0 ID:20211116093425 funktionierte.
Update jetzt:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0 ID:20211119093910
Damit ist dann vorbei.
Sagt die Browserkonsole denn bei einem der Betroffenen etwas?
Du meinst die damit?
if (!document.getElementById('menu_browserToolbox')) {
Kann ich bestätigen.
Danke, Andreas. Habe gerade mal die ID geprüft, die scheint aber immer noch korrekt zu sein.