1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. .DeJaVu

Beiträge von .DeJaVu

  • "Firefox beenden" - Tabs werden nicht alle gelöscht!

    • .DeJaVu
    • 19. April 2026 um 20:01

    Natürlich bist du beteiligt als Betroffener. Allerdings fehlt mir ein Test mit einem neuen Profil. Was bedeutet, dass Firefox komplett deinstalliert und erneut installiert werden muss.

    Dann muss ich auch die Frage stellen, was für ein Gerät es ist und welches Android darauf installiert ist. Diese Information fehlt mir auch im Bug-Ticket, von Anfang an.

    Wegen Deutsch/Englisch. Man könnte sich auch darauf einigen, es auf deutsch und englisch zu schreiben, wobei Englisch auch aus einem Übersetzer stammen darf, vorzugsweise Firefox selbst -> about:translations, oder Google, Deepl was auch immer. Selbstverständlich mit Angabe dessen.

    Jedenfalls kann ich auf einem S9 und Xiaomi das Problem nicht nachstellen. Nicht im Release, Beta oder Nightly, die sind jeweils alle vorhanden. Entweder liegt es am Gerät, oder am Profil, oder doch gar am installierten Android, was nicht zwingend von Google immer kommen muss.

  • Wozu dient das Hauptpasswort?

    • .DeJaVu
    • 18. April 2026 um 21:38
    Zitat von Cupcake

    learning by doing

    Das ist pauschal auch nicht verkehrt, spielerisch an Funktionen heranzugehen. Aber wie du selbst erfahren hast, wurde deine Erwartung nicht erfüllt, ohne das Grundwissen dazu. Es ist halt eine schlechte Basis, Funktionen zu beurteilen nach Sinn und Zweck, ohne Informationen darüber gelesen zu haben. Das Hauptpasswort ist einer der wenigen Funktionen, wo man das wirklich muss.

    Da ich für meine Profile Backups erstelle - so wie für jegliche andere Software oder gar Windows, sobald ich unbekanntes Terrain begehe, möchte ich unbelastet zurückgehen können.

    Was bei Firefox sehr oft vorkommt, dass Nutzer sich ins about:config wagen - ohne Backup. Und seltenst eine Dokumentation darüber erstellen, ohne Backup ist auch ein Vergleich nicht möglich, und damit in Konjunktion der Dokumentation auch kein Vergleich und somit Murks und Neuanfang vorprogrammiert.

    Sinn und Zweck des Hauptpassworts ist dir ja jetzt bekannt. Wenn dein Rechner anderweitig gesichert ist, muss das nicht sein. Ebenso gibt es einen Timeout bei dieser Funktion, daher musst du es innerhalb dieser Zeitspanne nicht neu eingeben.

    All das kann ein Frischling nicht wissen. Daher geht die Kritik eben in diese Richtung - nichts genaues weiss man nicht, da ist "leaning by doing" eher kontraproduktiv, jedenfalls ohne Backup.

    PS welches Linux nutzt du eigentlich? Hier ist Mint Cinnamon 22.3 und Ubuntu 25.10 installiert, in echt, zwei Rechner.
    "Linux" ist für mich zu allgemein, weil so manches Linux auch seine Tücken birgt bei Firefox, wenn auch nicht beabsichtigt.

  • "Firefox beenden" - Tabs werden nicht alle gelöscht!

    • .DeJaVu
    • 18. April 2026 um 18:24

    Und genau deswegen hat Sören dich gebeten, das Ticket zu bedienen. Ein Workaround ist keine wirkliche Lösung.

    Und wenn sich mehrere Personen das Gerät teilen, wäre ein dauerhafter privater Modus eh empfehlenswerter - falls noch nicht aktiviert.

    Den Menüpunkt "Beenden" hat nur ein Firefox hier, der ist aber kaum in Gebrauch. Der hat aber alle Punkte Daten löschen beim Beenden aktiviert, der Schalter ist auch rechts = an. Gehe ich über "Beenden" raus, vermeldet Firefox, dass Daten gelöscht werden. Beim erneuten Start sind auch die offenen Tabs weg.

    Ich gehe davon aus, dass euer Firefox irgendwo verstellt wurde.

    Um auf die Einstellung browser.sessionstore.max_tabs_undo nochmal einzugehen. Das ist max Tabs undo. Firefox merkt sich also default = 10 Tabs, die zuletzt geschlossen wurden - nicht die, die aktiv sind.

    Da drängt sich noch eine Frage hier auf: Woher hast du euren Firefox?
    Ist Sync aktiv, werden irgendwoher von anderen Geräten offene Tabs synchronisiert?

  • Adressleisten / Text / Zusatzsuchfunktion?

    • .DeJaVu
    • 18. April 2026 um 18:07

    Funktioniert hier ebenfalls. Werf den Inhalt mal weg und kopiere das hier rein, ich hab das mal etwas gestrafft.

    CSS
    /* erweiterungsbutton off */
    #unified-extensions-button
    {
        width: 0.1px;
        padding-inline: 0 !important;
    }
    #unified-extensions-button > .toolbarbutton-icon
    {
        width: 0 !important;
    }
    
    /* favicon nicht anzeigen */
    menuitem.bookmark-item > .menu-iconic-left,
    
    /* "Alle in Tabs öffnen" in jeder liste ausblenden */
    #menuitem, [label="Alle in Tabs öffnen"],
    
    /* verstecken von tastenkombination oben! */
    #BMB_bookmarksShowAllTop > .menu-accel-container,
    
    /* Letzten eintrag "lesezeichen verwalten" ausblenden */
    #BMB_bookmarksShowAll,
    #appmenu_unsortedBookmarks,
    
    /* Neue Funktionen und Änderungen den Button ausblenden */
    #PanelUI-button #whats-new-menu-button,
    
    /* weitere lesezeichen ausblenden */
    #menu_unsortedBookmarks,
    #BMB_unsortedBookmarks,
    
    /* lesezeichen durchsuchen off */
    #BMB_searchBookmarks,
    
    /* lesezeichen-sidebar anzeigen off */
    #BMB_viewBookmarksSidebar,
    
    /* tab ordner symbol ausblenden */
    #alltabs-button,
    
    /*suchwörter ausblenden*/
    .urlbar-go-button,
    toolbarbutton.searchmode-switcher,
    .urlbar vbox.urlbarView
    {
        display: none !important;
    }
    
    /* kontextmenü in bookmarks deaktivieren */
    /* #placesContext { display: none !important; } */
    Alles anzeigen

    Sollte es immer noch nicht funktionieren, ist der besagte Schalter nicht aktiv, oder du hast das falsche Profil erwischt. Mehr gibt es dann auch nicht.

  • "Firefox beenden" - Tabs werden nicht alle gelöscht!

    • .DeJaVu
    • 18. April 2026 um 16:40

    Mal davon abgesehen, dass ich von kuketz nichts halte, hat es Gründe, warum Mozilla es beim Release unter Android so "schwer" macht.

    Aber ich hab das Gefühl, dass du das "Beenden" von Apps missverstanden hast, denn Android beendet das nicht wirklich, es bleibt im Hintergrund.

    Android: Apps schließen – so beendet ihr Hintergrund-Anwendungen
    Wenn ihr Apps auf eurem Android-Smartphone „schließt“, laufen sie im Hintergrund weiter. Wie ihr Apps vollständig beendet, zeigen wir euch hier auf...
    www.giga.de

    Deswegen gibt es ja das Bug-Ticket, weil das so vermutlich noch nie berücksichtigt wurde. Es sollte auch erwähnt werden, dass about:config unter Android nicht alle Schalter berücksichtigt, weil es schlichtweg keinen Sinn ergibt.

    Ach ja, es heisst browser.sessionstore.max_tabs_undo

  • Adressleisten / Text / Zusatzsuchfunktion?

    • .DeJaVu
    • 18. April 2026 um 16:34

    Ich frag nochmal: toolkit.legacyUserProfileCustomizations.stylesheets gesetzt?

    Richtiges profil erwischt?

    Ordner \chrome\ ?

    UserChrome.css <-- muss genau so geschrieben werden.

    Ansonsten - gesamten Chrome-Ordner zippen, hier anhängen. Ratespielchen häppchenweise müssen nicht sein.

  • Adressleisten / Text / Zusatzsuchfunktion?

    • .DeJaVu
    • 18. April 2026 um 16:11
    CSS
    .urlbar-go-button,
    toolbarbutton.searchmode-switcher,
    .urlbar vbox.urlbarView {
      display: none !important;
    }

    Weil #searchbar-new nicht die Adresseingabe berücksichtigt wie im allerersten Bild zu sehen ist ;)

  • Adressleisten / Text / Zusatzsuchfunktion?

    • .DeJaVu
    • 18. April 2026 um 15:56

    Du hast in about:config aber schon toolkit.legacyUserProfileCustomizations.stylesheets auf true gestellt?

    Und die Datei heisst userChrome.css bei dir?

  • Wozu dient das Hauptpasswort?

    • .DeJaVu
    • 18. April 2026 um 15:54

    Mir stellt sich die Frage, warum du überhaupt ein Hauptpasswort eingerichtet hast, ohne zu wissen, was es überhaupt ist und bewirkt? Denn genau so liest sich deine Anfrage in diesem Teil:

    Zitat von Cupcake

    Wenn ich das FF Sandwich Menü aufrufe und dann Passwörter, nur dann wird nach dem MP gefragt, um sämtliche Passwörter sichtbar werden zu lassen. Ich ging wohl fälschlicherweise davon aus, der MP ist gleichzusetzen mit einem Passwort Manager.

    Unter Umständen fragt Firefox sogar schon beim Start nach dem Hauptkennwort. Bei mir dürfte das wegen Sync der Fall sein.

  • Adressleisten / Text / Zusatzsuchfunktion?

    • .DeJaVu
    • 18. April 2026 um 10:06

    Ecosia ist deine eingestellt Suchmaschine...

    CSS
    #urlbar-results .urlbarView-row[type="search"]
    {
        display: none !important;
    }
  • Fuchs als Hintergrundbild

    • .DeJaVu
    • 18. April 2026 um 09:59

    Die deutsche Seite des WWF ist da ausführlicher

    Rote Pandas (Kleine Pandas) im WWF-Artenlexikon
    Alles Wichtige zum Roten Panda (Kleiner Panda) erfahren Sie im Artenlexikon des WWF: Wo leben Rote Pandas? Was fressen Rote Pandas? Die Antworten gibt es hier!
    www.wwf.de
    Zitat

    Der Rote Panda (Kleiner Panda) wurde bereits 1821 und damit schon 48 Jahre vor seinem berühmten Namensvetter, dem Großen Panda, entdeckt. Sein chinesische Name Hun-ho bedeutet im Deutschen „Feuerfuchs“ und weist auf die vorwiegend glänzend rote Färbung des Tieres hin.

    [...]

    Rote Pandas haben eine Kopfrumpflänge von 51 bis 73 Zentimetern, ihr Schwanz ist zwischen 28 und 49 Zentimeter lang. Die Tiere wiegen zwischen drei und sechs Kilogramm. Rote Pandas haben einen runden Kopf mit kurzer Schnauze und relativ großen spitzen Ohren. Ihre Schnauze, das Kinn und die Wangen sind – ebenso wie die Ohr-Innenseiten und Ohrränder – weiß bzw. cremefarben. Das Rückenfell ist von einem rötlichen Braun, die Gliedmaßen sind schwarz. Kleine Pandas haben einen buschigen Schwanz, der abwechselnd rot und cremefarben geringelt ist. Ihre Fellfarbe und der buschige Schwanz gaben ihnen auch den Namen „Feuerfuchs“. Im Vergleich zum Westlichen Kleinen Panda (Ailurus fulgens) hat der Styans Kleiner Panda (Ailurus styani) längeres Winterfell und ist insgesamt dunkler gefärbt.

  • Firefox "deinstalliert" sich nach Update (Desktop-Symbol verschwindet)

    • .DeJaVu
    • 18. April 2026 um 09:54

    Also liegt es nicht an Firefox bzw dessen Installation, sondern an dem, was danach erfolgt. Da uns dieses Script unbekannt ist, kann man da auch nicht helfen.

    Und nein, es braucht keinen Webinstaller. Allenfalls diese "kleine" Info, frag mich bitte nicht, woher ich das habe. Erstellungsdatum 2021.

    Code
    Please use download.mozilla.org to retrieve the latest Firefox release. 
    
    For example, if you wish to download the US English installer for Windows (32bit)
    the url is
       https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US
    
    This could be pasted into the location bar of a browser, or used with curl or wget,  e.g. 
    wget -O FirefoxSetup.exe "https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US"
    
    For other operating systems replace 'os=win' with:
       Windows 64bit              os=win64
       OS X                       os=osx
       Linux x86_64               os=linux64
       Linux i686                 os=linux
    
    For other languages replace 'lang=en-US' with:
       Acholi                     lang=ach
       Afrikaans                  lang=af
       Albanian                   lang=sq
       Arabic                     lang=ar
       Aragonese                  lang=an
       Armenian                   lang=hy-AM
       Assamese                   lang=as
       Asturian                   lang=ast
       Azerbaijani                lang=az
       Basque                     lang=eu
       Belarusian                 lang=be
       Bengali (Bangladesh)       lang=bn-BD
       Bengali (India)            lang=bn-IN
       Bosnian                    lang=bs
       Breton                     lang=br
       Bulgarian                  lang=bg
       Catalan                    lang=ca
       Chinese (Simplified)       lang=zh-CN
       Chinese (Traditional)      lang=zh-TW
       Croatian                   lang=hr
       Czech                      lang=cs
       Danish                     lang=da
       Dutch                      lang=nl
       English (British)          lang=en-GB
       English (South African)    lang=en-ZA
       Esperanto                  lang=eo
       Estonian                   lang=et
       Finnish                    lang=fi
       French                     lang=fr
       Frisian                    lang=fy-NL
       Fulah                      lang=ff
       Gaelic (Scotland)          lang=gd
       Galician                   lang=gl
       German                     lang=de
       Greek                      lang=el
       Gujarati (India)           lang=gu-IN
       Hebrew                     lang=he
       Hindi (India)              lang=hi-IN
       Hungarian                  lang=hu
       Icelandic                  lang=is
       Indonesian                 lang=id
       Irish                      lang=ga-IE
       Italian                    lang=it
       Kannada                    lang=kn
       Kazakh                     lang=kk
       Khmer                      lang=km
       Korean                     lang=ko
       Latvian                    lang=lv
       Ligurian                   lang=lij
       Lithuanian                 lang=lt
       Lower Sorbian              lang=dsb
       Macedonian                 lang=mk
       Maithili                   lang=mai
       Malay                      lang=ms
       Malayalam                  lang=ml
       Marathi                    lang=mr
       Norwegian (Bokmål)        lang=nb-NO
       Norwegian (Nynorsk)        lang=nn-NO
       Oriya                      lang=or
       Persian                    lang=fa
       Polish                     lang=pl
       Portuguese (Brazilian)     lang=pt-BR
       Portuguese (Portugal)      lang=pt-PT
       Punjabi (India)            lang=pa-IN
       Romanian                   lang=ro
       Romansh                    lang=rm
       Russian                    lang=ru
       Serbian                    lang=sr
       Sinhala                    lang=si
       Slovak                     lang=sk
       Slovenian                  lang=sl
       Songhai                    lang=son
       Spanish (Argentina)        lang=es-AR
       Spanish (Chile)            lang=es-CL
       Spanish (Mexico)           lang=es-MX
       Spanish (Spain)            lang=es-ES
       Swedish                    lang=sv-SE
       Tamil                      lang=ta
       Telugu                     lang=te
       Thai                       lang=th
       Turkish                    lang=tr
       Ukrainian                  lang=uk
       Upper Sorbian              lang=hsb
       Uzbek                      lang=uz
       Vietnamese                 lang=vi
       Welsh                      lang=cy
       Xhosa                      lang=xh
    
    
    Mozilla Release Engineering
    Email: release-engineering@lists.mozilla.org
    Web:   https://groups.google.com/forum/#!forum/mozilla.release.engineering
    Alles anzeigen

    Und das mit v127, das ist hart, so eine aktive Sicherheitslücke zu installieren, um dann zu hoffen, dass ein Update es richtet.

    Und - das hier ist so ziemlich da Dümmste, was man mit Firefox machen kann

    Code
    taskkill /IM firefox.exe /F

    Nicht taskkill, sondern /F. taskkill sendet ohne /F den WM_CLOSE Befehl, also reguläres Beenden. Damit gibt man dem Programm die Möglichkeit, seine Daten ordentlich zu speichern vorher, statt mit /F per "force" abgewürgt zu werden inklusive defekte Daten.

    Und ja, an dieser Stelle muss man solch mangelndes Wissen einfach nur kritisieren.

  • Firefox "deinstalliert" sich nach Update (Desktop-Symbol verschwindet)

    • .DeJaVu
    • 17. April 2026 um 17:06

    Die Installation erstellt genau eine Verknüpfung auf dem desktop - und zwar für "public" = Alle Nutzer. Ich würde sagen, dass die Administration da was verbockt hat, wenn die Verknüpfung dort nicht zu finden ist, oder nicht mehr zugänglich.

    Will niemandem was, aber es gibt Richtlinien für sowas. Kann aus Versehen passiert sein, "public" hat jedoch gerade bei Unternehmensrechnern eine höhere Bedeutung als bei privat.

    Ach ja, für Firefox kann ich eurem Unternehmen die Mozilla Firefox Gruppenrichtlinien nahe legen, falls noch nicht genutzt

    Policy Templates for Firefox

  • Paypal-Startseite plötzlich Englisch

    • .DeJaVu
    • 16. April 2026 um 18:11

    paypal.de ist lediglih eine Umleitung. paypal.com bzw paypal.com/de für den deutsche Raum ist eine automatische Erkennung.

    Wenn du paypal nur mit HTTP statt HTTPS richtig erreichst, ist irgendwas faul auf deinem System.

    Teste ein neues Profil, oder sag uns wenigstens, welche Sicherheitssoftware bei dir aktiv ist. (ja, ist auch auf Linux anwendbar, nicht nur Windows)

    Firefox-Profile mithilfe der Profilverwaltung erstellen und löschen
    Mithilfe der Profilverwaltung Firefox-Profile erstellen, löschen oder zwischen ihnen wechseln | Hilfe zu Firefox

    Was ich dir sagen kann, dass Mint 22.3 (und auch generell Mint 22/21/20) damit überhaupt kein Problem haben/hatten. Und die haben eine Kopie von meinem Profil unter Windows erhalten.

  • Kann auf https://www.melitta.de die Bestellung nicht abschließen!

    • .DeJaVu
    • 12. April 2026 um 12:46

    Gerne doch.

    Ich nutzte einst Group Speed Dial, bin aber von jeglichen Dials weg hin zu schnell erreichbaren Lesezeichen, die ähnlich strukturiert sind.

    Was diese beiden Dials so groß macht (15mb, 4mb) sind die integrierten Hintegrundbilder. Nett, aber bläst es unnötig auf. Eine Online-Verbindung hingegen dürfte der Privatsphäre nicht einträglich sein. Deshalb würde ich bei sowas auch auf Größe achten, immerhin muss Firefox das auch einladen. GSD ist mit 3MB aber auch nicht klein".

    Im Vergleich zu ublock mit 4mb, adguard 19mb, languagetool 15mb, localcdn 24mb vernachlässigbar. Drei davon beinhalten etliche Listen, Languagetool etliche Daten in verschiedenen Sprachen zu Emojis. ublock Lite hat wegen der Listen auch schon 9mb. Fazit: je mehr Erweiterungen Firefox einladen muss, desto langsamer startet es, das ist auch auf modernen Rechnern messbar. Und jetzt auf einer 10-15 Jahre alten Hardware übertragen, ist das merklich.

  • Firefox crashes

    • .DeJaVu
    • 12. April 2026 um 12:12

    An Erweiterungen kann es nicht liegen:

    d61e3bef-cce6-487a-b719-69a690260401 [@shutdownhang | mozilla::SpinEventLoopUntil(nsTSubstring<T> const&, (anonymous namespace)::ParentImpl::ShutdownBackgroundThread::<T>&&, nsIThread*) | (anonymous namespace)::ParentImpl::ShutdownBackgroundThread]
    In Firefox 149.0 (default) 20260318190823
    crash-stats.mozilla.org

    Was jedoch so nicht stimmen kann, wenn man sich die "Telemetry" anschaut, Hab das mal formatiert

    Code
    {
        "build": {
            "applicationId": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
            "applicationName": "Firefox",
            "architecture": "x86-64",
            "buildId": "20260318190823",
            "version": "149.0",
            "vendor": "Mozilla",
            "displayVersion": "149.0",
            "platformVersion": "149.0",
            "xpcomAbi": "x86_64-msvc",
            "updaterAvailable": true
        },
        "partner": {
            "distributionId": null,
            "distributionVersion": null,
            "partnerId": null,
            "distributor": null,
            "distributorChannel": null,
            "partnerNames": []
        },
        "system": {
            "memoryMB": 16065,
            "virtualMaxMB": 134217728,
            "cpu": {
                "extensions": [
                    "hasMMX",
                    "hasSSE",
                    "hasSSE2",
                    "hasSSE3",
                    "hasSSSE3",
                    "hasSSE4_1",
                    "hasSSE4_2",
                    "hasAVX",
                    "hasAVX2",
                    "hasAES"
                ]
            },
            "os": {
                "name": "Windows_NT",
                "version": "10.0",
                "locale": "en-US",
                "servicePackMajor": 0,
                "servicePackMinor": 0,
                "windowsBuildNumber": 19045,
                "windowsUBR": 7058
            },
            "hdd": {
                "profile": {
                    "model": null,
                    "revision": null,
                    "type": null
                },
                "binary": {
                    "model": null,
                    "revision": null,
                    "type": null
                },
                "system": {
                    "model": null,
                    "revision": null,
                    "type": null
                }
            },
            "gfx": {
                "DWriteEnabled": true,
                "ContentBackend": "Skia",
                "Headless": false,
                "TargetFrameRate": 60,
                "textScaleFactor": 1.1799999475479127,
                "adapters": [
                    {
                        "description": "Intel(R) HD Graphics 530",
                        "vendorID": "0x8086",
                        "deviceID": "0x1912",
                        "subsysID": "19121849",
                        "RAM": 0,
                        "driver": "igdumdim64 igd10iumd64 igd10iumd64 igd12umd64 igdumdim32 igd10iumd32 igd10iumd32 igd12umd32",
                        "driverVendor": null,
                        "driverVersion": "31.0.101.2111",
                        "driverDate": "7-19-2022",
                        "GPUActive": true
                    }
                ],
                "monitors": [
                    {
                        "screenWidth": 1920,
                        "screenHeight": 1080,
                        "defaultCSSScaleFactor": 1.7699999809265137,
                        "contentsScaleFactor": 1,
                        "refreshRate": 59,
                        "pseudoDisplay": false
                    }
                ],
                "features": {
                    "compositor": "webrender",
                    "hwCompositing": {
                        "status": "available"
                    },
                    "gpuProcess": {
                        "status": "available"
                    },
                    "webrender": {
                        "status": "available"
                    },
                    "wrCompositor": {
                        "status": "available"
                    },
                    "openglCompositing": {
                        "status": "unused"
                    },
                    "d3d11": {
                        "status": "available",
                        "version": 45312,
                        "warp": false,
                        "textureSharing": true,
                        "blocklisted": false
                    }
                }
            },
            "appleModelId": null,
            "hasWinPackageId": false,
            "sec": {
                "antivirus": [
                    "Microsoft Defender Antivirus"
                ],
                "antispyware": null,
                "firewall": [
                    "Windows Firewall"
                ]
            }
        },
        "settings": {
            "blocklistEnabled": true,
            "e10sEnabled": true,
            "e10sMultiProcesses": 8,
            "fissionEnabled": true,
            "locale": "en-US",
            "intl": {
                "requestedLocales": [
                    "en-US"
                ],
                "availableLocales": [
                    "en-US"
                ],
                "appLocales": [
                    "en-US"
                ],
                "systemLocales": [
                    "en-US"
                ],
                "regionalPrefsLocales": [
                    "en-US"
                ],
                "acceptLanguages": [
                    "en-US",
                    "en"
                ]
            },
            "update": {
                "channel": "default",
                "enabled": true,
                "autoDownload": true,
                "background": true
            },
            "userPrefs": {
                "accessibility.force_disabled": 1,
                "app.shield.optoutstudies.enabled": false,
                "browser.cache.disk.capacity": 1048576,
                "browser.search.region": "US",
                "browser.startup.page": 3,
                "browser.urlbar.autoFill": true,
                "browser.urlbar.autoFill.adaptiveHistory.enabled": false,
                "browser.urlbar.dnsResolveSingleWordsAfterSearch": 0,
                "browser.urlbar.suggest.quicksuggest.sponsored": true,
                "devtools.chrome.enabled": true,
                "devtools.debugger.remote-enabled": true,
                "doh-rollout.doorhanger-decision": "UIOk",
                "general.config.filename": "<set>",
                "general.smoothScroll": true,
                "media.gmp-gmpopenh264.lastInstallStart": 1742576469,
                "media.gmp-gmpopenh264.lastDownload": 1742576469,
                "media.gmp-gmpopenh264.lastUpdate": 1742576470,
                "media.gmp-widevinecdm.lastInstallStart": 1764782870,
                "media.gmp-widevinecdm.lastDownload": 1764782872,
                "media.gmp-widevinecdm.lastUpdate": 1764782873,
                "media.gmp-manager.lastCheck": 1775063152,
                "media.gmp-manager.lastEmptyCheck": 1775063152,
                "network.http.microsoft-entra-sso.enabled": false,
                "network.http.windows-sso.enabled": true,
                "network.trr.strict_native_fallback": false,
                "signon.generation.enabled": false,
                "widget.content.gtk-high-contrast.enabled": true
            },
            "sandbox": {
                "effectiveContentProcessLevel": 9,
                "contentWin32kLockdownState": 15
            },
            "launcherProcessState": 0,
            "addonCompatibilityCheckEnabled": true,
            "isDefaultBrowser": true,
            "defaultSearchEngine": "google-b-1-d",
            "defaultSearchEngineData": {
                "loadPath": "[app]google",
                "name": "Google",
                "submissionURL": "https://www.google.com/search?client=firefox-b-1-d&q="
            }
        },
        "profile": {
            "creationDate": 18145,
            "resetDate": 19721,
            "firstUseDate": 18145
        },
        "addons": {
            "activeAddons": {
                "jid0-RvYT2rGWfM8q5yWxIxAHYAeo5Qg@jetpack": {
                    "version": "3.5.3",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Duplicate Tabs Closer",
                    "name": "Duplicate Tabs Closer",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "alltabshelper@alltabshelper.org": {
                    "version": "1.2.45",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "All Tabs Helper",
                    "name": "All Tabs Helper",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "jid1-Y3WfE7td45aWDw@jetpack": {
                    "version": "0.2.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "One click to close any overlay on any website.",
                    "name": "Behind The Overlay",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{ce9f4b1f-24b8-4e9a-9051-b9e472b1b2f2}": {
                    "version": "5.0.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Delete browsing data directly from the browser toolbar. Clear cookies, history and cache with a sing",
                    "name": "Clear Browsing Data",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "lumerias-clear-storage@lumerias.com": {
                    "version": "1.1resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Delete Cookies, Supercookies and more with a single click.",
                    "name": "Clear Storage Button",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{15b1b2af-e84a-4c70-ac7c-5608b0eeed5a}": {
                    "version": "2.18.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Advanced browser cookie manager.",
                    "name": "Cookiebro",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "copyplaintext@eros.man": {
                    "version": "1.15",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Copy/Paste Plain Text without any formatting",
                    "name": "Copy PlainText",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "jid1-vs5odTmtIydjMg@jetpack": {
                    "version": "2.4.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Right-click selected text to copy the URL of any links it contains.",
                    "name": "Copy Selected Links",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "custom-link-color@iBoonie": {
                    "version": "1.4.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Customize the visited link color for google search results.",
                    "name": "Custom Google Visited Link Color",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "s3download@statusbar": {
                    "version": "5.12",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "View and manage downloads from a tidy statusbar",
                    "name": "Download Manager (S3)",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "mute-all-inactive-tabs@evilpie.tomschuster.name": {
                    "version": "0.3resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Automatically mutes all inactive tabs.\nManually unmuted tabs (right click on a tab and select \"Unmut",
                    "name": "Mute all inactive tabs",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{64d3e6d6-8a71-4443-b60b-a9b12ff1ec14}": {
                    "version": "1.9.9",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Sends Download Links to Neat Download Manager",
                    "name": "NeatDownloadManager Extension",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{cf9bb404-04a5-4329-8764-aae71359f0f8}": {
                    "version": "1.2.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Simply the fastest & easiest way to download video & audio from youtube, vk, twitter, facebook, & ma",
                    "name": "OFFMP4 - Online Video Download Helper",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{e1ed7a80-7c11-4f7e-968b-79b551a0067f}": {
                    "version": "1.10",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Moves the reload bar to the address bar",
                    "name": "Reload in address bar",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "jid1-8e4xN5rmRmX62g@jetpack": {
                    "version": "0.5resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Change a visited link to unvisited",
                    "name": "Remove Visited Link",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{e8056f6a-5199-4984-a5a2-e291ba2cb1e8}": {
                    "version": "4.0.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Zoom web pages with the left or right mouse button and the scroll wheel.",
                    "name": "Scroll Zoom",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "snap-back-single@codefisher.org": {
                    "version": "1.6resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Go back to the very first page that was opened in the current tab.",
                    "name": "Snatp Back Button",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "tab-counter-plus@Loirooriol": {
                    "version": "3.4",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Shows the number of tabs in each window. Efficient and customizable.",
                    "name": "Tab Counter Plus",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "webext@tabmixplus.org": {
                    "version": "0.1.1resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Tab browsing with an added boost.",
                    "name": "Tab Mix - Links",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{ecdeca5f-93eb-4757-8cad-9c4ab7568649}": {
                    "version": "1.8.6resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Copy links in various formats to the clipboard from the context menu. Heavily inspired by the CoLT a",
                    "name": "Link Text and Location Copier",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "jid1-mMNvppACqZ8HOQ@jetpack": {
                    "version": "0.3resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Remove or crop-to selection from context menu",
                    "name": "Remove/Crop-to Selection",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{65a2d764-7358-455b-930d-5afa86fb5ed0}": {
                    "version": "3.5.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Add / export and import custom search engines",
                    "name": "Search Engines Helper",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{9fc6ffbd-fbc4-43ac-9376-f6d789bea76d}": {
                    "version": "0.4resigned1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Temporarily replace the asterisks in a password field with readable characters.",
                    "name": "see-password",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{37fa1426-b82d-11db-8314-0800200c9a66}": {
                    "version": "4.2.23",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19903,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Notifier for Gmail, Hotmail, Yahoo, AOL and so on",
                    "name": "X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "quick-bookmarking@gustiaux.com": {
                    "version": "1.0.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19904,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "WebExtension allowing you to quickly bookmark pages to a default bookmark location via a dedicated i",
                    "name": "Quick Bookmarking",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19904,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "private-relay@firefox.com": {
                    "version": "2.8.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19904,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Firefox Relay makes it easy to create email masks that forward to your true inbox.",
                    "name": "Firefox Relay",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{d8c7bd7f-3e7d-456a-be71-29973917ec72}": {
                    "version": "1.8.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 19904,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Adds scroll to Top and Bottom buttons on all sites",
                    "name": "Top and Bottom scroll buttons",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{16f963cb-ddd7-4af6-b60d-13269ac96e2a}": {
                    "version": "0.1.2",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Convert your mouse cursor to a high-quality magnifying glass",
                    "name": "Magnifying Glass",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "showmethepassword@alejandrobrizuela.com.ar": {
                    "version": "3.1.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "A simple addon that shows you the password (what you write)",
                    "name": "Show me the password!",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{086f665e-6a55-4107-9147-f9a14e72b137}": {
                    "version": "0.3.8",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Open current page, link, or all tabs in the Chrome browser.",
                    "name": "Open in Chrome™ Browser",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{f01b6ea5-5910-4359-afee-9f0de052c7a1}": {
                    "version": "2.6",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Flips to the last accessed tab in the same window, or in any window.",
                    "name": "Switch To Previous Active Tab",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19906,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{65b77238-bb05-470a-a445-ec0efe1d66c4}": {
                    "version": "0.6.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Run any external application with custom arguments from the browser toolbar or context menu to send ",
                    "name": "External Application Launcher",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19904,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{b144be59-6bdc-41e0-9141-9f8d00373d93}": {
                    "version": "1.6.6",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Copy the text of the link.",
                    "name": "Copy Link Text",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "multipletab@piro.sakura.ne.jp": {
                    "version": "3.2.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Provides ability to manage multiple tabs at a time.",
                    "name": "Multiple Tab Handler",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "jid1-KdTtiCj6wxVAFA@jetpack": {
                    "version": "3.49.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Swiftly access your search engines in a popup panel when you select text in a webpage. Context searc",
                    "name": "Swift Selection Search",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{4853d046-c5a3-436b-bc36-220fd935ee1d}": {
                    "version": "8.1.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20358,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Reopens the last closed tab.",
                    "name": "Undo Close Tab",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{1fb1ffdc-b95d-451e-be52-7303adf9a0d3}": {
                    "version": "0.3.5",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20467,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Sends your downloading jobs to the Free Download Manager by pausing the built-in download manager",
                    "name": "Download with Free Download Manager (FDM)",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "potplayer_shortcut@ru-board.com": {
                    "version": "1.28",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20468,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Quickly play or add a YouTube video (playlist), Twitch to PotPlayer using buttons on a page, also vi",
                    "name": "PotPlayer YouTube Shortcut, Open Links",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19905,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{3117b8b0-9eb4-4274-abfb-bdc2ec48d363}": {
                    "version": "0.3",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20469,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Allows you to quickly navigate your browser history and to switch between tabs by clicking on the le",
                    "name": "Mile Wide Back",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19904,
                    "signedState": 2,
                    "signedTypes": "[2,0]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "jid0-gRmSxW9ByuHwGjLhtXJg27YnZRs@jetpack": {
                    "version": "5.3.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20482,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Scroll to top and vice versa in a window.",
                    "name": "Scroll To Top",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{e427e22d-70e7-4132-8764-8bab93601197}": {
                    "version": "0.1.6",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20501,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Easily open desired links in the VLC (VideoLAN) media player!",
                    "name": "Open in VLC™",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{a831defa-a6c9-4ca9-9593-9ccaf98462d9}": {
                    "version": "1.7.2",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20514,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Adds volume and play controls to Instagram videos.",
                    "name": "Video Control for Instagram",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 20514,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{84c8edb0-65ca-43a5-bc53-0e80f41486e1}": {
                    "version": "3.87.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20514,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Seek, control volume, speed, and more with mouse and keyboard. Adjust player controls, progress bar,",
                    "name": "Tweaks for YouTube",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19904,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": false,
                    "quarantineIgnoredByUser": false
                },
                "{c23d8eea-4e71-4573-a245-4c97f8e1a1e0}": {
                    "version": "4.87.3",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20516,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Hover to zoom and view high-definition images. Instantly enlarge visuals, crafted for all your favor",
                    "name": "PhotoShow",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{b9db16a4-6edc-47ec-a1f4-b86292ed211d}": {
                    "version": "10.2.5.2",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20517,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Download Videos from the Web.",
                    "name": "Video DownloadHelper",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{531906d3-e22f-4a6c-a102-8057b88a1a63}": {
                    "version": "1.22.98",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20518,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Save a complete page into a single HTML file",
                    "name": "SingleFile",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19904,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "uBlock0@raymondhill.net": {
                    "version": "1.70.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20526,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Finally, an efficient blocker. Easy on CPU and memory.",
                    "name": "uBlock Origin",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{036a55b4-5e72-4d05-a06c-cba2dfcc134a}": {
                    "version": "10.1.1.1",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20532,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Translate your page in real time using Google or Yandex.",
                    "name": "TWP - Translate Web Pages",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 20532,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "{446900e4-71c2-419f-a6a7-df9c091e268b}": {
                    "version": "2026.2.0",
                    "scope": 1,
                    "type": "extension",
                    "updateDay": 20539,
                    "isSystem": false,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive",
                    "name": "Bitwarden Password Manager",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 19903,
                    "signedState": 2,
                    "signedTypes": "[2,1]",
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "formautofill@mozilla.org": {
                    "version": "1.0.1",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": null,
                    "name": "Form Autofill",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "newtab@mozilla.org": {
                    "version": "149.3.0",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "",
                    "name": "New Tab",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "pictureinpicture@mozilla.org": {
                    "version": "1.0.0",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Fixes for web compatibility with Picture-in-Picture",
                    "name": "Picture-In-Picture",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "addons-search-detection@mozilla.com": {
                    "version": "3.0.0",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "",
                    "name": "Add-ons Search Detection",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "webcompat@mozilla.org": {
                    "version": "149.10.0",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "Urgent post-release fixes for web compatibility.",
                    "name": "Web Compatibility Interventions",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "ipp-activator@mozilla.com": {
                    "version": "0.1",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "A system add-on to activate IPP in 143",
                    "name": "IPP Activator",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                },
                "data-leak-blocker@mozilla.com": {
                    "version": "144.0.0",
                    "scope": 4,
                    "type": "extension",
                    "updateDay": 0,
                    "isSystem": true,
                    "isWebExtension": true,
                    "multiprocessCompatible": true,
                    "blocklisted": false,
                    "description": "",
                    "name": "Data Leak Blocker",
                    "userDisabled": false,
                    "appDisabled": false,
                    "foreignInstall": false,
                    "hasBinaryComponents": false,
                    "installDay": 0,
                    "quarantineIgnoredByApp": true,
                    "quarantineIgnoredByUser": false
                }
            },
            "theme": {
                "id": "default-theme@mozilla.org",
                "blocklisted": false,
                "description": "Follow the operating system setting for buttons, menus, and windows.",
                "name": "System theme — auto",
                "userDisabled": false,
                "appDisabled": false,
                "version": "1.4.2",
                "scope": 4,
                "foreignInstall": false,
                "hasBinaryComponents": false,
                "installDay": 19721,
                "updateDay": 19721
            },
            "activeGMPlugins": {
                "gmp-gmpopenh264": {
                    "version": "2.6.0",
                    "userDisabled": false,
                    "applyBackgroundUpdates": 1
                },
                "gmp-widevinecdm": {
                    "version": "4.10.2934.0",
                    "userDisabled": false,
                    "applyBackgroundUpdates": 1
                }
            }
        }
    }
    Alles anzeigen

    Ich bin aber immer noch nicht schlauer, was CFI in Firefox macht, es wird auf searchfox fast nur mit dem crashreporter gezeigt. Was ich inzwischen weiss, dass damit nicht CFI von Windows gemeint ist:

    1333126 - Add support for CFI-based stack-walking to the minidump-analyzer tool
    VERIFIED (ccorcoran) in Toolkit - Crash Reporting. Last updated 2018-02-16.
    bugzilla.mozilla.org

    Eher was mit Stack, minidump. Was mich jetzt wundert, wenn Firefox-Prozesse gekillt werden.

  • Firefox crashes

    • .DeJaVu
    • 12. April 2026 um 10:03

    Sinnloses Beenden mit der Axt. Daraus resultiert zB "bak-rebuild". Das Profil ist Schrott. Das gesamte System ist Schrott, wenn Firefox so lange zum Beenden benötigt. Ich denke immer noch, dass die Hardware nicht mehr rundläuft, und falls nicht, dann ist es Windows, das von Grund auf neu installiert werden sollte.

  • Kann auf https://www.melitta.de die Bestellung nicht abschließen!

    • .DeJaVu
    • 11. April 2026 um 20:47
    Zitat von Mira_Belle

    Ach, und auf Standard zurückgesetzt!

    Dazu braucht es keine user.js. Einfach diese Zeilen löschen und im about:config zurücksetzen oder löschen. Das ist das fatale an einer user.js- man vergisst es zu schnell, und die meisten sind ungepflegt. Auch deswegen habe ich mich vor Jahren davon getrennt, die wenigen Einträge , an einer Hand abgezählt, hier sind schnell gemacht.

    Wegen

    Zitat von Mira_Belle

    ich nutze immer noch Speed Dial!
    Und nur so funktioniert es.

    Welches Dial genau? Wenn das deaktivierte XPI Signaturen benötigt, solltest du mal über einen Wechsel nachdenken, nicht nur, weil das "Speed Dial" - sollte es genau so heissen - dich eh ausspioniert, bzw deine Dials. Es gibt nur genau zwei Dials, die das nicht machen.

    Suchergebnisse für „speed dial“ – Add-ons für Firefox (de)

    Alles andere hat milupo schon genannt. Und in den besagten Firefox ist das defakto eine Sicherheitslücke.

  • Firefox ESR Version

    • .DeJaVu
    • 11. April 2026 um 20:36

    Vielleicht mal wieder doch Bitdefender?

    Beitrag

    RE: Zotero Connector

    […]

    Weil solche unnötigen Programme für viele Fehler bekannt sind;)

    Beispiel:

    Bitdefender - Verdächtige Verbindung blockiert - wegen Firefox
    2002Andreas
    10. März 2026 um 17:46

    Wie oft muss man eigentlich noch darauf hinweisen, diese Software endlich zu deinstallieren?

    Du bist mit einer der wenigen, die permanent mit Problemen hier aufschlagen, die sonst niemand hat. Zotero hat schon sehr deutlich auf eine andere Firewall hingewiesen, die nicht von Windows kommt. Und jetzt wieder. Was ein Trauerspiel.

  • Deutsch bei Firefox einstellen

    • .DeJaVu
    • 11. April 2026 um 19:17

    Abends. Was bedeutet denn "wieder"? Wann war es denn schon mal auf deutsch, und welche Sprache siehst du aktuell? In welcher Sprache ist denn dein Windows? Die Firefox-Downloadseite erkennt das nämlich. Ansonsten kenne ich solche Effekte, ohne weiteres menschliches Zutun nur von diesen "tollen" Programm-Updatern, die meistens nur die englische Variante kennen.

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon