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

Beiträge von Dharkness

  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 20. Januar 2022 um 10:57
    Zitat von Sören Hentzschel

    Dann wirkt noch etwas anderes.

    In der Tat, das war noch in Stylus und nicht in der CSS-Datei.

    CSS
    div._dialog_overlay[style="z-index: 200147;"],
    div.backdrop[style="z-index: 200148;"] {
      display: none !important;
    }
  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 20. Januar 2022 um 10:42
    Zitat von Zitronella

    auf computerbase.de hat die Seite einen grauen Schleier und ist daher nicht anklickbar

    Hm,

    hier nicht.

  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 20. Januar 2022 um 10:26
    Zitat von Zitronella

    ja aber wenn ich das davor schreibe sieht der Code so aus

    Ich habe das allerdings so → @import url( consent-blocker.css ); in die userContent.css eingebunden und eine separate CSS-Datei für derartiges CSS erstellt, bis jetzt geht es so.

    CSS
    @-moz-document domain(computerbase.de) {
    .consent.js-consent {
        display: none !important;
    }
    
    .consent-dialog-open .main {
        -webkit-filter: none !important;
        filter: none !important;
    }
    }
    
    @-moz-document domain(zdf.de) {
    .dialog-backdrop.m-open, .dialog-player-pin-backdrop.m-open {
        visibility: hidden !important;
        display: none !important;
    }
    
    .m-open-dialog-within,
    .m-open-dialog-within .m-offcanvas-viewport,
    .m-open-dialog-within > body {
        overflow: auto !important;
    }
    }
    Alles anzeigen
  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 20. Januar 2022 um 10:04
    Zitat von Zitronella

    ja, das funktioniert bei zdf.de allerdings bin ich bei der userContent.css es auch so gewohnt, dass man die Domain voranstellt, bei der dieser Code dann wirken soll also so etwas wie

    Jupp, das sollte man per @-moz-document einfügen, auch wenn es nicht sehr wahrscheinlich ist, das es auch woanders wirken würde.

  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 20. Januar 2022 um 09:43
    Zitat von Zitronella

    Wo genau muss der welcher Code hin, damit er für computerbase.de und ZDF.de wirkt.

    (Sowas wie Stylish nutze ich nicht)

    In dem Fall in die userContent.css.

  • about:preferences anpassen

    • Dharkness
    • 18. Januar 2022 um 11:41
    Zitat von Mira_Belle

    Ich bin schon ein klein wenig stolz.

    Da ↓ sind für die Farbwerte 8 statt 6 stellen.

    Zeile 120-122:

    .content-blocking-category.selected {

    background-color: #e1e1e13f !important;

    }

    Zeile 126-128:

    .content-blocking-category.selected .content-blocking-warning {

    background-color: #e1e1e15b !important;

    }

  • about:preferences anpassen

    • Dharkness
    • 17. Januar 2022 um 19:14
    Zitat von Mira_Belle

    Die Browserwerkzeuge öffnen sich nicht,

    bzw. das Fenster ploppt nur kurz auf.

    Lösche im Profil den Ordner chrome_debugger_profile, oder benenne ihn erst einmal um, natürlich bei beendetem Fx.

  • Add-ons werden nicht ausgeführt

    • Dharkness
    • 17. Januar 2022 um 15:43
    Zitat von dasproman

    Werden auch in der Symbolleiste nicht angezeigt.

    Bist Du im privaten Modus unterwegs und hast die Erweiterungen noch nicht dafür freigeschaltet?

  • ZDF Datenschutzeinstellungen Popup deaktivieren

    • Dharkness
    • 17. Januar 2022 um 14:01
    Zitat von 2002Andreas

    Ich könnte die Erweiterung ja deaktivieren, dann erscheint die Meldung auch nicht.

    Sie hat aber (noch) Vorteile auf manch anderen Seiten.

    Hm, hier ist der Consent Blocker auf der Seite aktiv und es gibt keine Meldung, aber sobald uBO auf der Seite deaktiviert ist, erscheint die Meldung.

  • Nach Firefox-Update plötzlich weiße Schrift auf dunklem Hintergrund

    • Dharkness
    • 16. Januar 2022 um 11:47
    Zitat von 2002Andreas
    Zitat von sonstwer

    sind trotz configwert 2 alle Menus schwarz

    Der Wert hat auch nichts mit der Oberfläche vom Fx zu tun.

    Der bezieht sich nur auf die Ansicht von Webseiten.

    Solltest Du vielleicht mal eine präzise Anleitung erstellen und diese bis zum wahrscheinlichen Ende der Fragen dazu anheften?

  • Lautprechersymbol auf Tab immer anzeigen?

    • Dharkness
    • 15. Januar 2022 um 11:29
    Zitat von 2002Andreas

    Sieht hier so aus in einem neuen Profil:

    Bei Dir ist im normalen Modus auch nur der Text zu sehen, aber nicht das Lautsprecher-Symbol statt des Favicons, zum beständigen anzeigen bei Abspielen von Videos sollte der Eintrag in der userChrome.css reichen.

    CSS
    :root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:not(:hover) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
      opacity: 1 !important;
    }
  • Nachtmodus spontan bei bestimmten Webseiten

    • Dharkness
    • 15. Januar 2022 um 10:45
    Zitat von FoxHelm

    Wie kann ich eine korrekte Darstellung erwirken?

    Erzwinge auf der Website von CB in dessen eigenen Einstellungen, unten bei Einstellungen und Layout-Umschalter das helle Design.

  • "-moz-tree-line" ohne Funktion?

    • Dharkness
    • 14. Januar 2022 um 20:20

    Hallo zusammen,

    bei mir hat der Eintrag keine Funktion mehr, kann das jemand bestätigen und wenn ja, gibt es eine Lösung?

    CSS
    treechildren::-moz-tree-line {
      appearance: none !important;
      visibility: visible !important;
      border: 1px dotted #FFF !important;
    }
    treechildren::-moz-tree-line(hover) {
      border: 1px dotted #000 !important;
    }

    P.S.:

    Ich habe es sowohl in der userChrome.css, als auch in der userContent.css.


    Fehler gefunden, für einen Eintrag davor habe ich die schließende geschweifte Klammer vergessen.

  • Mozilla veröffentlicht Firefox 96

    • Dharkness
    • 14. Januar 2022 um 17:14
    Zitat von Sören Hentzschel

    Ja, jetzt. Zwei Stunden später.

    Man sollte sich halt immer auf die automatische Meldung von Fx verlassen. :)

  • Mozilla veröffentlicht Firefox 96

    • Dharkness
    • 14. Januar 2022 um 17:07
    Zitat von Sören Hentzschel

    Firefox 96.0.1 wurde noch überhaupt nicht veröffentlicht.

    Ist hier gerade automatisch eingetroffen.

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 14. Januar 2022 um 14:22

    Hallo Mira_Belle,

    hier ergibt das * das ** als Ergebnis.

    *

    CSS
    @-moz-document url("about:about") {
    div.container {
        min-width: 1030px !important;
        max-width: 1030px !important;
        border: 3px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
    }
    div.container h1 {
        font-size: 1.8em !important;
        border-bottom: 3px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
        color: #FFF !important;
        padding: 2px 8px !important;
        margin-bottom: 0 !important;
    }
    div.container > p {
        border-bottom: 3px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
        padding: 2px 5px 5px 5px !important;
        margin: 0 !important;
    }
    div.container > p > em {
        font-style: normal !important;
        font-size: 14px !important;
        color: #FFF !important;
        padding: 2px 0 !important;
    }
    
    div.container > p:nth-child(2) > em:nth-child(1) {
        display: none !important
    }
    div.container > p:nth-child(2)::after {
        content: "Dies ist eine Übersicht der vorhandenen about:Seiten."!important;
        font-style: normal !important;
        font-size: 16px !important;
        margin-left: 10px !important;
    }
    
    #abouts.columns {
        column-count: 4 !important;
        column-gap: 7px !important;
        margin: 20px 10px 10px 10px !important;
    }
    #abouts {
        list-style: none !important;
    }
    
    #abouts > li {
        min-width: 222px !important;
        max-width: 222px !important;
        display: block !important;
        font-size: 14px !important;
        text-decoration: none !important;
        border-radius: 0 !important;
        border: 2px solid #B2B2B2 !important;
        background: #4E4E54 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 3px !important;
        color: transparent !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    #abouts > li:hover {
        min-width: 222px !important;
        max-width: 222px !important;
        display: block !important;
        font-size: 14px !important;
        text-decoration: none !important;
        border-radius: 0 !important;
        border: 2px solid #0082fc !important;
        background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position:10px 3px!important;
        color: #000 !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    
    #abouts > li:nth-child(5), /* about:certifikate */
    #abouts > li:nth-child(8), /* about:config */
    #abouts > li:nth-child(9), /* about:crashes */
    #abouts > li:nth-child(16), /* about:logins */
    #abouts > li:nth-child(21), /* about:networking */
    #abouts > li:nth-child(23), /* about:performance */
    #abouts > li:nth-child(34), /* about:serviceworkers */
    #abouts > li:nth-child(37), /* about:sync */
    #abouts > li:nth-child(41) /* about:unloads */ {
        min-width: 222px !important;
        max-width: 222px !important;
        border-radius: 0 !important;
        display: block !important;
        font-size: 14px !important;
        border: 2px solid #B2B2B2 !important;
        background: #0082FC url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 3px !important;
        color: #000 !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    #abouts > li:nth-child(5):hover,
    #abouts > li:nth-child(8):hover,
    #abouts > li:nth-child(9):hover,
    #abouts > li:nth-child(16):hover,
    #abouts > li:nth-child(21):hover,
    #abouts > li:nth-child(23):hover,
    #abouts > li:nth-child(34):hover,
    #abouts > li:nth-child(37):hover,
    #abouts > li:nth-child(41):hover {
        min-width: 222px !important;
        max-width: 222px !important;
        border-radius: 0 !important;
        display: block !important;
        font-size: 14px !important;
        border: 2px solid #0082FC !important;
        background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 3px !important;
        color: #000 !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    
    #abouts > li > a {
        min-width: 186px !important;
        max-width: 186px !important;
        display: block !important;
    }
    
    #abouts > li > a {
        text-decoration: none !important;
        color: #FFF !important;
        padding: 2px 0 3px 35px !important;
        margin: 0 !important;
    }
    #abouts > li:hover > a {
        text-decoration: none !important;
        color: #000 !important;
        padding: 2px 0 3px 35px !important;
        margin: 0 !important;
    }
    Alles anzeigen

    **

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 14. Januar 2022 um 10:01
    Zitat von Mira_Belle

    und einmal soll der ganze "Button" verlinken

    Füge in #abouts > li bzw. in ul > li und #abouts > li> a bzw. in ul > li > a das → display: block !important; ein.

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 14. Januar 2022 um 08:08
    Zitat von Mira_Belle

    Auch möchte ich den Unterstrich loswerden!

    Das geht mit text-decoration: none !important;.

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 13. Januar 2022 um 20:54
    Zitat von grisu2099

    wie ich bei mir 4 Spalten gezaubert habe

    Genau.

    CSS
    ul.columns {
        column-count: 3 !important;
        column-gap: 10px !important;
        margin: 20px 10px !important;
    }
  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 13. Januar 2022 um 14:35
    Zitat von Sören Hentzschel

    Insofern hat die Seite unter about:about auch nichts zu suchen.

    Dort ist sie bei mir ja auch, so wie es sein soll, nicht zu sehen, ich habe sie nur in einem anderen Profil nach einem Absturz zu sehen bekommen.

Unterstütze uns!

Jährlich (2025)

92,9 %

92,9% (604,17 von 650 EUR)

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