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. Nia

Beiträge von Nia

  • Nach Update: Tabs verdecken das Menü

    • Nia
    • 29. November 2024 um 14:12

    Das dachte ich, aber es war wohl doch nicht so.
    Ich habe deinen Code von oben jetzt nochmal kopiert und eine neue userChrome.css Datei angelegt und sieht da, jetzt ist alles wieder ok, Tabs unten, Lesezeichen und Chronik sind wieder anklickbar und die Schriftgröße passt auch.

    Ganz herzlichen Dank für die schnelle Hilfe.

    Viele Grüße,
    Nia

    Bilder

    • Screenshot 2024-11-29 140904.jpg
      • 159,74 kB
      • 1.919 × 496
  • Nach Update: Tabs verdecken das Menü

    • Nia
    • 29. November 2024 um 13:59

    Jaaa, fast. Die Schriftgröße ist winzig, aber alles andere passt wieder.
    Und die Tabs sind leider auch noch nicht unten.

    Bilder

    • Screenshot 2024-11-29 135841.jpg
      • 105,95 kB
      • 1.919 × 299
  • Nach Update: Tabs verdecken das Menü

    • Nia
    • 29. November 2024 um 13:48
    Zitat von 2002Andreas
    Zitat von Nia

    aber leider hat es nicht geholfen

    was genau hast du denn gemacht?

    War in der userChrome.css Datei schon Text drin, oder hast du die Datei erst neu erstellen müssen?

    Ja, da war Text drin und ich habe ihn einfach mit dem alten Code von dem oben verlinkten Beitrag überschrieben.
    Dann habe ich den Firefox neu gestartet.

  • Nach Update: Tabs verdecken das Menü

    • Nia
    • 29. November 2024 um 13:43

    Ganz vielen Dank, aber leider hat es nicht geholfen, der Browser sieht noch genauso aus und die Menüleiste ist funktionslos.
    Und ja, den Pfad hatte ich schon geändert.

  • Nach Update: Tabs verdecken das Menü

    • Nia
    • 29. November 2024 um 13:09

    Moin liebe Wissenden,


    mein Firefox ist mal wieder defekt. Hatte ich schon erwähnt, dass ich Updates in jeder Form hasse?

    Aktuell sieht mein Firefox so aus wie in Bild eins. Auch wenn nur ein angepinnter Tab offen ist, der ja keinen Platz wegnimmt, kann ich keine Option in der Menüleiste anklicken, komme also nicht mehr in die selten benutzten Lesezeichen oder in die Chronik. Und da oben kann ich auch die Tabs nicht gebrauchen.

    Auf Bild zwei ist zu sehen, wie der Firefox aussehen soll. Das Menü ist oben, dann die Adresszeile darunter und unten die Symbolleiste. Die Tabs sollen dann ganz unten sitzen. Und die Schrift muss auch etwas größer sein, meine Augen sind schon ziemlich alt. ;)

    Dazu wurde mir im Forum schon mal hier:

    Beitrag

    RE: Update Tabs verdecken das Menü.

    […]



    So, das ist sie, siehe Anhang. Ich bin schon wunschlos glücklich. Das Pluszeichen funktioniert auch wieder und auch schließen kann ich Tabs wieder ganz normal.

    Ganz herzlichen Dank, du hast den Tag gerettet. <3

    Viele Grüße
    Nia

    schlingo , Danke für die Hilfe, aber das Problem wurde schon gelöst.
    Nia
    16. Mai 2023 um 12:52

    von 2002Andreas sehr gut geholfen. Kann ich den Code, den ich damals bekommen habe, einfach wieder verwenden und in die UserChrome.CSS - Datei hineinkopieren oder brauche ich dazu einen neuen Code?

    Und wo genau sitzt diese Datei, ist das hier der richtige Pfad? Den hab ich gegoogelt, weiß aber nicht, wie alt der Artikel ist.
    C:\Users\Shark-Designs\AppData\Roaming\Mozilla\Firefox\Profiles\hgj3i0ke.default-release\Chrome

    Und zur Info: Ich gehöre zu den völlig Ahnungslosen, wenn es um den PC geht, brauche also eine Anleitung zur Fehlerbehebung für Dummies, falls irgendetwas anders ist, als in dem oben verlinkten Post.


    Vielen Dank für die Hilfe,
    Nia

    Bilder

    • Screenshot 2024-11-29 123239.jpg
      • 123,35 kB
      • 1.919 × 412
    • Perfekt.JPG
      • 138,77 kB
      • 1.886 × 784
  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:52
    Zitat von 2002Andreas
    Zitat von Nia

    So hier ist sie:

    Frage vorweg, was genau möchtest du denn alles erreichen mit dem Code?

    Manches funktioniert nämlich nicht mehr so richtig :/

    Ansonsten, entfern den kompl. Inhalt der Datei, und füg diesen wieder ein:

    CSS
    #main-window , *{
    
    font-size:16px }
    
    
    window, page, dialog, wizard, prefwindow {
    
    background-color: rgb(231,237,245) !important; }
    
    
    
    #titlebar {
    
    order:  100 !important;
    
    }
    
    /* space above tabs toolbar */
    
    #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
    
    margin-top: -8px !important;
    
    }
    
    /* space for menubar above navigation toolbar (Firefox titlebar) */
    
    #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
    
    margin-top: 40px !important;
    
    }
    
    #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-
    
    bar {
    
    margin-top: 6px !important;
    
    }
    
    /* add 'drag' feature to space above navigation toolbar */
    
    #main-window[tabsintitlebar] #navigator-toolbox,
    
    #main-window[tabsintitlebar] #nav-bar {
    
    -moz-window-dragging: drag !important;
    
    }
    
    /* move menubar to the top and extend its with to full window width */
    
    #toolbar-menubar {
    
    position: fixed !important;
    
    width: 100vw !important;
    
    -moz-window-dragging: drag !important;
    
    }
    
    /* move menubars / tab toolbars caption buttons to windows top right position */
    
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    
    position: fixed !important;
    
    right: 0 !important;
    
    visibility: visible !important;
    
    display: block !important;
    
    }
    
    /* menubar postion after moving to the top */
    
    #toolbar-menubar {
    
    top: 10px !important;
    
    }
    
    /* Linux/macOS */
    
    /* space above navigation toolbar (OS titlebar) */
    
    /* set to '0', if no menubar is used */
    
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    
    margin-top: 39px !important;
    
    }
    
    /* menubar postion in maximized mode after moving to the top */
    
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    
    top: 0px !important;
    
    }
    
    /* caption button position in maximized mode after moving to the top */
    
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
    
    #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"])
    
    .titlebar-buttonbox-container {
    
    top: 4px !important;
    
    }
    
    /* Windows */
    
    Media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
    
    version:windows-win7) {
    
    /* set to '0', if no menubar is used */
    
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    
    margin-top: 8px !important;
    
    }
    
    /* set to '0', if no menubar is used */
    
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    
    ([sizemode="fullscreen"]) #nav-bar {
    
    margin-top: 4px !important;
    
    }
    
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    
    top: 8px !important;
    
    }
    
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    
    container {
    
    top: 0px !important;
    
    }
    
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    
    top: 8px !important;
    
    }
    
    }
    
    /* hide line above navigation toolbar appearing in some cases */
    
    #main-window:not([tabsintitlebar]) #nav-bar,
    
    #main-window:not([tabsintitlebar]) #navigator-toolbox {
    
    border-top: 0 !important;
    
    box-shadow: unset !important;
    
    }
    
    /* tweaks for fullscreen mode */
    
    #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar {
    
    -moz-padding-start: 0px !important;
    
    }
    
    /* tweaks for fullscreen mode */
    
    #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"])
    
    .titlebar-buttonbox-container,
    
    #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~
    
    #TabsToolbar .titlebar-buttonbox-container,
    
    #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button,
    
    #main-window #TabsToolbar #window-controls {
    
    display: none !important;
    
    }
    
    /* hide non-required items */
    
    #TabsToolbar .private-browsing-indicator,
    
    #TabsToolbar #window-controls,
    
    #TabsToolbar *[type="caption-buttons"],
    
    #TabsToolbar *[type="pre-tabs"],
    
    #TabsToolbar *[type="post-tabs"] {
    
    display: none !important;
    
    }
    
    /* Windows 7 extra tweaks */
    
    Media (-moz-os-version: windows-win7) {
    
    Media all and (-moz-windows-compositor) {
    
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
    
    buttonbox-container {
    
    display: none !important;
    
    }
    
    }
    
    Media not all and (-moz-windows-compositor) {
    
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    
    container {
    
    top: -8px !important;
    
    }
    
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    
    top: 0px !important;
    
    }
    
    }
    
    }
    
    /* Windows 10 extra tweaks */
    
    Media (-moz-os-version: windows-win10) {
    
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
    
    ([disabled="true"]),
    
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
    
    menuactive="true"]:not([disabled="true"]) {
    
    background-color: Highlight !important;
    
    color: HighlightText !important;
    
    }
    
    }
    
    /* disable Mozillas tab jumping nonsense when moving tabs */
    
    #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
    
    padding-bottom: unset !important;
    
    }
    
    #navigator-toolbox[movingtab] #tabbrowser-tabs {
    
    padding-bottom: unset !important;
    
    margin-bottom: unset !important;
    
    }
    
    #navigator-toolbox[movingtab] > #nav-bar {
    
    margin-top: unset !important;
    
    }
    
    menupopup > menuitem,
    
    menupopup > menu {
    
    padding-block: 0 !important;
    
    padding-inline-start: 14px !important;
    
    font-size: 17px !important;
    
    }
    Alles anzeigen

    Danach den Firefox neu starten.

    Sieht dann hier so aus:

    Alles anzeigen



    So, das ist sie, siehe Anhang. Ich bin schon wunschlos glücklich. Das Pluszeichen funktioniert auch wieder und auch schließen kann ich Tabs wieder ganz normal.

    Ganz herzlichen Dank, du hast den Tag gerettet. <3

    Viele Grüße
    Nia

    schlingo , Danke für die Hilfe, aber das Problem wurde schon gelöst.

    Bilder

    • Perfekt.JPG
      • 138,77 kB
      • 1.886 × 784
  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:42

    Damit kann ich wohl leben, vielen Dank!
    Ich wollte damals, dass die Tabs unten sind und die Schrift etwas größer als der Standard, weil ich das so schlecht erkennen konnte.
    Ich probiere das jetzt mal eben aus mit deiner Userchrome.

  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:29

    Ganz vielen Dank!

    So hier ist sie:

    CSS
    #main-window , *{
    font-size:16px }
    
    
    window, page, dialog, wizard, prefwindow {
    background-color: rgb(231,237,245) !important; }
    
    
    
    
    #titlebar {
    -moz-box-ordinal-group: 100 !important;
    }
    /* space above tabs toolbar */
    #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
    margin-top: -8px !important;
    }
    /* space for menubar above navigation toolbar (Firefox titlebar) */
    #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 40px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-
    bar {
    margin-top: 6px !important;
    }
    /* add 'drag' feature to space above navigation toolbar */
    #main-window[tabsintitlebar] #navigator-toolbox,
    #main-window[tabsintitlebar] #nav-bar {
    -moz-window-dragging: drag !important;
    }
    /* move menubar to the top and extend its with to full window width */
    #toolbar-menubar {
    position: fixed !important;
    width: 100vw !important;
    -moz-window-dragging: drag !important;
    }
    /* move menubars / tab toolbars caption buttons to windows top right position */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    position: fixed !important;
    right: 0 !important;
    visibility: visible !important;
    display: block !important;
    }
    /* menubar postion after moving to the top */
    #toolbar-menubar {
    top: 10px !important;
    }
    /* Linux/macOS */
    /* space above navigation toolbar (OS titlebar) */
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 16px !important;
    }
    /* menubar postion in maximized mode after moving to the top */
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 0px !important;
    }
    /* caption button position in maximized mode after moving to the top */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container {
    top: 4px !important;
    }
    /* Windows */
    [user='47512']Media[/user] (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
    version:windows-win7) {
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 8px !important;
    }
    /* set to '0', if no menubar is used */
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([sizemode="fullscreen"]) #nav-bar {
    margin-top: 4px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 8px !important;
    }
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: 0px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 8px !important;
    }
    }
    /* hide line above navigation toolbar appearing in some cases */
    #main-window:not([tabsintitlebar]) #nav-bar,
    #main-window:not([tabsintitlebar]) #navigator-toolbox {
    border-top: 0 !important;
    box-shadow: unset !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar {
    -moz-padding-start: 0px !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~
    #TabsToolbar .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button,
    #main-window #TabsToolbar #window-controls {
    display: none !important;
    }
    /* hide non-required items */
    #TabsToolbar .private-browsing-indicator,
    #TabsToolbar #window-controls,
    #TabsToolbar *[type="caption-buttons"],
    #TabsToolbar *[type="pre-tabs"],
    #TabsToolbar *[type="post-tabs"] {
    display: none !important;
    }
    /* Windows 7 extra tweaks */
    [user='47512']Media[/user] (-moz-os-version: windows-win7) {
    [user='47512']Media[/user] all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
    buttonbox-container {
    display: none !important;
    }
    }
    [user='47512']Media[/user] not all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: -8px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 0px !important;
    }
    }
    }
    /* Windows 10 extra tweaks */
    [user='47512']Media[/user] (-moz-os-version: windows-win10) {
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
    ([disabled="true"]),
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
    menuactive="true"]:not([disabled="true"]) {
    background-color: Highlight !important;
    color: HighlightText !important;
    }
    }
    /* disable Mozillas tab jumping nonsense when moving tabs */
    #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
    padding-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] #tabbrowser-tabs {
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] > #nav-bar {
    margin-top: unset !important;
    }
    menupopup > menuitem,
    menupopup > menu {
    padding-block: 0 !important;
    padding-inline-start: 14px !important;
    font-size: 17px !important;
    }
    Alles anzeigen
  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:17

    Kannst du mir bitte sagen, wo ich den Profilordner finde? Sorry, aber ich gehöre zu den völlig Ahnungslosen. Mit dem PC kann ich genau so lange umgehen, wie alles funktioniert, passt etwas nicht, stehe ich da, wie der berühmte Ochse vorm Berg.

  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:10
    Zitat von 2002Andreas

    Hast du selber Anpassungen per z.B. CSS Codes gemacht?

    Ja, in der Userchrome.css, aber ich hab schon gesucht, ich kann sie nicht mehr finden. Die Änderung ist auch schon mehrere Jahre her.

  • Update Tabs verdecken das Menü.

    • Nia
    • 16. Mai 2023 um 12:03

    Hallo liebe Wissenden,

    mein Firefox hatte eben das neueste Update und hat sich damit unbrauchbar gemacht.

    -Meine Tabs sitzen auf der Menüleiste.
    -Neue Tabs lassen sich nicht mit dem Pluszeichen öffnen. (Ich öffne die jetzt über E-Mails).
    -Geöffnete Tabs lassen sich nicht mehr schließen.

    Kurz gesagt, ich kann den Browser so nicht verwenden.
    Weiß jemand Rat?
    Ganz unten sitzt jetzt die Tableiste mit den meistgenutzten Lesezeichen.

    Vielen Dank für die Hilfe.

    Bunte Grüße
    Nia

  • Senkrechten Abstand zwischen den Lesezeichen verringern

    • Nia
    • 13. Juni 2021 um 21:25

    Tadaaa - ich liebe dieses Forum!
    Ganz vielen Dank, grisu2099 es hat gekappt. :love: Jetzt ist alles wieder da, wo es sein soll.


    Danke und noch einen schönen Abend,
    Nia






  • Senkrechten Abstand zwischen den Lesezeichen verringern

    • Nia
    • 13. Juni 2021 um 21:11

    Danke für die schnelle Antwort.
    An welcher Stelle genau muss ich den Code oben den einfügen oder ist das egal?
    Meine userChrome.css sieht so aus:

    CSS
    #main-window , *{
    font-size:16px }
    
    
    window, page, dialog, wizard, prefwindow {
    background-color: rgb(231,237,245) !important; }
    
    
    
    
    #titlebar {
    -moz-box-ordinal-group: 100 !important;
    }
    /* space above tabs toolbar */
    #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
    margin-top: -8px !important;
    }
    /* space for menubar above navigation toolbar (Firefox titlebar) */
    #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 40px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-
    bar {
    margin-top: 6px !important;
    }
    /* add 'drag' feature to space above navigation toolbar */
    #main-window[tabsintitlebar] #navigator-toolbox,
    #main-window[tabsintitlebar] #nav-bar {
    -moz-window-dragging: drag !important;
    }
    /* move menubar to the top and extend its with to full window width */
    #toolbar-menubar {
    position: fixed !important;
    width: 100vw !important;
    -moz-window-dragging: drag !important;
    }
    /* move menubars / tab toolbars caption buttons to windows top right position */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    position: fixed !important;
    right: 0 !important;
    visibility: visible !important;
    display: block !important;
    }
    /* menubar postion after moving to the top */
    #toolbar-menubar {
    top: 10px !important;
    }
    /* Linux/macOS */
    /* space above navigation toolbar (OS titlebar) */
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 16px !important;
    }
    /* menubar postion in maximized mode after moving to the top */
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 0px !important;
    }
    /* caption button position in maximized mode after moving to the top */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container {
    top: 4px !important;
    }
    /* Windows */
    @media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
    version:windows-win7) {
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 8px !important;
    }
    /* set to '0', if no menubar is used */
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([sizemode="fullscreen"]) #nav-bar {
    margin-top: 4px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 8px !important;
    }
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: 0px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 8px !important;
    }
    }
    /* hide line above navigation toolbar appearing in some cases */
    #main-window:not([tabsintitlebar]) #nav-bar,
    #main-window:not([tabsintitlebar]) #navigator-toolbox {
    border-top: 0 !important;
    box-shadow: unset !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar {
    -moz-padding-start: 0px !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~
    #TabsToolbar .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button,
    #main-window #TabsToolbar #window-controls {
    display: none !important;
    }
    /* hide non-required items */
    #TabsToolbar .private-browsing-indicator,
    #TabsToolbar #window-controls,
    #TabsToolbar *[type="caption-buttons"],
    #TabsToolbar *[type="pre-tabs"],
    #TabsToolbar *[type="post-tabs"] {
    display: none !important;
    }
    /* Windows 7 extra tweaks */
    @media (-moz-os-version: windows-win7) {
    @media all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
    buttonbox-container {
    display: none !important;
    }
    }
    @media not all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: -8px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 0px !important;
    }
    }
    }
    /* Windows 10 extra tweaks */
    @media (-moz-os-version: windows-win10) {
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
    ([disabled="true"]),
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
    menuactive="true"]:not([disabled="true"]) {
    background-color: Highlight !important;
    color: HighlightText !important;
    }
    }
    /* disable Mozillas tab jumping nonsense when moving tabs */
    #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
    padding-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] #tabbrowser-tabs {
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] > #nav-bar {
    margin-top: unset !important;
    }
    Alles anzeigen
  • Senkrechten Abstand zwischen den Lesezeichen verringern

    • Nia
    • 13. Juni 2021 um 20:22

    Hallo liebe Wissenden,

    ich habe ein Problem mit den Abständen meiner Lesezeichen untereinander. Meine Ordner sind ziemlich vollgepackt und bisher habe ich alles wunderbar gefunden, was ich brauchte, aber seit dem neuen Firefox scroll ich mir hier eine runde Fingerkuppe und muss lange suchen, um das gewünschte zu finden.
    Gibt es die Möglichkeit, irgendwie die Abstände wieder zu verringern, sodass wieder mehr gemerkte Seiten, am besten so wie vorher, sichtbar sind? Ich hänge hier mal ein Bild an, wie es jetzt aussieht. Hübsch und übersichtlich, aber unbrauchbar, jedenfalls für mich.

    In einem anderen Beitrag habe ich gelesen, dass derartige Anpassungen mit der Userchrome.css Datei gemacht werden und die habe ich auch gefunden, der guten Erklärung in diesem Forum sei Dank, aber der Beitrag bezog sich auf Linux Mint und verstanden, was genau da eingetragen wird, habe ich leider auch nicht.

    Falls es da also einen Weg gibt, brauche ich bitte eine Schritt-für-Schritt-Anleitung, weil der PC für mich immer noch eins der weltgrößten Rätsel ist. 8)

    Vielen Dank,
    Nia


  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 23:07

    Das reich ich so mal weiter an denjenigen, der meine Shops eingerichtet hat.

    Ganz vielen Dank nochmal,
    Nia

  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 22:47

    Juhu, ganz vielen Dank, das Problem ist gelöst.
    Es waren die Schriftarten im Firefox, die müssen offenbar aktiv angeklickt werden, damit alles funktioniert. Jetzt kann ich mich nicht nur wieder einloggen, sondern auch die Ansicht ist wieder völlig normal, wie sie sein sollte.

    Ganz vielen Dank für die Hilfe und eine entspannte Adventszeit,
    Nia

  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 22:24

    Windows Defender.

  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 21:56

    Gute Anleitung, dankeschön!

    Code
    Allgemeine Informationen
    ------------------------
    
    Name: Firefox
    Version: 84.0
    Build-ID: 20201211215739
    Distributions-ID:
    Update-Kanal: release
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
    Betriebssystem: Windows_NT 10.0 19041
    Starter-Prozess: Aktiviert
    Fenster mit mehreren Prozessen: 1/1
    Fission-Fenster: 0/1 Standardmäßig deaktiviert
    Externe Prozesse: 6
    Unternehmensrichtlinien: Inaktiv
    Google-Location-Service-Schlüssel: Gefunden
    Google-Safebrowsing-Schlüssel: Gefunden
    Mozilla-Location-Service-Schlüssel: Gefunden
    Abgesicherter Modus: false
    
    Absturzberichte der letzten 3 Tage
    ----------------------------------
    
    Firefox-Funktionen
    ------------------
    
    Name: DoH Roll-Out
    Version: 2.0.0
    ID: doh-rollout@mozilla.org
    
    Name: Firefox Screenshots
    Version: 39.0.0
    ID: screenshots@mozilla.org
    
    Name: Form Autofill
    Version: 1.0
    ID: formautofill@mozilla.org
    
    Name: Web Compatibility Interventions
    Version: 17.0.0
    ID: webcompat@mozilla.org
    
    Name: WebCompat Reporter
    Version: 1.4.0
    ID: webcompat-reporter@mozilla.org
    
    Externe Prozesse
    ----------------
    
    Typ: Webinhalt
    Anzahl: 2 / 8
    
    Typ: about-Seite mit zusätzlichen Rechten
    Anzahl: 1
    
    Typ: Erweiterung
    Anzahl: 1
    
    Typ: Voralloziert
    Anzahl: 1
    
    Typ: GPU
    Anzahl: 1
    
    Add-ons
    -------
    
    Name: English United States Dictionary
    Typ: dictionary
    Version: 78.0
    Aktiviert: true
    ID: @unitedstatesenglishdictionary
    
    Name: AdBlock – der beste Ad-Blocker
    Typ: extension
    Version: 4.24.1
    Aktiviert: true
    ID: jid1-NIfFY2CA8fy1tg@jetpack
    
    Name: Amazon.de
    Typ: extension
    Version: 1.3
    Aktiviert: true
    ID: amazon@search.mozilla.org
    
    Name: Bing
    Typ: extension
    Version: 1.2
    Aktiviert: true
    ID: bing@search.mozilla.org
    
    Name: DuckDuckGo
    Typ: extension
    Version: 1.1
    Aktiviert: true
    ID: ddg@search.mozilla.org
    
    Name: eBay
    Typ: extension
    Version: 1.2
    Aktiviert: true
    ID: ebay@search.mozilla.org
    
    Name: Ecosia
    Typ: extension
    Version: 1.0
    Aktiviert: true
    ID: ecosia@search.mozilla.org
    
    Name: Google
    Typ: extension
    Version: 1.1
    Aktiviert: true
    ID: google@search.mozilla.org
    
    Name: Grammatik- und Rechtschreibprüfung - LanguageTool
    Typ: extension
    Version: 3.2.2
    Aktiviert: true
    ID: languagetool-webextension@languagetool.org
    
    Name: LEO Eng-Deu
    Typ: extension
    Version: 1.0
    Aktiviert: true
    ID: leo_ende_de@search.mozilla.org
    
    Name: Wikipedia (de)
    Typ: extension
    Version: 1.1
    Aktiviert: true
    ID: wikipedia@search.mozilla.org
    
    Name: English (US) Language Pack
    Typ: locale
    Version: 84.0buildid20201211215739
    Aktiviert: true
    ID: langpack-en-US@firefox.mozilla.org
    
    Name: „Merken“-Button von Pinterest
    Typ: extension
    Version: 4.0.115
    Aktiviert: false
    ID: jid1-YcMV6ngYmQRA2w@jetpack
    
    Sicherheitssoftware
    -------------------
    
    Typ:
    
    Typ:
    
    Typ:
    
    Grafik
    ------
    
    Allgemeine Merkmale
    Compositing: WebRender
    Asynchrones Wischen und Zoomen: Mausrad-Eingabe aktiviert; Ziehen der Bildlaufleiste aktiviert; automatischer Bildlauf aktiviert; sanftes Zoomen durch Antippen aktiviert
    WebGL-1-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000d0fd) EGL_VERSION: 1.4 (ANGLE 2.1.0.3a998d51928f) 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_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query 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_flexible_surface_compatibility 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_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_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d 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_explicit_context EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 0
    WebGL-1-Treiber: Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 630 Direct3D11 vs_5_0 ps_5_0)
    WebGL-1-Treiber: Version: OpenGL ES 2.0.0 (ANGLE 2.1.0.3a998d51928f)
    WebGL-1-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample 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_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_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range 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_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage 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_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint 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_3D 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_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_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_filter_anisotropic MOZ_debug OES_element_index_uint 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-2-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000d0fd) EGL_VERSION: 1.4 (ANGLE 2.1.0.3a998d51928f) 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_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query 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_flexible_surface_compatibility 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_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_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d 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_explicit_context EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 0
    WebGL-2-Treiber: Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 630 Direct3D11 vs_5_0 ps_5_0)
    WebGL-2-Treiber: Version: OpenGL ES 3.0.0 (ANGLE 2.1.0.3a998d51928f)
    WebGL-2-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_copy_texture_3d GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample 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_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_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range 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_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_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_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint 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_3D 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_vertex_array_object GL_OVR_multiview GL_OVR_multiview2 OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
    WebGL-2-Erweiterungen: EXT_color_buffer_float EXT_float_blend EXT_texture_compression_bptc EXT_texture_filter_anisotropic MOZ_debug 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
    Direct2D: true
    Verwendent Kacheln für Inhalt: true
    Zeichnen auf Nebenthread aktiviert: true
    Anzahl Worker für Zeichnen auf Nebenthread: 3
    Anvisierte Bildwiederholfrequenz (Framerate): 60
    DirectWrite: true (10.0.19041.546)
    GPU 1
    Aktiv: Ja
    Beschreibung: Intel(R) HD Graphics 630
    Herstellerkennung: 0x8086
    Gerätekennung: 0x5912
    Treiber-Version: 27.20.100.8682
    Treiber-Datum: 9-5-2020
    Treiber: igdumdim64 igd10iumd64 igd10iumd64 igd12umd64 igdumdim32 igd10iumd32 igd10iumd32 igd12umd32
    Subsys-ID: 00000000
    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): none
    CMSOutputProfile: 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
    Display0: 1920x1080@60Hz
    DisplayCount: 1
    HardwareStretching: both=1 window-only=0 full-screen-only=0 none=0 error=0
    GPUProcessPid: 7272
    ClearType-Parameter: Gamma: 1,8 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50
    Entscheidungsprotokoll
    HW_COMPOSITING:
    available by default
    D3D11_COMPOSITING:
    available by default
    DIRECT2D:
    available by default
    D3D11_HW_ANGLE:
    available by default
    GPU_PROCESS:
    available by default
    WEBRENDER:
    available by default
    WEBRENDER_QUALIFIED:
    available by default
    WEBRENDER_COMPOSITOR:
    available by default
    WEBRENDER_PARTIAL:
    available by default
    WEBRENDER_ANGLE:
    available by default
    WEBRENDER_DCOMP_PRESENT:
    available by default
    WEBRENDER_SOFTWARE:
    available by default
    disabled by env: Overriden by qualified hardware
    OMTP:
    available by default
    ADVANCED_LAYERS:
    available by default
    blocked by env: Blocked from fallback candidate by WebRender usage
    WEBGPU:
    disabled by default: Disabled by default
    blocked by runtime: WebGPU can only be enabled in nightly
    
    
    Fehlerprotokoll
    (#0): GP+[GFX1-]: shader-cache: Timed out before finishing loads
    
    Medien
    ------
    
    Audio-Backend: wasapi
    Max. Kanäle: 2
    Bevorzugte Sample-Rate: 48000
    Roundtrip-Latenz (Standardabweichung): ...
    Ausgabegeräte
    Name: Gruppe
    Lautsprecher (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Realtek Digital Output (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Kopfhörer (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    Lautsprecher (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    Digitalaudio (S/PDIF) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Eingabegeräte
    Name: Gruppe
    Mikrofon (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Stereomix (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Subwoofer (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Rear (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Eingang (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Front Pink In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    Center (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Mikrofon (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Eingang (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Eingang (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    Front (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Mikrofon (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Front Green In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    Side (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    Mikrofon (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104386C7&REV_1003\4&2000ae52&0&0001
    :
    
    Datenbankeinträge auflisten
    
    Umgebungsvariablen
    ------------------
    
    MOZ_CRASHREPORTER_DATA_DIRECTORY: C:\Users\Shark-Designs\AppData\Roaming\Mozilla\Firefox\Crash Reports
    MOZ_CRASHREPORTER_EVENTS_DIRECTORY: C:\Users\Shark-Designs\AppData\Roaming\Mozilla\Firefox\Profiles\6eskgvt7.default-1549651626408\crashes\events
    MOZ_CRASHREPORTER_PING_DIRECTORY: C:\Users\Shark-Designs\AppData\Roaming\Mozilla\Firefox\Pending Pings
    MOZ_CRASHREPORTER_RESTART_ARG_0: C:\Program Files\Mozilla Firefox\firefox.exe
    MOZ_CRASHREPORTER_STRINGS_OVERRIDE: C:\Program Files\Mozilla Firefox\browser\crashreporter-override.ini
    
    Experimentelle Funktionen
    -------------------------
    
    about:home-Start-Cache (browser.startup.homepage.abouthome_cache.enabled): false
    Cookies: SameSite=Lax standardmäßig (network.cookie.sameSite.laxByDefault): false
    Cookies: SameSite=None erfordert "secure"-Attribut (network.cookie.sameSite.noneRequiresSecure): false
    Cookies: Schemeful SameSite (network.cookie.sameSite.schemeful): false
    CSS: Constructable Stylesheets (layout.css.constructable-stylesheets.enabled): false
    CSS: Pseudo-class: :focus-visible (layout.css.focus-visible.enabled): false
    CSS: Masonry Layout (layout.css.grid-template-masonry-value.enabled): false
    Entwicklerwerkzeuge: Farbschemasimulation (devtools.inspector.color-scheme-simulation.enabled): false
    Entwicklerwerkzeuge: Kompatibilitäts-Ansicht (devtools.inspector.compatibility.enabled): false
    Entwicklerwerkzeuge: Ausführungskontext auswählen (devtools.webconsole.input.context): false
    Entwicklerwerkzeuge: Service-Worker-Debugging (devtools.debugger.features.windowless-service-workers): false
    Fission (Seitenisolierung) (fission.autostart): false
    JavaScript JIT: Warp (javascript.options.warp): true
    Media: AVIF (image.avif.enabled): false
    Unterstützung für mehrfaches Bild-im-Bild (PiP) (media.videocontrols.picture-in-picture.allow-multiple): false
    Druckvorschau-Redesign (print.tab_modal.enabled): false
    Web API: beforeinput Event (dom.input_events.beforeinput.enabled): false
    Web API: inputmode (dom.forms.inputmode): false
    Web API: <link rel="preload"> (network.preload): false
    Web API: WebGPU (dom.webgpu.enabled): false
    Globale WebRTC-Stummschaltungs-Steuerung (privacy.webrtc.globalMuteToggles): false
    
    Wichtige modifizierte Einstellungen
    -----------------------------------
    
    accessibility.browsewithcaret: true
    accessibility.force_disabled: 1
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.amount_written: 1238916
    browser.cache.disk.capacity: 1048576
    browser.cache.disk.filesystem_reported: 1
    browser.cache.disk.hashstats_reported: 1
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.telemetry_report_ID: 132
    browser.contentblocking.category: custom
    browser.display.background_color: #eaf2ef
    browser.display.use_document_fonts: 0
    browser.display.use_system_colors: true
    browser.download.folderList: 2
    browser.download.useDownloadDir: false
    browser.search.region: DE
    browser.sessionstore.upgradeBackup.latestBuildID: 20201211215739
    browser.startup.homepage: www.google.de
    browser.startup.homepage_override.buildID: 20201211215739
    browser.startup.homepage_override.mstone: 84.0
    browser.tabs.warnOnClose: false
    browser.urlbar.placeholderName: Google
    browser.urlbar.timesBeforeHidingSuggestionsHint: 0
    browser.urlbar.tipShownCount.searchTip_onboard: 4
    browser.urlbar.tipShownCount.searchTip_redirect: 4
    doh-rollout.balrog-migration-done: true
    doh-rollout.doneFirstRun: true
    dom.push.userAgentID: dad2476aff7c407ab1c249419fd6d4fc
    extensions.lastAppVersion: 84.0
    font.internaluseonly.changed: false
    font.minimum-size.x-western: 14
    font.name.sans-serif.x-western: Arial
    font.name.serif.x-western: Open Sans
    font.size.fixed.x-western: 12
    font.size.monospace.x-western: 16
    gfx.crash-guard.status.wmfvpxvideo: 2
    gfx.crash-guard.wmfvpxvideo.appVersion: 84.0
    gfx.crash-guard.wmfvpxvideo.deviceID: 0x5912
    gfx.crash-guard.wmfvpxvideo.driverVersion: 27.20.100.8682
    gfx.webrender.all.qualified.default: true
    idle.lastDailyNotification: 1608036836
    layers.mlgpu.sanity-test-failed: true
    media.benchmark.vp9.fps: 251
    media.benchmark.vp9.versioncheck: 5
    media.gmp-gmpopenh264.abi: x86_64-msvc-x64
    media.gmp-gmpopenh264.lastUpdate: 1572074449
    media.gmp-gmpopenh264.version: 1.8.1.1
    media.gmp-manager.buildID: 20201211215739
    media.gmp-manager.lastCheck: 1608049325
    media.gmp-widevinecdm.abi: x86_64-msvc-x64
    media.gmp-widevinecdm.lastUpdate: 1582157669
    media.gmp-widevinecdm.version: 4.10.1582.2
    media.gmp.storage.version.observed: 1
    media.hardware-video-decoding.failed: false
    media.videocontrols.picture-in-picture.video-toggle.enabled: false
    media.videocontrols.picture-in-picture.video-toggle.has-used: true
    network.cookie.lifetimePolicy: 2
    network.dns.disablePrefetch: true
    network.http.speculative-parallel-limit: 0
    network.predictor.cleaned-up: true
    network.predictor.enabled: false
    network.prefetch-next: false
    network.trr.blocklist_cleanup_done: true
    places.database.lastMaintenance: 1608036850
    places.history.expiration.transient_current_max_pages: 139935
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.flash.arch: x86_64-msvc
    plugin.flash.blockliststate: 0
    plugin.flash.desc: Shockwave Flash 32.0 r0
    plugin.flash.lastmod_hi: 374
    plugin.flash.lastmod_lo: 1190124119
    plugin.flash.path: C:\WINDOWS\system32\Macromed\Flash\NPSWF64_32_0_0_465.dll
    plugin.flash.version: 32.0.0.465
    plugin.state.flash: 2
    privacy.history.custom: true
    privacy.purge_trackers.date_in_cookie_database: 0
    privacy.purge_trackers.last_purge: 1608036839463
    privacy.sanitize.pending: [{"id":"newtab-container","itemsToClear":[],"options":{}}]
    privacy.socialtracking.notification.counter: 1
    privacy.socialtracking.notification.enabled: false
    privacy.socialtracking.notification.lastShown: 1572077618976
    privacy.trackingprotection.enabled: true
    privacy.trackingprotection.socialtracking.enabled: true
    security.remote_settings.crlite_filters.checked: 1608062663
    security.remote_settings.intermediates.checked: 1608062663
    security.sandbox.content.tempDirSuffix: {4f358cf2-f683-4c26-868c-e9596d9fc711}
    security.sandbox.plugin.tempDirSuffix: {4962fb9a-7e44-44f1-9bcc-381b8a62ada4}
    services.sync.declinedEngines:
    signon.importedFromSqlite: true
    signon.suggestImportCount: 0
    signon.usage.hasEntry: true
    signon.usage.lastUsed: 1608047883
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1605716535
    ui.osk.debug.keyboardDisplayReason: IKPOS: Touch screen not found.
    ui.osk.enabled: false
    
    Wichtige nicht veränderbare Einstellungen
    -----------------------------------------
    
    fission.autostart: false
    fission.autostart.session: false
    
    Chronik- und Lesezeichendatenbank
    ---------------------------------
    
    Barrierefreiheit
    ----------------
    
    Aktiviert: false
    Barrierefreiheit verhindern: 1
    Accessible Handler verwendet: true
    Dienst für Barrierefreiheit aufgerufen durch:
    
    Bibliotheken-Versionen
    ----------------------
    
    NSPR
    Minimal vorausgesetzte Version: 4.29
    Verwendete Version: 4.29
    
    NSS
    Minimal vorausgesetzte Version: 3.59
    Verwendete Version: 3.59
    
    NSSSMIME
    Minimal vorausgesetzte Version: 3.59
    Verwendete Version: 3.59
    
    NSSSSL
    Minimal vorausgesetzte Version: 3.59
    Verwendete Version: 3.59
    
    NSSUTIL
    Minimal vorausgesetzte Version: 3.59
    Verwendete Version: 3.59
    
    Isolierte Umgebungen
    --------------------
    
    Ebene der isolierten Umgebung des Inhaltsprozesses: 6
    Effektive Ebene der isolierten Umgebung: 6
    
    Start-Cache
    -----------
    
    Festplatten-Cache-Ordner: C:\Users\Shark-Designs\AppData\Local\Mozilla\Firefox\Profiles\6eskgvt7.default-1549651626408\startupCache\startupCache.8.little
    Festplatten-Cache ignorieren: false
    Festplatten-Cache bei Initialisierung erkannt: true
    In Festplatten-Cache geschrieben: true
    
    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","en-GB"]
    Region-Einstellungen: ["de-DE"]
    
    Drucken
    -------
    
    Angepasste Druckeinstellungen
    -----------------------------
    
    print_printer: Microsoft Print to PDF
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_bgcolor: false
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_bgimages: false
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_duplex: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_edge_bottom: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_edge_left: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_edge_right: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_edge_top: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_evenpages: true
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_footercenter:
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_footerleft: &PT
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_footerright: &D
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_headercenter:
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_headerleft: &T
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_headerright: &U
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_in_color: true
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_margin_bottom: 0.5
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_margin_left: 0.5
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_margin_right: 0.5
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_margin_top: 0.5
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_oddpages: true
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_orientation: 0
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_page_delay: 50
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_paper_data: 9
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_paper_height: 297,00
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_paper_name:
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_paper_size_unit: 1
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_paper_width: 210,00
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_resolution: 600
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_reversed: false
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_scaling: 1,00
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_shrink_to_fit: true
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_to_file: true
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_to_filename: FILE:
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_unwriteable_margin_bottom: 12
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_unwriteable_margin_left: 12
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_unwriteable_margin_right: 12
    print.printer_Brother_MFC-J5910DW_Printer_(Kopie_1).print_unwriteable_margin_top: 12
    print.printer_Microsoft_Print_to_PDF.print_bgcolor: false
    print.printer_Microsoft_Print_to_PDF.print_bgimages: false
    print.printer_Microsoft_Print_to_PDF.print_duplex: 0
    print.printer_Microsoft_Print_to_PDF.print_edge_bottom: 0
    print.printer_Microsoft_Print_to_PDF.print_edge_left: 0
    print.printer_Microsoft_Print_to_PDF.print_edge_right: 0
    print.printer_Microsoft_Print_to_PDF.print_edge_top: 0
    print.printer_Microsoft_Print_to_PDF.print_evenpages: true
    print.printer_Microsoft_Print_to_PDF.print_footercenter:
    print.printer_Microsoft_Print_to_PDF.print_footerleft: &PT
    print.printer_Microsoft_Print_to_PDF.print_footerright: &D
    print.printer_Microsoft_Print_to_PDF.print_headercenter:
    print.printer_Microsoft_Print_to_PDF.print_headerleft: &T
    print.printer_Microsoft_Print_to_PDF.print_headerright: &U
    print.printer_Microsoft_Print_to_PDF.print_in_color: true
    print.printer_Microsoft_Print_to_PDF.print_margin_bottom: 0.5
    print.printer_Microsoft_Print_to_PDF.print_margin_left: 0.5
    print.printer_Microsoft_Print_to_PDF.print_margin_right: 0.5
    print.printer_Microsoft_Print_to_PDF.print_margin_top: 0.5
    print.printer_Microsoft_Print_to_PDF.print_oddpages: true
    print.printer_Microsoft_Print_to_PDF.print_orientation: 0
    print.printer_Microsoft_Print_to_PDF.print_page_delay: 50
    print.printer_Microsoft_Print_to_PDF.print_paper_data: 9
    print.printer_Microsoft_Print_to_PDF.print_paper_height: -1,00
    print.printer_Microsoft_Print_to_PDF.print_paper_name:
    print.printer_Microsoft_Print_to_PDF.print_paper_size_unit: 1
    print.printer_Microsoft_Print_to_PDF.print_paper_width: -1,00
    print.printer_Microsoft_Print_to_PDF.print_resolution: 600
    print.printer_Microsoft_Print_to_PDF.print_reversed: false
    print.printer_Microsoft_Print_to_PDF.print_scaling: 1,00
    print.printer_Microsoft_Print_to_PDF.print_shrink_to_fit: true
    print.printer_Microsoft_Print_to_PDF.print_to_file: false
    print.printer_Microsoft_Print_to_PDF.print_to_filename:
    print.printer_Microsoft_Print_to_PDF.print_unwriteable_margin_bottom: 0
    print.printer_Microsoft_Print_to_PDF.print_unwriteable_margin_left: 0
    print.printer_Microsoft_Print_to_PDF.print_unwriteable_margin_right: 0
    print.printer_Microsoft_Print_to_PDF.print_unwriteable_margin_top: 0
    Alles anzeigen
  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 21:14

    Die rosa Fläche ich das, was ich selbst abgedeckt habe, Statistik und Umsatz und solche Sachen. :)

    Das Problem ist Links in der Übersichtsleiste und oben rechts zum Beispiel, auf dem zweitem Bild sieht man, wie es eigentlich aussehen sollte.
    Nichtsdestotrotz habe ich mal im abgesicherten Modus gestartet, aber die Ansicht war die gleiche. Als ich den Firefox danach wieder normal gestartet habe, mit vorher geleertem Cache und Cookies, kann ich mich jetzt überhaupt nicht mehr einloggen.
    Sowohl mein bei meinem Mann seinem PC mit dem Firefox, als auch ich mit dem Google Chrome, können uns normal einloggen.
    Ich weiß echt nicht mehr weiter.

    Ist es sinnvoll, mir eine ältere Firefoxversion zu installieren oder geht das auf Kosten der Sicherheit?

  • Merkürdige Ansicht in 83.0 und 84.0

    • Nia
    • 15. Dezember 2020 um 18:31

    Hallo liebe Wissenden,

    seit der letzten Version vom Firefox habe ich eine sehr merkwürdige Ansicht auf einigen Seiten im Firefox, unter anderem in meinen Shops, sodass ich auf einen anderen Browser ausweichen muss, wenn ich ins Backend gehe. Aber es betrifft nicht nur meinen Shop, sondern z. B. auch den Tchibo Onlineshop, der als drittes Bild hier dranhängt, den Login-Bereich in die Magenta Cloud und andere Seiten. Ich hatte gehofft, dass sich das mit der Version 84 wieder erledigt haben wird, aber dem war nicht so.
    Kann ich irgendetwas in den Einstellungen oder wo auch immer, ändern, damit die Ansichten wieder normal werden?


    Vielen Dank für die Hilfe! <3

    Bild-1: mein Shop im Firefox

    Bild 2: mein Shop im Google Chrome, wie er sein sollte

    Bild 3: Tchibo Onlineshop

    Bild 4: meine installierten Erweiterungen im Firefox.

Unterstütze uns!

Jährlich (2025)

67,1 %

67,1% (435,86 von 650 EUR)

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