Gehe in die Einstellungen und konfiguriere da,
Aber ich würde mal sagen, dass nicht alles Einstellungen, die in der js-Datei enthalten sind, über das Einstellungsmenü zu machen sind - oder?
Gehe in die Einstellungen und konfiguriere da,
Aber ich würde mal sagen, dass nicht alles Einstellungen, die in der js-Datei enthalten sind, über das Einstellungsmenü zu machen sind - oder?
Die Frage ist doch, was möchtest du denn erreichen bzw. nicht haben.
Pauschal gesagt: Eine etwas "optimierte" Privatsphäre, als es der FF in den Standardeinstellungen bietet.
Oder anders: Wenn's auch nur ein bisschen weniger Datensammlung und -übermittlung ausmacht und vielleicht den Browser an einigen Stellen etwas flotter macht, hätte es sich ja schon gelohnt. Ist ja kein Aufwand und kostet kein Geld.
Hallo,
was ist von dieser user.js von Kuketz zu halten?
Quelle: https://www.kuketz-blog.de/firefox-aboutc…pendium-teil10/
# Mozilla User Preferences
# kuketz-blog.de | Firefox-Kompendium | 10.11.2021 | Firefox 94.0.1
# Download: https://www.kuketz-blog.de/firefox-aboutconfig-user-js-firefox-kompendium-teil10/
#############
## PRIVACY ##
#############
## Disable Domain Guessing
user_pref("browser.fixup.alternate.enabled", false);
## Disable Normandy/Shield (FF60+)
user_pref("app.normandy.enabled", false);
user_pref("app.shield.optoutstudies.enabled", false);
## Disable Activity Stream (AS)
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
user_pref("browser.newtabpage.activity-stream.feeds.system.topsites", false);
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.telemetry", false);
## Disable PingCentre Telemetry
user_pref("browser.ping-centre.telemetry", false);
## Disable NewTabPage
user_pref("browser.newtabpage.enabled", false);
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
## Disable Safe Browsing
# Disable binaries NOT in local lists being checked by Google (real-time checking)
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
user_pref("browser.safebrowsing.downloads.remote.url", "");
# Disable "Block dangerous downloads" (under Options>Privacy & Security)
user_pref("browser.safebrowsing.downloads.enabled", false);
# This covers deceptive sites such as phishing and social engineering
user_pref("browser.safebrowsing.phishing.enabled", false);
user_pref("browser.safebrowsing.malware.enabled", false);
# Disable "Warn me about unwanted and uncommon software" (under Options>Privacy & Security)
user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false);
user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false);
user_pref("browser.safebrowsing.downloads.remote.block_dangerous", false);
user_pref("browser.safebrowsing.downloads.remote.block_dangerous_host", false);
# Disable Mozilla's blocklist for known Flash tracking/fingerprinting
user_pref("browser.safebrowsing.blockedURIs.enabled", false);
# Disable reporting URLs
user_pref("browser.safebrowsing.provider.google.reportURL", "");
user_pref("browser.safebrowsing.reportPhishURL", "");
user_pref("browser.safebrowsing.provider.google4.reportURL", "");
user_pref("browser.safebrowsing.provider.google.reportMalwareMistakeURL", "");
user_pref("browser.safebrowsing.provider.google.reportPhishMistakeURL", "");
user_pref("browser.safebrowsing.provider.google4.reportMalwareMistakeURL", "");
user_pref("browser.safebrowsing.provider.google4.reportPhishMistakeURL", "");
# Disable data sharing (FF58+)
user_pref("browser.safebrowsing.provider.google4.dataSharing.enabled", false);
user_pref("browser.safebrowsing.provider.google4.dataSharingURL", "");
## Disable location bar LIVE search suggestions
user_pref("browser.search.suggest.enabled", false);
user_pref("browser.urlbar.suggest.searches", false);
## Disable Slow Startup Notifications and Telemetry
user_pref("browser.slowStartup.notificationDisabled", true);
user_pref("browser.slowStartup.maxSamples", 0);
user_pref("browser.slowStartup.samples", 0);
## Disable sending of crash reports (FF44+)
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
## Disable Health Report
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.policy.dataSubmissionEnabled", false);
## Disable Extension Metadata updating to addons.mozilla.org
user_pref("extensions.getAddons.cache.enabled", false);
## Disable Telemetry
user_pref("toolkit.coverage.endpoint.base", "");
user_pref("toolkit.coverage.opt-out", true);
user_pref("toolkit.telemetry.archive.enabled", false);
user_pref("toolkit.telemetry.coverage.opt-out", true);
user_pref("toolkit.telemetry.hybridContent.enabled", false);
user_pref("toolkit.telemetry.bhrPing.enabled", false);
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false);
user_pref("toolkit.telemetry.newProfilePing.enabled", false);
user_pref("toolkit.telemetry.shutdownPingSender.enabled", false);
user_pref("toolkit.telemetry.updatePing.enabled", false);
user_pref("toolkit.telemetry.unified", false);
##############
## SECURITY ##
##############
## Enforce Punycode for Internationalized Domain Names to eliminate possible spoofing
user_pref("network.IDN_show_punycode", true);
## Display all parts of the URL in the location bar eg. http(s)://
user_pref("browser.urlbar.trimURLs", false);
## Display "insecure" icon (FF59+) and "Not Secure" text (FF60+) on HTTP sites
user_pref("security.insecure_connection_icon.enabled", true);
user_pref("security.insecure_connection_icon.pbmode.enabled", true);
user_pref("security.insecure_connection_text.enabled", true);
user_pref("security.insecure_connection_text.pbmode.enabled", true);
Alles anzeigen
Sind diese Einstellungen sinnvoll oder nicht?
Die Leisten sind auf jeden Fall nicht so hoch, wie im Modus: Normal
Ja, das passt.
Im ersten Moment dachte ich, Deine Anleitung bezieht sich auf die "Länge"...war aber ein Trugschluss und das passt so für mich. Deshalb habe ich den Post auch gelöscht.
Teste bitte mal mit diesem angepassten Code:
Habe ich - hat sich aber überhaupt nichts geändert.
Die Ordner waren vorher Gelb und sind es jetzt auch 😊
Was genau möchtest du da anpassen?
Definitionsproblem: In dem Fall meine ich die Höhe der Leiste bzw. der Tabs.
Vielen Dank - war zu einfach 😉
Hast Du den ersten Teil der Frage auch gesehen?
Da sind aber noch Fehler drin. Erstens aber: Es handelt sich hier nicht um Skripte, sondern um CSS-Code. Skripte sind etwas Anderes.
Verstanden, danke.
Es gibt die Dateien bookmarksPanel.xhtml und history-panel.xhtml schon lange nicht mehr, ja ich bin mir sogar sicher, dass hier einfach die ehemalige Dateiendung .xul durch .xhtml ersetzt wurde. Denn, wenn ich mich recht erinnere, wurden die bookmarksPanel.xul und history-panel.xul nie in XHTML-Dateien umgewandelt. Die Eigenschaft -moz-image-region gibt es auch schon lange nicht mehr.
Was bedeutet das dann konkret?
Wahnsinn - okay 👍
Jetzt geht es.
Nein, steht auf "false"
Ist wie gesagt ein völlig nackter/unberührter Firefox.
Hallo,
heute wollte ich mal meinen Firefox neu aufsetzen, aber ich scheitere leider schon an der Einbindung der Scripte.
Ich nutze die portable Version des FF und gehe laut dieser Seite vor.
Es wird aber nur der Menüpunkt "Neustart" eingefügt - alle anderen (optischen) Änderungen aus der userChrome.css nicht.
Hier der Inhalt:
ZitatAlles anzeigen/* userChrome.css **********************************************/
@-moz-document url-prefix(chrome://browser/content/browser.xhtml) {
/***************************************************************//* CSS-Anweisungen bitte unter diesen Kommentar eintragen. */
/***************************************************************/
}
/* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to override default settings.
*//* Lesezeichen Sidebar - Ordnericon stehend gelb */
@-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xhtml"),
url("chrome://browser/content/history/history-panel.xhtml"),
url("chrome://browser/content/places/bookmarksSidebar.xhtml") {
treechildren::-moz-tree-image(container) {
list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNqMU79rFUEQ/vbuodFEEkzAImBpkUabFP4ldpaJhZXYm/RiZWsv/hkWFglBUyTIgyAIIfgIRjHv3r39MePM7N3LcbxAFvZ2b2bn22/mm3XMjF+HL3YW7q28YSIw8mBKoBihhhgCsoORot9d3/ywg3YowMXwNde/PzGnk2vn6PitrT+/PGeNaecg4+qNY3D43vy16A5wDDd4Aqg/ngmrjl/GoN0U5V1QquHQG3q+TPDVhVwyBffcmQGJmSVfyZk7R3SngI4JKfwDJ2+05zIg8gbiereTZRHhJ5KCMOwDFLjhoBTn2g0ghagfKeIYJDPFyibJVBtTREwq60SpYvh5++PpwatHsxSm9QRLSQpEVSd7/TYJUb49TX7gztpjjEffnoVw66+Ytovs14Yp7HaKmUXeX9rKUoMoLNW3srqI5fWn8JejrVkK0QcrkFLOgS39yoKUQe292WJ1guUHG8K2o8K00oO1BTvXoW4yasclUTgZYJY9aFNfAThX5CZRmczAV52oAPoupHhWRIUUAOoyUIlYVaAa/VbLbyiZUiyFbjQFNwiZQSGl4IDy9sO5Wrty0QLKhdZPxmgGcDo8ejn+c/6eiK9poz15Kw7Dr/vN/z6W7q++091/AQYA5mZ8GYJ9K0AAAAAASUVORK5CYII=')
!important; }
}/* Lesezeichen verwalten - Ordnericon stehend gelb */
@-moz-document url-prefix("chrome://browser/content/places/places.xhtml") {
treechildren::-moz-tree-image(container) {
list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNqMU79rFUEQ/vbuodFEEkzAImBpkUabFP4ldpaJhZXYm/RiZWsv/hkWFglBUyTIgyAIIfgIRjHv3r39MePM7N3LcbxAFvZ2b2bn22/mm3XMjF+HL3YW7q28YSIw8mBKoBihhhgCsoORot9d3/ywg3YowMXwNde/PzGnk2vn6PitrT+/PGeNaecg4+qNY3D43vy16A5wDDd4Aqg/ngmrjl/GoN0U5V1QquHQG3q+TPDVhVwyBffcmQGJmSVfyZk7R3SngI4JKfwDJ2+05zIg8gbiereTZRHhJ5KCMOwDFLjhoBTn2g0ghagfKeIYJDPFyibJVBtTREwq60SpYvh5++PpwatHsxSm9QRLSQpEVSd7/TYJUb49TX7gztpjjEffnoVw66+Ytovs14Yp7HaKmUXeX9rKUoMoLNW3srqI5fWn8JejrVkK0QcrkFLOgS39yoKUQe292WJ1guUHG8K2o8K00oO1BTvXoW4yasclUTgZYJY9aFNfAThX5CZRmczAV52oAPoupHhWRIUUAOoyUIlYVaAa/VbLbyiZUiyFbjQFNwiZQSGl4IDy9sO5Wrty0QLKhdZPxmgGcDo8ejn+c/6eiK9poz15Kw7Dr/vN/z6W7q++091/AQYA5mZ8GYJ9K0AAAAAASUVORK5CYII=')
!important; }
}/* Lesezeichen - Ordnericon gelb */
@-moz-document url-prefix(chrome://browser/content/browser.xhtml){
.bookmark-item[container="true"] {
list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNqMU79rFUEQ/vbuodFEEkzAImBpkUabFP4ldpaJhZXYm/RiZWsv/hkWFglBUyTIgyAIIfgIRjHv3r39MePM7N3LcbxAFvZ2b2bn22/mm3XMjF+HL3YW7q28YSIw8mBKoBihhhgCsoORot9d3/ywg3YowMXwNde/PzGnk2vn6PitrT+/PGeNaecg4+qNY3D43vy16A5wDDd4Aqg/ngmrjl/GoN0U5V1QquHQG3q+TPDVhVwyBffcmQGJmSVfyZk7R3SngI4JKfwDJ2+05zIg8gbiereTZRHhJ5KCMOwDFLjhoBTn2g0ghagfKeIYJDPFyibJVBtTREwq60SpYvh5++PpwatHsxSm9QRLSQpEVSd7/TYJUb49TX7gztpjjEffnoVw66+Ytovs14Yp7HaKmUXeX9rKUoMoLNW3srqI5fWn8JejrVkK0QcrkFLOgS39yoKUQe292WJ1guUHG8K2o8K00oO1BTvXoW4yasclUTgZYJY9aFNfAThX5CZRmczAV52oAPoupHhWRIUUAOoyUIlYVaAa/VbLbyiZUiyFbjQFNwiZQSGl4IDy9sO5Wrty0QLKhdZPxmgGcDo8ejn+c/6eiK9poz15Kw7Dr/vN/z6W7q++091/AQYA5mZ8GYJ9K0AAAAAASUVORK5CYII=')
!important;
-moz-image-region: rect(0px 16px 16px 0px) !important; }
}.titlebar-button {
stroke: white !important;
}/*******Damit wird der Tabtext nicht blasser, wenn kein Fokus auf dem FF ist*******/
.tab-label {
opacity: 1 !important;
}/*******Menüleiste eingefärbt*******/
#toolbar-menubar {
color:#fff!important;
background: #0062A8 !important;
}/*******Tableiste eingefärbt*******/
#TabsToolbar {
color:#fff!important;
background: #0078D7 !important;
}/*******Abgerundete Tabs*******/
.tab-background {
border-radius: 80px !important;
}/*******Abgerundeter Schließen Button*******/
.tab-close-button {
border-radius: 80px !important;
}/*******Aktiver Tab HG*******/
.tabbrowser-tab[visuallyselected] > .tab-stack > .tab-background {
background: #51A1DB !important;
}/*******Aktiver Tab hover*******/
.tabbrowser-tab:is([visuallyselected="true"]:hover, [multiselected]) > .tab-stack > .tab-background {
background: #CFCFD8 !important;
}/*******Aktiver Tab Schrift weiß*******/
.tabbrowser-tab[visuallyselected] {
color: white !important;
}/******Inaktiver Tab hover*******/
.tabbrowser-tab:not([visuallyselected="true"]):hover > .tab-stack > .tab-background {
background: #005A9E !important;
}/******Inaktiver Tab HG******/
.tabbrowser-tab:not([visuallyselected]) > .tab-stack > .tab-background {
background: #006CBA !important
}/******Inaktiver Tab Schrift weiß, transparent (.5 steht für die Deckkraft Werte zwischsen 0 (komplett transparent) und 1 (komplett sichtbar) sind möglich.******/
.tabbrowser-tab:not([visuallyselected]) {
color: rgba(255, 255, 255, .5) !important;
}/*****Inaktiver Tab hover Schrift weiß******/
.tabbrowser-tab:not([visuallyselected]):hover {
color: white !important;
}/*******Tab schließen Button HG bei hover rot und das X weiß******/
.tab-close-button[fadein]:hover {
fill: white !important;
background: #E81123 !important;
}/********Tab Schließen-Kreuz anzeigen bei vielen Tabs wenn gehovert wird******/
.tabbrowser-tab:hover .tab-close-button {
display: block !important;
}/*******< und > Buttons (wenn Tableiste sehr voll) weiß eingefärbt*******/
#toolbarbutton, #scrollbutton-down,#scrollbutton-up, #tabbrowser-arrowscrollbox::part(scrollbutton-up), #tabbrowser-arrowscrollbox::part(scrollbutton-down) {
fill: rgb(255, 255, 255)!important;
}/*******v-Button für Alle Tabs auflisten (wenn Tableiste sehr voll) weiß eingefärbt*******/
#alltabs-button {
fill: rgb(255, 255, 255)!important;
}/*******+ Button für neuer Tab weiß eingefärbt*******/
#tabs-newtab-button, #TabsToolbar #new-tab-button {
fill: rgb(255, 255, 255)!important;
}#tabs-newtab-button, #TabsToolbar #new-tab-button:hover {
fill: white!important;
}/*******Runder Neuer Tab Button*******/
#TabsToolbar #tabs-newtab-button > image {
border-radius: 80px !important;
}/*******Hintergrund bei den Buttons in der Tableiste: +, <, >, v bei Hover und beim draufklicken*******/
#TabsToolbar {
--toolbarbutton-hover-background: #005A9E !important
}/*******Lautsprechersymbol auf Tab größer und weiß*******/
.tab-icon-overlay {
fill: White !important;
transform: scale(1.5, 1.5) !important;
}/*******context menu items and icons instead of just huge icons*******/
#context-back .menu-iconic-icon {
fill: #4169e1 !important;
}#context-forward .menu-iconic-icon {
fill: #4169e1 !important;
}#context-reload .menu-iconic-icon {
fill: green !important;
}#context-stop .menu-iconic-icon {
fill: red !important;
}#context-bookmarkpage .menu-iconic-icon {
fill: #336699 !important;
}/*********** tab close - always visible *******************/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]) .tab-close-button {
visibility: visible !important;
display: block !important;
}#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned])[faviconized="true"] .tab-close-button {
visibility: collapse !important;
display: none !important;
}/****** Kontextmenü kürzen *********/
#context-openlinkprivate,
#context-bookmarklink,
menuitem[label="Link in Pocket speichern"],
#context-sendlinktodevice{
display:none!important;
}/****** Button ... ausblenden *********/
#reader-mode-button{
display:none!important;
}#pageActionButton{
display:none!important;
}/*********** Menütextfarbe ****************/
/*
.bookmark-item[container="true"] {
fill:#00437A !important;
color:#00437A !important;
}toolbarbutton[container="true"] {
filter:none !important;
fill:#00437A !important;
color:#00437A !important;
}
*/
toolbarbutton {
filter:none !important;
fill:#00437A !important;
color:#00437A !important;
background:transparent
}
.toolbarbutton-text {
-moz-appearance: none !important;
color:#00437A !important;
}
menubar{
-moz-appearance: none !important;
color:white !important;
}
menupopup > menu,
menupopup > menuitem {
color:#00437A !important;
}.menu-accel{
color:#00437A!important;
}#titlebar-min,#titlebar-max,#titlebar-close{
color:white!important;
}@-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml") {
.sidebar-placesTreechildren,
sidebarheader,
#sidebar-search-label{
color:#00437A !important;
}.sidebar-placesTreechildren::-moz-tree-image(leaf) {
fill:#00437A!important;
}
}/******Linkvorschau unten links abschalten******/
@-moz-document url-prefix(chrome://browser/content/browser.xhtml){
#statuspanel-label
{display:none!important;}
/******Tooltipps entfernen******/tooltip{
visibility:hidden!important}
}/********Neustart im Dropdownmenü einrücken*******/
#restartfirefox-appMenu > label {
margin-left: -24px !important;
}/********Lesezeichen-Symbolleite schmaler*************/
menupopup[needsgutter] menu:not([checked="true"]),
menupopup[needsgutter] menuitem:not([checked="true"]) {
padding-inline-start: 15px !important;
}
Hat jemand eine Idee, woran das liegt?
Grüße
genetic
Musste dieses Nachtreten jetzt sein?
Sagen wir so: Mir geht's dadurch etwas besser (wenn dem Unmut Ausdruck verliehen wird).
Ich habe das auch erst mitbekommen, nachdem die Ursache gefunden war.
Stimmt doch nicht!
Du hast doch schon vorgestern Abend Di 28.11./20:19 auf die offizielle Seite von Mozilla hingewiesen und da war klar, dass der Bug im FF120 zu suchen ist.
Und jetzt schau mal von man mein Thread hier ist und worauf in in #3 hier hingewiesen habe...und dann fragst Du noch, wie ich darauf komme, dass ihr einen für dumm verkauft...!?
wurde gefunden und wird in Firefox 120.0.1 behoben
...aber Hauptsache einen für dumm verkaufen und komplette Soft- und Hardwarelandschaft in Frage stellen.
Auf solchen "Support" kann man gerne verzichten.
ich hab hier 3 Rechner, bei denen ein nackter Edge immer langsamer als ein nackter Firefox startet.
Ich hab 2 Rechner und da ist es exakt identisch und umgekehrt.
Schönen Abend noch.
Dir auch.
einiges wirkt ganz sicher auch auf Firefox.
Nein, Startup-Boost betrifft lediglich den Edge.
Im 1:1-Vergleich war FF schon immer langsamer seit es Edge gibt.
Wenn v120 ein Problem hat, muss das nachvollziehbar getestet werden.
Vermutlich, aber nicht von mir. Dafür habe ich leider keine Zeit und ich lebe jetzt halt mit der Interimslösung 119. Ggf. ist in 121 der Bug beseitigt.
bagder ist überflüssig bei ublock, ISDCAC ist Murks, über 5000 unresolved Issues, bleib beim Original! Kein Scherz!
Das ist jetzt halt mal wieder so eine klassische Glaubensfrage...der eine schwört auf Kaspersky, der andere auf Bitdefender usw. - solche Diskussionen sind so alt, wie es Browser/Addons/Virenscanner gibt.
Allgemeine Informationen
------------------------
Name: Firefox
Version: 120.0
Build-ID: 20231116134553
Distributions-ID:
Update-Kanal: release
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Betriebssystem: Windows_NT 10.0 22631
Starter-Prozess: Aktiviert
Fenster mit mehreren Prozessen: 1/1
Fission-Fenster: 1/1 Standardmäßig aktiviert
Externe Prozesse: 16
Unternehmensrichtlinien: Aktiv
Google-Location-Service-Schlüssel: Gefunden
Google-Safebrowsing-Schlüssel: Gefunden
Mozilla-Location-Service-Schlüssel: Gefunden
Abgesicherter Modus: false
Speichergröße (RAM): 15,7 GB
Speicherplatz verfügbar: 780 GB
Zeigegeräte: Touch-Gerät, Digitizer-Stift und Maus
Absturzberichte der letzten 3 Tage
----------------------------------
Firefox-Funktionen
------------------
Name: Firefox Screenshots
Version: 39.0.1
ID: screenshots@mozilla.org
Name: Form Autofill
Version: 1.0.1
ID: formautofill@mozilla.org
Name: Picture-In-Picture
Version: 1.0.0
ID: pictureinpicture@mozilla.org
Name: Web Compatibility Interventions
Version: 120.1.0
ID: webcompat@mozilla.org
Name: WebCompat Reporter
Version: 1.5.1
ID: webcompat-reporter@mozilla.org
Externe Funktionen
------------------
rollout-monitor-v2-1505837: active
rollout-webrender-release-67-1541488: active
Externe Prozesse
----------------
Typ: Isolierter Service-Worker
Anzahl: 1
Typ: about-Seite mit zusätzlichen Rechten
Anzahl: 1
Typ: Voralloziert
Anzahl: 3
Typ: Isolierter Webinhalt
Anzahl: 5
Typ: RDD
Anzahl: 1
Typ: Isolierter IPC-Aktor
Anzahl: 2
Typ: Socket
Anzahl: 1
Typ: GPU
Anzahl: 1
Typ: Erweiterung
Anzahl: 1
Add-ons
-------
Name: German Dictionary
Typ: dictionary
Version: 2.1
Aktiviert: true
ID: de-DE@dictionaries.addons.mozilla.org
Name: Add-ons Search Detection
Typ: extension
Version: 2.0.0
Aktiviert: true
ID: addons-search-detection@mozilla.com
Name: Amazon.de
Typ: extension
Version: 1.13
Aktiviert: true
ID: amazon@search.mozilla.org
Name: Bing
Typ: extension
Version: 1.6
Aktiviert: true
ID: bing@search.mozilla.org
Name: Copy PlainText
Typ: extension
Version: 1.15
Aktiviert: true
ID: copyplaintext@eros.man
Name: Decentraleyes
Typ: extension
Version: 2.0.18
Aktiviert: true
ID: jid1-BoFifL9Vbdl2zQ@jetpack
Name: DuckDuckGo
Typ: extension
Version: 1.4
Aktiviert: true
ID: ddg@search.mozilla.org
Name: eBay
Typ: extension
Version: 1.4
Aktiviert: true
ID: ebay@search.mozilla.org
Name: Ecosia
Typ: extension
Version: 1.2
Aktiviert: true
ID: ecosia@search.mozilla.org
Name: First Party Isolation
Typ: extension
Version: 1.4.0
Aktiviert: true
ID: {33c93ccc-ceed-47d2-9645-805ea58c8a07}
Name: Flagfox
Typ: extension
Version: 6.1.68
Aktiviert: true
ID: {1018e4d6-728f-4b20-ad56-37578a4de76b}
Name: Forecastfox (fix version)
Typ: extension
Version: 4.26
Aktiviert: true
ID: forecastfox@s3_fix_version
Name: Google
Typ: extension
Version: 1.4
Aktiviert: true
ID: google@search.mozilla.org
Name: I still don't care about cookies
Typ: extension
Version: 1.1.1
Aktiviert: true
ID: idcac-pub@guus.ninja
Name: LEO Eng-Deu
Typ: extension
Version: 1.1
Aktiviert: true
ID: leo_ende_de@search.mozilla.org
Name: Music Mode for YouTube™
Typ: extension
Version: 0.0.9
Aktiviert: true
ID: {e960c19a-b3ce-477c-8a0d-d82959225dee}
Name: Neat URL
Typ: extension
Version: 5.0.0
Aktiviert: true
ID: neaturl@hugsmile.eu
Name: Open in new tab
Typ: extension
Version: 0.0.12
Aktiviert: true
ID: {6f5f4891-9637-41f9-9ee5-3a0ac02cf254}
Name: Privacy Badger
Typ: extension
Version: 2023.10.31
Aktiviert: true
ID: jid1-MnnxcxisBPnSXQ@jetpack
Name: Skip Redirect
Typ: extension
Version: 2.3.6
Aktiviert: true
ID: skipredirect@sblask
Name: uBlock Origin
Typ: extension
Version: 1.54.0
Aktiviert: true
ID: uBlock0@raymondhill.net
Name: Wikipedia (de)
Typ: extension
Version: 1.3
Aktiviert: true
ID: wikipedia@search.mozilla.org
Name: Microsoft Mica Light Blue
Typ: theme
Version: 1.0
Aktiviert: true
ID: {df3681b6-f261-4b2a-9518-6b3e8ad66602}
Name: Enhancer for YouTube™
Typ: extension
Version: 2.0.121
Aktiviert: false
ID: enhancerforyoutube@maximerf.addons.mozilla.org
Name: New Tab from Location Bar
Typ: extension
Version: 3.1.1
Aktiviert: false
ID: newtabfromlocationbar@piro.sakura.ne.jp
Name: Open Link with New Tab
Typ: extension
Version: 1.0
Aktiviert: false
ID: Open-Link-with-New-Tab@sienori
Name: Smart Referer
Typ: extension
Version: 0.2.15
Aktiviert: false
ID: smart-referer@meh.paranoid.pk
Name: Youtube Audio
Typ: extension
Version: 0.0.2.5
Aktiviert: false
ID: {580efa7d-66f9-474d-857a-8e2afc6b1181}
Name: Dunkel
Typ: theme
Version: 1.2
Aktiviert: false
ID: firefox-compact-dark@mozilla.org
Name: Firefox Alpenglow
Typ: theme
Version: 1.4
Aktiviert: false
ID: firefox-alpenglow@mozilla.org
Name: Hell
Typ: theme
Version: 1.2
Aktiviert: false
ID: firefox-compact-light@mozilla.org
Name: System-Theme – automatisch
Typ: theme
Version: 1.3
Aktiviert: false
ID: default-theme@mozilla.org
Sicherheitssoftware
-------------------
Typ: Microsoft Defender Antivirus
Typ:
Typ: Windows-Firewall
Ältere Benutzer-Stylesheets
---------------------------
Aktiv: true
Stylesheets: userChrome.css, userContent.css
Grafik
------
Allgemeine Merkmale
Gerät-Pixel-Verhältnisse (Device Pixel Ratios) des Fensters: 1.7647058823529411
Compositing: WebRender
Asynchrones Wischen und Zoomen: Mausrad-Eingabe aktiviert; Berührungs-Eingabe aktiviert; Ziehen der Bildlaufleiste aktiviert; Tastatur aktiviert; automatischer Bildlauf aktiviert; sanftes Zoomen durch Antippen aktiviert
WebGL-1-Treiber: WSI Info: EGL_VENDOR: Google Inc. (Intel) EGL_VERSION: 1.5 (ANGLE 2.1.19735 git hash: 6784271c1c62) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_d3d11on12 EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1
WebGL-1-Treiber: Renderer: Google Inc. (Intel) -- ANGLE (Intel, Intel(R) Iris(R) Xe Graphics Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.101.4953)
WebGL-1-Treiber: Version: OpenGL ES 2.0.0 (ANGLE 2.1.19735 git hash: 6784271c1c62)
WebGL-1-Treiber: Erweiterungen: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture
WebGL-1-Erweiterungen: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WEBGL_provoking_vertex
WebGL-2-Treiber: WSI Info: EGL_VENDOR: Google Inc. (Intel) EGL_VERSION: 1.5 (ANGLE 2.1.19735 git hash: 6784271c1c62) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_d3d11on12 EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1
WebGL-2-Treiber: Renderer: Google Inc. (Intel) -- ANGLE (Intel, Intel(R) Iris(R) Xe Graphics Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.101.4953)
WebGL-2-Treiber: Version: OpenGL ES 3.0.0 (ANGLE 2.1.19735 git hash: 6784271c1c62)
WebGL-2-Treiber: Erweiterungen: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_copy_texture_3d GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_multisample GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_OVR_multiview GL_OVR_multiview2 GL_WEBGL_video_texture
WebGL-2-Erweiterungen: EXT_color_buffer_float EXT_float_blend EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_draw_buffers_indexed OES_texture_float_linear OVR_multiview2 WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context WEBGL_provoking_vertex
Direct2D: true
Anvisierte Bildwiederholfrequenz (Framerate): 60
WebGPU-Standardadapter: { "navigator.gpu": null }
WebGPU-Rückfalladapter: { "navigator.gpu": null }
DirectWrite: true (10.0.22621.2506)
GPU 1
Aktiv: Ja
Beschreibung: Intel(R) Iris(R) Xe Graphics
Herstellerkennung: 0x8086
Gerätekennung: 0x9a49
Treiber-Version: 31.0.101.4953
Treiber-Datum: 11-7-2023
Treiber: igdumdim64 igd10iumd64 igd10iumd64 igd12umd64 igdumdim32 igd10iumd32 igd10iumd32 igd12umd32
Subsys-ID: 0a5b1028
RAM: 0
GPU 2
Aktiv: Nein
RAM: 0
Weitere Informationen
AzureCanvasBackend: direct2d 1.1
AzureCanvasBackend (UI Process): skia
AzureContentBackend: skia
AzureContentBackend (UI Process): skia
AzureFallbackCanvasBackend (UI Process): skia
CMSOutputProfile: 9896 bytes, too large
Display0: 2560x1600@60Hz scales:1.000000|1.750000
DisplayCount: 1
HardwareStretching: both=1 window-only=0 full-screen-only=0 none=0 error=0
OverlaySupport: NV12=Scaling YUV2=Scaling BGRA8=Software RGB10A2=None
SwapChainTearingSupport: Supported
GPUProcessPid: 9884
ClearType-Parameter: Gamma: 1.8 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50
Entscheidungsprotokoll
HW_COMPOSITING:
default: available,
D3D11_COMPOSITING:
default: available,
DIRECT2D:
default: available,
D3D11_HW_ANGLE:
default: available,
GPU_PROCESS:
default: available,
WEBRENDER:
default: available,
WEBRENDER_COMPOSITOR:
default: available,
WEBRENDER_PARTIAL:
default: available,
WEBRENDER_SHADER_CACHE:
default: available,
WEBRENDER_OPTIMIZED_SHADERS:
default: available,
WEBRENDER_ANGLE:
default: available,
WEBRENDER_DCOMP_PRESENT:
default: available,
WEBRENDER_SCISSORED_CACHE_CLEARS:
default: available,
env: blocklisted, Blocklisted by gfxInfo, Aufgrund bekannter Probleme blockiert: Bug 1603515
WEBGPU:
default: available,
runtime: blocked, WebGPU cannot be enabled in release or beta, Blockiert; Fehlercode WEBGPU_DISABLE_RELEASE_OR_BETA
WINDOW_OCCLUSION:
default: available,
VIDEO_HARDWARE_OVERLAY:
default: available,
VIDEO_SOFTWARE_OVERLAY:
default: available,
HW_DECODED_VIDEO_ZERO_COPY:
default: available,
VP8_HW_DECODE:
default: available,
VP9_HW_DECODE:
default: available,
REUSE_DECODER_DEVICE:
default: available,
BACKDROP_FILTER:
default: available,
CANVAS_RENDERER_THREAD:
default: available,
ACCELERATED_CANVAS2D:
default: disabled, Disabled by default, Blockiert; Fehlercode FEATURE_FAILURE_DISABLED
REMOTE_CANVAS:
default: available,
Medien
------
Audio-Backend: wasapi
Max. Kanäle: 2
Bevorzugte Sample-Rate: 48000
Roundtrip-Latenz (Standardabweichung): 46.86ms (2.77)
Support-Informationen zum Codec:
Codec-Name: Software-Dekodierung, Hardware-Dekodierung
H264: Unterstützt, Unterstützt
VP9: Unterstützt, Nicht unterstützt
VP8: Unterstützt, Nicht unterstützt
AV1: Unterstützt, Nicht unterstützt
HEVC: Nicht unterstützt, Nicht unterstützt
Theora: Unterstützt, Nicht unterstützt
AAC: Unterstützt, Nicht unterstützt
MP3: Unterstützt, Nicht unterstützt
Opus: Unterstützt, Nicht unterstützt
Vorbis: Unterstützt, Nicht unterstützt
FLAC: Unterstützt, Nicht unterstützt
Wave: Unterstützt, Nicht unterstützt
Ausgabegeräte
Name: Gruppe, Hersteller, Status, Bevorzugt, Format, Kanäle, Rate, Latenz
Lautsprecher (Intel® Smart Sound Technologie für MPI SoundWire® Audio): INTELAUDIO\CTLR_DEV_A0C8&LINKTYPE_05&DEVTYPE_05&VEN_8086&DEV_AE35&SUBSYS_0A5B1028&REV_0001\5&6870195&0&0500, Enabled, All, default: F32LE, support: S16LE F32LE, 2, default: 48000, support: 48000 - 48000, 96 - 480
Eingabegeräte
Name: Gruppe, Hersteller, Status, Bevorzugt, Format, Kanäle, Rate, Latenz
Mikrofonarray (Intel® Smart Sound Technologie für MPI SoundWire® Audio): INTELAUDIO\CTLR_DEV_A0C8&LINKTYPE_05&DEVTYPE_05&VEN_8086&DEV_AE35&SUBSYS_0A5B1028&REV_0001\5&6870195&0&0500, Enabled, All, default: F32LE, support: S16LE F32LE, 4, default: 48000, support: 48000 - 48000, 96 - 480
Datenbankeinträge auflisten
Umgebungsvariablen
------------------
MOZ_CRASHREPORTER_DATA_DIRECTORY: C:\Users\9420\AppData\Roaming\Mozilla\Firefox\Crash Reports
MOZ_CRASHREPORTER_EVENTS_DIRECTORY: D:\FirefoxPortable1\Firefox\profile\crashes\events
MOZ_CRASHREPORTER_PING_DIRECTORY: C:\Users\9420\AppData\Roaming\Mozilla\Firefox\Pending Pings
MOZ_CRASHREPORTER_RESTART_ARG_0: D:\FirefoxPortable1\Firefox\firefox.exe
MOZ_CRASHREPORTER_RESTART_ARG_1: -profile
MOZ_CRASHREPORTER_RESTART_ARG_2: D:\FirefoxPortable1\Firefox\profile
MOZ_CRASHREPORTER_STRINGS_OVERRIDE: D:\FirefoxPortable1\Firefox\browser\crashreporter-override.ini
Experimentelle Funktionen
-------------------------
Cookies: SameSite=None erfordert "secure"-Attribut (network.cookie.sameSite.noneRequiresSecure): false
CSS: Masonry Layout (layout.css.grid-template-masonry-value.enabled): false
Entwicklerwerkzeuge: Kompatibilitäts-Ansicht (devtools.inspector.compatibility.enabled): true
Entwicklerwerkzeuge: Service-Worker-Debugging (devtools.debugger.features.windowless-service-workers): false
Media: JPEG XL (image.jxl.enabled): false
Adressleiste: Ergebnisse während der IME-Komposition anzeigen (browser.urlbar.keepPanelOpenDuringImeComposition): false
Web API: WebGPU (dom.webgpu.enabled): false
Globale WebRTC-Stummschaltungs-Steuerung (privacy.webrtc.globalMuteToggles): false
Externe Experimente
-------------------
Wichtige modifizierte Einstellungen
-----------------------------------
accessibility.force_disabled: 1
accessibility.typeaheadfind.flashBar: 0
browser.cache.disk.amount_written: 0
browser.cache.disk.capacity: 0
browser.cache.disk.enable: false
browser.cache.disk.filesystem_reported: 1
browser.cache.disk.max_entry_size: 0
browser.cache.disk.parent_directory: z://Webcache//
browser.cache.disk.smart_size.enabled: false
browser.cache.disk.smart_size.first_run: false
browser.cache.disk.smart_size.use_old_max: false
browser.cache.offline.parent_directory: z:\\Webcacheoff\\
browser.contentblocking.category: custom
browser.download.always_ask_before_handling_new_types: true
browser.download.folderList: 2
browser.download.start_downloads_in_tmp_dir: true
browser.download.useDownloadDir: false
browser.fixup.alternate.enabled: false
browser.search.openintab: true
browser.search.region: DE
browser.search.suggest.enabled: false
browser.search.update: false
browser.sessionstore.interval: 10000000
browser.sessionstore.interval.idle: 10000000
browser.sessionstore.resume_from_crash: false
browser.sessionstore.upgradeBackup.latestBuildID: 20231116134553
browser.startup.homepage: https://www.t-online.de/|https://www.ebay.de/
browser.startup.homepage_override.buildID: 20231116134553
browser.startup.homepage_override.mstone: 120.0
browser.tabs.crashReporting.sendReport: false
browser.tabs.firefox-view.ui-state.recently-closed-tabs.open: true
browser.tabs.firefox-view.ui-state.tab-pickup.open: false
browser.tabs.loadBookmarksInTabs: true
browser.urlbar.openintab: true
browser.urlbar.placeholderName: Google
browser.urlbar.placeholderName.private: Google
browser.urlbar.quicksuggest.migrationVersion: 2
browser.urlbar.quicksuggest.scenario: history
browser.urlbar.resultBuckets: {"children":[{"maxResultCount":1,"children":[{"group":"heuristicTest"},{"group":"heuristicExtension"},{"group":"heuristi
browser.urlbar.resultGroups: {"children":[{"maxResultCount":1,"children":[{"group":"heuristicTest"},{"group":"heuristicExtension"},{"group":"heuristi
browser.urlbar.searchSuggestionsChoice: false
browser.urlbar.showSearchSuggestionsFirst: false
browser.urlbar.suggest.searches: false
browser.urlbar.tabToSearch.onboard.interactionsLeft: 2
browser.urlbar.timesBeforeHidingSuggestionsHint: 1
browser.urlbar.tipShownCount.tabToSearch: 60
browser.urlbar.trimURLs: false
doh-rollout.balrog-migration-done: true
doh-rollout.doneFirstRun: true
doh-rollout.home-region: DE
dom.forms.autocomplete.formautofill: true
dom.security.https_only_mode: true
dom.security.https_only_mode_ever_enabled: true
extensions.checkCompatibility: false
extensions.formautofill.creditCards.enabled: false
extensions.lastAppVersion: 120.0
font.internaluseonly.changed: true
gfx.crash-guard.d3d11layers.appVersion: 97.0.1
gfx.crash-guard.d3d11layers.deviceID: 0x5916
gfx.crash-guard.d3d11layers.driverVersion: 30.0.101.1340
gfx.crash-guard.d3d11layers.feature-d2d: true
gfx.crash-guard.d3d11layers.feature-d3d11: true
gfx.crash-guard.status.d3d11layers: 2
gfx.crash-guard.status.wmfvpxvideo: 2
gfx.crash-guard.wmfvpxvideo.appVersion: 93.0
gfx.crash-guard.wmfvpxvideo.deviceID: 0x5916
gfx.crash-guard.wmfvpxvideo.driverVersion: 30.0.100.9955
gfx.webrender.all.qualified.default: true
idle.lastDailyNotification: 1701196188
image.animated.decode-on-demand.recycle: false
image.animated.resume-from-last-displayed: false
image.mem.animated.discardable: false
layers.mlgpu.sanity-test-failed: true
media.autoplay.default: 5
media.benchmark.vp9.fps: 109
media.benchmark.vp9.versioncheck: 5
media.gmp-gmpopenh264.abi: x86_64-msvc-x64
media.gmp-gmpopenh264.autoupdate: false
media.gmp-gmpopenh264.enabled: false
media.gmp-gmpopenh264.lastUpdate: 1571763897
media.gmp-gmpopenh264.provider.enabled: false
media.gmp-gmpopenh264.version: 1.8.1.1
media.gmp-gmpopenh264.visible: false
media.gmp-manager.buildID: 20231116134553
media.gmp-manager.lastCheck: 1701276283
media.gmp-manager.lastEmptyCheck: 1701276283
media.gmp-widevinecdm.abi: x86_64-msvc-x64
media.gmp-widevinecdm.hashValue: 59521f8c61236641b3299ab460c58c8f5f26fa67e828de853c2cf372f9614d58b9f541aae325b1600ec4f3a47953caacb8122b0dfce7481acfec8104
media.gmp-widevinecdm.lastDownload: 1697215647
media.gmp-widevinecdm.lastInstallStart: 1697215644
media.gmp-widevinecdm.lastUpdate: 1697215647
media.gmp-widevinecdm.version: 4.10.2710.0
media.gmp.storage.version.observed: 1
media.hardware-video-decoding.failed: false
media.hardwaremediakeys.enabled: false
media.navigator.enabled: false
media.navigator.video.enabled: false
media.peerconnection.enabled: false
media.peerconnection.ice.default_address_only: true
media.peerconnection.ice.no_host: true
media.peerconnection.ice.proxy_only_if_behind_proxy: true
media.videocontrols.picture-in-picture.video-toggle.has-used: true
network.allow-experiments: false
network.dns.disablePrefetch: true
network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation: true
network.http.speculative-parallel-limit: 0
network.http.windows-sso.enabled: true
network.IDN_show_punycode: true
network.predictor.cleaned-up: true
network.predictor.enabled: false
network.prefetch-next: false
network.trr.blocklist_cleanup_done: true
places.database.lastMaintenance: 1701196192
places.history.expiration.transient_current_max_pages: 123073
plugin.disable_full_page_plugin_for_types: application/pdf
plugin.flash.lastmod_hi: 373
plugin.flash.lastmod_lo: 617703474
privacy.annotate_channels.strict_list.enabled: true
privacy.cpd.cache: false
privacy.cpd.cookies: false
privacy.cpd.formdata: false
privacy.cpd.offlineApps: true
privacy.cpd.sessions: false
privacy.cpd.siteSettings: true
privacy.donottrackheader.enabled: true
privacy.history.custom: true
privacy.partition.network_state.ocsp_cache: true
privacy.purge_trackers.date_in_cookie_database: 0
privacy.purge_trackers.last_purge: 1701196188843
privacy.query_stripping.enabled: true
privacy.query_stripping.enabled.pbmode: true
privacy.sanitize.pending: [{"id":"newtab-container","itemsToClear":[],"options":{}}]
privacy.sanitize.timeSpan: 0
security.dialog_enable_delay: 0
security.disable_button.openCertManager: false
security.insecure_connection_icon.enabled: true
security.insecure_connection_icon.pbmode.enabled: true
security.insecure_connection_text.enabled: true
security.insecure_connection_text.pbmode.enabled: true
security.oskeystore.test.encrypted: bfk57Q75pyq2aomc6OYfepI9+Z+DQRm4t4BHKjpMwNc=
security.oskeystore.test.label: e25293e7-861b-495a-b4ee-39f540ae0726
security.remote_settings.crlite_filters.checked: 1656349208
security.remote_settings.intermediates.checked: 1656349208
security.sandbox.content.tempDirSuffix: {5c990749-98bc-4ca0-9065-fe3613b0cd45}
security.sandbox.plugin.tempDirSuffix: {d6b7ee89-8f8d-41cc-914f-b4e6c3e78b90}
security.xfocsp.errorReporting.automatic: true
services.sync.declinedEngines:
services.sync.engine.prefs.modified: false
services.sync.lastPing: 1701276209
services.sync.lastSync: Wed Nov 29 2023 19:20:38 GMT+0100 (Mitteleurop�ische Normalzeit)
signon.autofillForms: false
signon.firefoxRelay.feature: offered
signon.generation.enabled: false
signon.importedFromSqlite: true
signon.rememberSignons: false
signon.usage.hasEntry: false
storage.vacuum.last.content-prefs.sqlite: 1699460433
storage.vacuum.last.index: 2
storage.vacuum.last.places.sqlite: 1701000838
ui.osk.debug.keyboardDisplayReason: IKPOS: Keyboard presence confirmed.
user.js-Einstellungen
---------------------
Der Profilordner besitzt eine user.js-Datei, welche Einstellungen enthält, die nicht von Firefox erstellt wurden.
Wichtige nicht veränderbare Einstellungen
-----------------------------------------
fission.autostart.session: true
Chronik- und Lesezeichendatenbank
---------------------------------
Entität: sqlite_schema
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 24.6
Sequenzialität (%): 45.6
Entität: moz_origins
Anzahl: 5167
Größe (KiB): 288
Größe (%): 0.4
Effizienz (%): 70.4
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_origins_1
Anzahl: -
Größe (KiB): 256
Größe (%): 0.3
Effizienz (%): 66.6
Sequenzialität (%): 45.6
Entität: moz_places
Anzahl: 113297
Größe (KiB): 40256
Größe (%): 52.7
Effizienz (%): 98.9
Sequenzialität (%): 45.6
Entität: moz_historyvisits
Anzahl: 221824
Größe (KiB): 6336
Größe (%): 8.3
Effizienz (%): 99.3
Sequenzialität (%): 45.6
Entität: moz_inputhistory
Anzahl: 160
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 11.5
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_inputhistory_1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 7.6
Sequenzialität (%): 45.6
Entität: moz_bookmarks
Anzahl: 132
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 39.1
Sequenzialität (%): 45.6
Entität: moz_bookmarks_deleted
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_bookmarks_deleted_1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_keywords
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_keywords_1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: sqlite_sequence
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0.1
Sequenzialität (%): 45.6
Entität: moz_anno_attributes
Anzahl: 3
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0.3
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_anno_attributes_1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0.3
Sequenzialität (%): 45.6
Entität: moz_annos
Anzahl: 184
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 50.6
Sequenzialität (%): 45.6
Entität: moz_items_annos
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_meta
Anzahl: 7
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0.8
Sequenzialität (%): 45.6
Entität: sqlite_stat1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 3.7
Sequenzialität (%): 45.6
Entität: moz_places_metadata
Anzahl: 19547
Größe (KiB): 832
Größe (%): 1.1
Effizienz (%): 92.8
Sequenzialität (%): 45.6
Entität: moz_places_metadata_search_queries
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: sqlite_autoindex_moz_places_metadata_search_queries_1
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_previews_tombstones
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_places_extra
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_historyvisits_extra
Anzahl: 0
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_places_url_hashindex
Anzahl: -
Größe (KiB): 2080
Größe (%): 2.7
Effizienz (%): 79.8
Sequenzialität (%): 45.6
Entität: moz_places_hostindex
Anzahl: -
Größe (KiB): 3296
Größe (%): 4.3
Effizienz (%): 86.8
Sequenzialität (%): 45.6
Entität: moz_places_visitcount
Anzahl: -
Größe (KiB): 1120
Größe (%): 1.5
Effizienz (%): 90.7
Sequenzialität (%): 45.6
Entität: moz_places_frecencyindex
Anzahl: -
Größe (KiB): 1280
Größe (%): 1.7
Effizienz (%): 86.7
Sequenzialität (%): 45.6
Entität: moz_places_lastvisitdateindex
Anzahl: -
Größe (KiB): 1952
Größe (%): 2.6
Effizienz (%): 96.4
Sequenzialität (%): 45.6
Entität: moz_places_guid_uniqueindex
Anzahl: -
Größe (KiB): 2784
Größe (%): 3.6
Effizienz (%): 83.5
Sequenzialität (%): 45.6
Entität: moz_places_originidindex
Anzahl: -
Größe (KiB): 1472
Größe (%): 1.9
Effizienz (%): 82.7
Sequenzialität (%): 45.6
Entität: moz_historyvisits_placedateindex
Anzahl: -
Größe (KiB): 5408
Größe (%): 7.1
Effizienz (%): 84
Sequenzialität (%): 45.6
Entität: moz_historyvisits_fromindex
Anzahl: -
Größe (KiB): 2592
Größe (%): 3.4
Effizienz (%): 97.1
Sequenzialität (%): 45.6
Entität: moz_historyvisits_dateindex
Anzahl: -
Größe (KiB): 3744
Größe (%): 4.9
Effizienz (%): 98.4
Sequenzialität (%): 45.6
Entität: moz_bookmarks_itemindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 4.3
Sequenzialität (%): 45.6
Entität: moz_bookmarks_parentindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 4.2
Sequenzialität (%): 45.6
Entität: moz_bookmarks_itemlastmodifiedindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 7.5
Sequenzialität (%): 45.6
Entität: moz_bookmarks_dateaddedindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 6.3
Sequenzialität (%): 45.6
Entität: moz_bookmarks_guid_uniqueindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 7.9
Sequenzialität (%): 45.6
Entität: moz_keywords_placepostdata_uniqueindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_annos_placeattributeindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 7
Sequenzialität (%): 45.6
Entität: moz_items_annos_itemattributeindex
Anzahl: -
Größe (KiB): 32
Größe (%): 0
Effizienz (%): 0
Sequenzialität (%): 45.6
Entität: moz_places_metadata_placecreated_uniqueindex
Anzahl: -
Größe (KiB): 416
Größe (%): 0.5
Effizienz (%): 82.6
Sequenzialität (%): 45.6
Entität: moz_places_metadata_referrerindex
Anzahl: -
Größe (KiB): 256
Größe (%): 0.3
Effizienz (%): 76.9
Sequenzialität (%): 45.6
Entität: moz_places_altfrecencyindex
Anzahl: -
Größe (KiB): 1056
Größe (%): 1.4
Effizienz (%): 94.3
Sequenzialität (%): 45.6
Barrierefreiheit
----------------
Aktiviert: false
Barrierefreiheit verhindern: 1
Dienst für Barrierefreiheit aufgerufen durch:
Bibliotheken-Versionen
----------------------
NSPR
Minimal vorausgesetzte Version: 4.35
Verwendete Version: 4.35
NSS
Minimal vorausgesetzte Version: 3.94
Verwendete Version: 3.94
NSSSMIME
Minimal vorausgesetzte Version: 3.94
Verwendete Version: 3.94
NSSSSL
Minimal vorausgesetzte Version: 3.94
Verwendete Version: 3.94
NSSUTIL
Minimal vorausgesetzte Version: 3.94
Verwendete Version: 3.94
Isolierte Umgebungen
--------------------
Ebene der isolierten Umgebung des Inhaltsprozesses: 6
Effektive Ebene der isolierten Umgebung: 6
Status der Win32k-Sperre für den Inhaltsprozess: Win32k Lockdown enabled -- default value is true
Ebene der isolierten Umgebung des GPU-Prozesses: 1
Start-Cache
-----------
Festplatten-Cache-Ordner: D:\FirefoxPortable1\Firefox\profile\startupCache\startupCache.8.little
Festplatten-Cache ignorieren: false
Festplatten-Cache bei Initialisierung erkannt: true
In Festplatten-Cache geschrieben: false
Internationalisierung & Lokalisierung
-------------------------------------
Anwendungseinstellungen
Angeforderte Sprachen: ["de"]
Verfügbare Sprachen: ["de","en-US"]
Anwendungssprachen: ["de","en-US"]
Region-Einstellungen: ["de-DE"]
Standardsprache: "de"
Betriebssystem
Sprachen des Betriebssystems: ["de-DE"]
Region-Einstellungen: ["de-DE"]
Externes Debugging (Chromium-Protokoll)
---------------------------------------
Verbindungen werden akzeptiert: false
Adresse:
Drucken
-------
Angepasste Druckeinstellungen
-----------------------------
print_printer: Mozilla Save to PDF
print.more-settings.open: true
print.printer_Kyocera_FS-2020D_KX.print_bgcolor: false
print.printer_Kyocera_FS-2020D_KX.print_bgimages: false
print.printer_Kyocera_FS-2020D_KX.print_duplex: 0
print.printer_Kyocera_FS-2020D_KX.print_edge_bottom: 0
print.printer_Kyocera_FS-2020D_KX.print_edge_left: 0
print.printer_Kyocera_FS-2020D_KX.print_edge_right: 0
print.printer_Kyocera_FS-2020D_KX.print_edge_top: 0
print.printer_Kyocera_FS-2020D_KX.print_evenpages: true
print.printer_Kyocera_FS-2020D_KX.print_footercenter:
print.printer_Kyocera_FS-2020D_KX.print_footerleft: &PT
print.printer_Kyocera_FS-2020D_KX.print_footerright: &D
print.printer_Kyocera_FS-2020D_KX.print_headercenter:
print.printer_Kyocera_FS-2020D_KX.print_headerleft: &T
print.printer_Kyocera_FS-2020D_KX.print_headerright: &U
print.printer_Kyocera_FS-2020D_KX.print_in_color: true
print.printer_Kyocera_FS-2020D_KX.print_margin_bottom: 0.5
print.printer_Kyocera_FS-2020D_KX.print_margin_left: 0.5
print.printer_Kyocera_FS-2020D_KX.print_margin_right: 0.5
print.printer_Kyocera_FS-2020D_KX.print_margin_top: 0.5
print.printer_Kyocera_FS-2020D_KX.print_oddpages: true
print.printer_Kyocera_FS-2020D_KX.print_orientation: 0
print.printer_Kyocera_FS-2020D_KX.print_page_delay: 50
print.printer_Kyocera_FS-2020D_KX.print_paper_data: 9
print.printer_Kyocera_FS-2020D_KX.print_paper_height: -1,00
print.printer_Kyocera_FS-2020D_KX.print_paper_name:
print.printer_Kyocera_FS-2020D_KX.print_paper_size_unit: 1
print.printer_Kyocera_FS-2020D_KX.print_paper_width: -1,00
print.printer_Kyocera_FS-2020D_KX.print_resolution: 600
print.printer_Kyocera_FS-2020D_KX.print_reversed: false
print.printer_Kyocera_FS-2020D_KX.print_scaling: 1,00
print.printer_Kyocera_FS-2020D_KX.print_shrink_to_fit: true
print.printer_Kyocera_FS-2020D_KX.print_to_file: false
print.printer_Kyocera_FS-2020D_KX.print_unwriteable_margin_bottom: 17
print.printer_Kyocera_FS-2020D_KX.print_unwriteable_margin_left: 17
print.printer_Kyocera_FS-2020D_KX.print_unwriteable_margin_right: 17
print.printer_Kyocera_FS-2020D_KX.print_unwriteable_margin_top: 17
print.printer_Mozilla_Save_to_PDF.print_bgcolor: false
print.printer_Mozilla_Save_to_PDF.print_bgimages: false
print.printer_Mozilla_Save_to_PDF.print_duplex: 0
print.printer_Mozilla_Save_to_PDF.print_edge_bottom: 0
print.printer_Mozilla_Save_to_PDF.print_edge_left: 0
print.printer_Mozilla_Save_to_PDF.print_edge_right: 0
print.printer_Mozilla_Save_to_PDF.print_edge_top: 0
print.printer_Mozilla_Save_to_PDF.print_footercenter:
print.printer_Mozilla_Save_to_PDF.print_footerleft:
print.printer_Mozilla_Save_to_PDF.print_footerright:
print.printer_Mozilla_Save_to_PDF.print_headercenter:
print.printer_Mozilla_Save_to_PDF.print_headerleft:
print.printer_Mozilla_Save_to_PDF.print_headerright:
print.printer_Mozilla_Save_to_PDF.print_in_color: true
print.printer_Mozilla_Save_to_PDF.print_margin_bottom: 0.5
print.printer_Mozilla_Save_to_PDF.print_margin_left: 0.5
print.printer_Mozilla_Save_to_PDF.print_margin_right: 0.5
print.printer_Mozilla_Save_to_PDF.print_margin_top: 0.5
print.printer_Mozilla_Save_to_PDF.print_orientation: 0
print.printer_Mozilla_Save_to_PDF.print_page_delay: 50
print.printer_Mozilla_Save_to_PDF.print_paper_height: 11.6929133858268
print.printer_Mozilla_Save_to_PDF.print_paper_id: iso_a4
print.printer_Mozilla_Save_to_PDF.print_paper_size_unit: 0
print.printer_Mozilla_Save_to_PDF.print_paper_width: 8.26771653543307
print.printer_Mozilla_Save_to_PDF.print_resolution: 0
print.printer_Mozilla_Save_to_PDF.print_reversed: false
print.printer_Mozilla_Save_to_PDF.print_scaling: 1
print.printer_Mozilla_Save_to_PDF.print_shrink_to_fit: true
print.printer_Mozilla_Save_to_PDF.print_to_file: true
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_bottom_twips: 0
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_left_twips: 0
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_right_twips: 0
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_top_twips: 0
print.printer_PDFCreator.print_bgcolor: false
print.printer_PDFCreator.print_bgimages: false
print.printer_PDFCreator.print_duplex: 0
print.printer_PDFCreator.print_edge_bottom: 0
print.printer_PDFCreator.print_edge_left: 0
print.printer_PDFCreator.print_edge_right: 0
print.printer_PDFCreator.print_edge_top: 0
print.printer_PDFCreator.print_evenpages: true
print.printer_PDFCreator.print_footercenter:
print.printer_PDFCreator.print_footerleft: &PT
print.printer_PDFCreator.print_footerright: &D
print.printer_PDFCreator.print_headercenter:
print.printer_PDFCreator.print_headerleft: &T
print.printer_PDFCreator.print_headerright: &U
print.printer_PDFCreator.print_in_color: true
print.printer_PDFCreator.print_margin_bottom: 0.5
print.printer_PDFCreator.print_margin_left: 0.5
print.printer_PDFCreator.print_margin_right: 0.5
print.printer_PDFCreator.print_margin_top: 0.5
print.printer_PDFCreator.print_oddpages: true
print.printer_PDFCreator.print_orientation: 0
print.printer_PDFCreator.print_page_delay: 50
print.printer_PDFCreator.print_paper_data: 9
print.printer_PDFCreator.print_paper_height: 11,00
print.printer_PDFCreator.print_paper_id:
print.printer_PDFCreator.print_paper_name:
print.printer_PDFCreator.print_paper_size_unit: 0
print.printer_PDFCreator.print_paper_width: 8,50
print.printer_PDFCreator.print_resolution: 600
print.printer_PDFCreator.print_reversed: false
print.printer_PDFCreator.print_scaling: 1,00
print.printer_PDFCreator.print_shrink_to_fit: true
print.printer_PDFCreator.print_to_file: false
print.printer_PDFCreator.print_unwriteable_margin_bottom: 0
print.printer_PDFCreator.print_unwriteable_margin_left: 0
print.printer_PDFCreator.print_unwriteable_margin_right: 0
print.printer_PDFCreator.print_unwriteable_margin_top: 0
Alles anzeigen
Es liegt weder an den Addons, noch an Einstellungen etc.
Bis FF119 war alles okay und just mit dem Update auf 120 fing der FF an zu spacken.
Wenn ich auf 119 zurück gehe ist wieder alles okay.
Sicherlich kann man jetzt fragen, warum ich dann nicht den 119 wieder installiere (was ich bereits gemacht habe) aber das ist ja eigentlich nicht Sinn & Zweck...
Patient: Herr Doktor, mir tut der linke Arm weh, wenn ich ihn anhebe.
Doktor: Dann heben Sie den linken Arm nicht an.
Wäre das ein allgemeines Fx Problem, dann wäre das Forum voll mit Fragen dazu.
Siehe dazu den Link von Sören im anderen Faden, zu Mozilla direkt.
Automatisches Starten von Microsoft Edge beenden - Microsoft-Support
Die Option gibt es in Windows 11 nicht mehr.
Wird jetzt direkt im Edge verwaltet (siehe StartUp-Boost):
Weil der im Autostart von Windows enthalten ist.
Bei mir nicht.
Alle mal deaktivieren, und dann starten.
Alles gleich (schlecht).
Ansonsten, welche Sicherheitssoftware nutzt du?
Windows-Defender
Aber ich sehe schon, dass es (mal wieder) ein hausgemachtes FF-Problem ist:
Bis FF19 war noch alles okay. FF war schon immer deutlich langsamer als Edge, aber jetzt komme ich mir vor wie mit 56k-Modem!