Ja, ich möchte die Datei auf dem Stick speichern.
In dem Fall würde ich über Deine Selbstbaulösung nachdenken, aber ich würde bei SSDs immer die doppelte der eigentlich benötigten Kapazität kaufen, in Deinem Fall 500GB.
Ja, ich möchte die Datei auf dem Stick speichern.
In dem Fall würde ich über Deine Selbstbaulösung nachdenken, aber ich würde bei SSDs immer die doppelte der eigentlich benötigten Kapazität kaufen, in Deinem Fall 500GB.
Erklärung denke ich mir, die Lese-Schreibgeschwindigkeit von rund 120MB/s vom USB-Stick reicht eben nicht aus für die Geschwindigkeit.
Es in diesem Fall aber nicht um die Lesegeschwindigkeit, sondern um die Schreibgeschwindigkeit und die ist bei USB-Sticks in der Regel etwas geringer als die Lesegeschwindigkeit. Ich habe es doch richtig verstanden, das Du auf den USB-Stick schreiben willst, oder?
Du meinst das Icon?
Genau, war etwas missverständlich ausgedrückt, Dankeschön. ![]()
Gefällt mir aber gut, darum habe ich mich mal bedient, obwohl ich die Seite bisher nicht verändert hatte.
Danke dafür
Dankeschön, Deine Ergänzung mit dem/der Icon/Grafik würde mich interessieren, magst Du mir das zukommen lassen?
Das ist ja nun definitiv nicht mein Code, angepasst
Nö, das ist mein Baustelle, ist noch nicht ganz fertig, ist aber schon nahe dran.
Jo, ansonsten warte ich auf einen Codevorschlag von Dharkness
Daran soll es nicht liegen, guckst Du ↓.
@-moz-document url("about:about") {
body {
min-width: 1050px !important;
max-width: 1050px !important;
min-height: 600px !important;
max-height: 600px !important;
/* border: 2px solid #B2B2B2 !important;
padding: 2px 5px !important; */
margin: 80px auto 10px auto !important;
}
div.container {
min-width: 1030px !important;
max-width: 1030px !important;
border: 2px solid #B2B2B2 !important;
background-color: #2A2A2E !important;
}
div.container h1 {
font-size: 1.7em !important;
font-weight: bold !important;
border-bottom: 2px solid #B2B2B2 !important;
background-color: #2A2A2E !important;
color: #D2534C !important;
padding: 12px 15px !important;
margin: 0 !important;
}
div.container > p {
border-bottom: 2px solid #B2B2B2 !important;
background-color: #2A2A2E !important;
padding: 4px 8px 7px 8px !important;
margin: 0 !important;
}
div.container > p > em {
font-style: normal !important;
font-size: 14px !important;
color: #FFF !important;
padding: 2px 0 !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;
font-style: normal !important;
font-size: 16px !important;
margin-left: 10px !important;
}
#abouts.columns {
column-count: 4 !important;
column-gap: 4px !important;
margin: 17px 12px 17px 14px !important;
}
#abouts {
list-style: none !important;
}
#abouts > li {
min-width: 222px !important;
max-width: 222px !important;
display: block !important;
font-size: 14px !important;
text-decoration: none !important;
border-radius: 0 !important;
border: 2px solid #B2B2B2 !important;
background: #4E4E54 url("..//chrome/icons/Bild3.png") no-repeat !important;
background-position: 15px 3px !important;
color: transparent !important;
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
margin-left: 10px !important;
}
#abouts > li:hover {
min-width: 222px !important;
max-width: 222px !important;
display: block !important;
font-size: 14px !important;
text-decoration: none !important;
border-radius: 0 !important;
border: 2px solid #0082fc !important;
background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
background-position:15px 3px!important;
color: #000 !important;
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
margin-left: 10px !important;
}
#abouts > li:nth-child(5), /* about:certifikate */
#abouts > li:nth-child(8), /* about:config */
#abouts > li:nth-child(9), /* about:crashes */
#abouts > li:nth-child(16), /* about:logins */
#abouts > li:nth-child(21), /* about:networking */
#abouts > li:nth-child(23), /* about:performance */
#abouts > li:nth-child(34), /* about:serviceworkers */
#abouts > li:nth-child(37), /* about:sync */
#abouts > li:nth-child(41) /* about:unloads */ {
min-width: 222px !important;
max-width: 222px !important;
border-radius: 0 !important;
display: block !important;
font-size: 14px !important;
border: 2px solid #B2B2B2 !important;
background: #0082FC url("..//chrome/icons/Bild3.png") no-repeat !important;
background-position: 15px 3px !important;
color: #000 !important;
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
margin-left: 10px !important;
}
#abouts > li:nth-child(5):hover,
#abouts > li:nth-child(8):hover,
#abouts > li:nth-child(9):hover,
#abouts > li:nth-child(16):hover,
#abouts > li:nth-child(21):hover,
#abouts > li:nth-child(23):hover,
#abouts > li:nth-child(34):hover,
#abouts > li:nth-child(37):hover,
#abouts > li:nth-child(41):hover {
min-width: 222px !important;
max-width: 222px !important;
border-radius: 0 !important;
display: block !important;
font-size: 14px !important;
border: 2px solid #0082FC !important;
background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
background-position: 15px 3px !important;
color: #000 !important;
padding: 0 !important;
margin: 0 10px 10px 10px !important;
}
#abouts > li > a {
min-width: 172px !important;
max-width: 172px !important;
display: block !important;
text-decoration: none !important;
color: #FFF !important;
padding: 2px 0 3px 50px !important;
margin: 0 !important;
}
#abouts > li:hover > a {
text-decoration: none !important;
color: #000 !important;
}
}
Alles anzeigen
Danke, das ist es - und funktioniert
Aber gerne doch. ![]()
Gegenüber meinem FF auf einem älter XPS unter Win 10 funktioniert aber der Klick auf einen Link in der Lesezeichen-Symbolleiste [korrigiert] mit öffnen dieser Seite in einem neuen Tab nicht mehr.
Du möchtest die → browser.tabs.loadBookmarksInTabs Pref in about:config auf true stellen.
Nö, nicht nötig
Also ich finde schon, das da Arbeit nötig ist, links fehlt einer und rechts ist einer zu viel, sprich aus der mittlere und rechten Spalte müssen die jeweils oberen um ein Spalte nach links verschoben werden.
Meine bisherige "Arbeit":
Um das testen zu können, solltest Du aber auch die Grafiken mitliefern.
Ja und die Farben angepasst und alles funktioniert
Hm, für mich war das etwas missverständlich formuliert, aber wenn alles gut ist, ist es ja fein.
Öhm - ich hab's geändert und es sieht alles aus wie vorher!?
Sprich Du hast den Code von 2002Andreas aus Beitrag #6 verwendet statt Deinem?
Da ist noch ein Fehler in Zeile 38...
Und auch noch einer in Zeile 1, wobei der keine Auswirkung auf das CSS hat, aber das ist nicht wirklich die Menüleiste. ![]()
Funktioniert hier so nicht.
Deswegen ja das , oder?.
Dann muss sich die Datei aber im Ordner Temp befinden
Die → browser.download.start_downloads_in_tmp_dir Pref sollte das eigentlich gewährleisten, oder?
@-moz-document regexp("((.*\\.(pdf))|)(\\?([^#]*))?(#(.*))?") {
Das habe ich jetzt erst einmal übernommen und meine Variante auskommentiert.
Keine Ahnung ob es evtl. sogar eine @-moz-document Regel dafür gibt
Teste mal etwas in der ↓ Form, funktioniert hier ohne Probleme, kannst Du über die Werkzeuge ermitteln.
@-moz-document url-prefix("file:///C:/Users/???/AppData/Local/Temp/")