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

Beiträge von grisu2099

  • Firefox langsam

    • grisu2099
    • 22. April 2020 um 15:48

    Ergänzend zu milupo :

    ...und sind kostenlos... ;)

  • Speicherplatz frei bekommen auf Samsung SSD (C:)

    • grisu2099
    • 17. April 2020 um 18:52
    Zitat von Goldsunshine

    der Link sollte jetzt gehen...

    Nö...

  • Speicherplatz frei bekommen auf Samsung SSD (C:)

    • grisu2099
    • 17. April 2020 um 17:44

    Dein Link funktioniert nicht...

  • Videos mit 1080'er Auflösung laufen nicht flüssig, Bild bleibt oft stehen - Ton läuft weiter

    • grisu2099
    • 16. April 2020 um 18:16

    Das Video flutscht hier so durch...

    Schon mal mit einem neuen Treiber für die Grafikkarte versucht??

  • "vergrösserte" Adresszeile abstellen - FF 75.0

    • grisu2099
    • 14. April 2020 um 19:57

    Da fragst du am besten Mozilla.

    Vielleicht hören die ja auf dich und machen das rückgängig...

  • "vergrösserte" Adresszeile abstellen - FF 75.0

    • grisu2099
    • 14. April 2020 um 17:59

    Dein verlinkter Artikel ist vom 4.April. Diese Lücken sind bereits mit Firefox 74.0.1 geschlossen worden. Warum machst du deswegen so ein Faß auf?

    Und ein wirkliches "Problem" ist das überlappen auch nicht. Man kann die Beschriftung aller Lesezeichen deutlich erkennen.

  • Kontextmenü in Eingabefeldern

    • grisu2099
    • 14. April 2020 um 16:23

    Kannst du haben... ;)

    CSS
            /* Website-Info (Schlüssel/Schloß-Symbol) */
    #identity-popup .panel-arrowcontent {
        background-color: rgb(50,50,52) !important;
        border: 1px solid green !important;
        border-radius: 10px !important;
        color: rgb(0,200,0) !important;
        font-size: 14px !important;
        }
    
    vbox.identity-popup-security-content:nth-child(1) {
        border-right: 1px solid green !important;
        border-top: 1px solid green !important;
        border-bottom: 1px solid green !important;
        }
    #identity-popup-security-expander,
    vbox.identity-popup-security-content:nth-child(2) {
        border-top: 1px solid green !important;
        border-bottom: 1px solid green !important;
        color: rgb(0,200,0) !important;
        }
    #identity-popup-clear-sitedata-footer,
    #identity-popup-more-info-footer {
        border-top: 1px solid green !important;
        }
    menulist#identity-popup-popup-menulist.identity-popup-popup-menulist {
        -moz-appearance: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 22px !important;
        box-shadow: none !important;
        border: 1px solid grey !important;
        border-radius: 10px !important;
        background-color: blue !important;
        color: white !important;
        }
    #identity-popup-popup-menulist > dropmarker:nth-child(2) {
        color: white !important;
        }
    #identity-popup-permission-empty-hint {
        color: yellow !important;
        }
    .identity-popup-permission-remove-button,
    #identity-popup-permission-state-label-desktop-notification {
        color: #ff3300 !important;
        }
    #identity-popup-permission-state-label-cookie {
        color: rgb(0,200,0) !important;
        font-weight: bold !important;
        }
    button.panel-button:nth-child(22) {
        -moz-appearance: none !important;    
        color: black !important;
        border-radius: 5px !important;
        background: red !important;
        }
    button.panel-button:nth-child(22):hover {
        outline: none !important;
        }
    button.panel-button:nth-child(23) {
        -moz-appearance: none !important;    
        color: white !important;
        border-radius: 10px !important;
        background: green !important;
        }
    button.panel-button:nth-child(23):hover {
        outline: none !important;
        }
    description.identity-popup-warning-box:nth-child(2),
    description.identity-popup-warning-box:nth-child(4),
    description.identity-popup-warning-box:nth-child(14),
    description.identity-popup-warning-box:nth-child(12) {
        border-radius: 10px !important;
        background: red !important;
        color: black !important;
        }
    description.identity-popup-warning-yellow:nth-child(5) {
        border-radius: 10px !important;
        background-color: red !important;
        }
    
    
            /* PopUp Schutzmaßnahmen (Schild-Symbol) */
    #protections-popup .panel-arrowcontent {
        background-color: rgb(50,50,52) !important;
        border: 1px solid green !important;
        border-radius: 10px !important;
        color: rgb(0,200,0) !important;
        font-size: 14px !important;
        }
    #tracking-protection-container {
        border-top: 1px solid green !important;
        border-bottom: 1px solid green !important;
        }
    #protections-popup-mainView-panel-header {
        background: green !important;
        }
    #protections-popup-tp-switch-breakage-link {
        color: yellow !important;
        }
    #protections-popup-tp-switch {
        background: green !important;
    }
    #protections-popup-no-trackers-found-description {
        color: rgb(0,200,0) !important;
        font-weight: bold !important;
        }
    #protections-popup-blocking-section-header {
        color: #ff3300 !important;
        }
    #protections-popup-trackersView-list,
    #protections-popup-socialblockView-list {
        margin-left: 5px !important;
        }
    #protections-popup-not-found-section-header,
    #protections-popup-trackers-blocked-counter-description {
        color: yellow !important;
        }
    #protections-popup-category-socialblock, 
    #protections-popup-category-cookies, 
    #protections-popup-category-tracking-protection,
    #protections-popup-category-fingerprinters > label:nth-child(2),
    #protections-popup-category-cryptominers {
        color: rgb(0,200,0) !important;
        }
    
    
            /* Kopf-/Fußbereiche in grün */
    #identity-popup-securityView > box:nth-child(1),
    #identity-popup-more-info-footer,
    #identity-popup-mainView-panel-header,
    #identity-popup-clear-sitedata-footer,
    #protections-popup-trackersView > box:nth-child(1),
    #protections-popup-trackersView > vbox:nth-child(4),
    #protections-popup-socialblockView > box:nth-child(1),
    #protections-popup-socialblockView > vbox:nth-child(4) {
        background-color: /* rgb(0,200,0) */ green !important;
        }
    
            /* Schriftfarbe grün */
    #identity-popup-permissions-content,
    #identity-popup-securityView-body,
    #protections-popup-tp-switch-section,
    #protections-popup-footer,
    #protections-popup-trackersView-description > description:nth-child(1),
    #protections-popup-trackersView-list,
    #protections-popup-socialblockView-heading > description:nth-child(1),
    #protections-popup-socialblockView-list {
        color: rgb(0,200,0) !important;
        }
    
        /* Symbole farbig */
    .tracking-protection-icon {
        fill: #9966ff !important;
        }
    .socialblock-icon {
        fill: #e63900 !important;
        }
    .cookie-icon {
        list-style-image: url(../Icons/Cookies.png) !important;
        }
    .thirdpartycookies-icon {
        fill: gold !important;
        }
    .fingerprinters-icon {
        fill: #33cc33 !important;
        }
    .cryptominers-icon {
        fill: #ff3300 !important;
        }
    .protections-popup-settings-icon {
        fill: orange !important;
        }
    .protections-popup-show-report-icon {
        fill: blue !important;
        }
    #identity-popup[connection^="secure"] .identity-popup-security-connection {
        background-image: url(../image/padlock_modern.png) !important;
        }
    .identity-popup-security-connection {
        background-image: url(../image/padlock_modern_mab.png) !important;
        }
    #identity-popup-permissions-header,
    #permissions-granted-icon {
        fill: #ff3300 !important;
        }
    .popup-notification-icon[popupid="web-notifications"], .desktop-notification-icon {
        fill: rgb(65,125,250) !important;
        }
    
        /* Schildsymbol ganz oben */
    #protections-popup-main-header-label {
        margin-left: 20px !important;
        margin-right: 24px !important;
        background: url(../Icons/Schild.png) 0px 10px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    
        /* Symbole unten bei Unterseiten */
    #identity-popup-clear-sitedata-button .button-icon {
        margin-right: -15px !important;
        }
    #identity-popup-clear-sitedata-button {
        background: url(../Icons/Cookies.png) 25px 9px no-repeat !important;
        }
    #identity-popup-clear-sitedata-button:hover {
        background: rgb(0,200,0) url(../Icons/Cookies.png) 25px 9px no-repeat !important;
        }
    
    #protections-popup-socialblockView-settings-button .button-icon {
        margin-right: -15px !important;
        }
    #protections-popup-socialblockView-settings-button {
        background: url(../Icons/sozialeNetzwerke.png) 25px 12px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    #protections-popup-socialblockView-settings-button:hover {
        background: rgb(0,200,0) url(../Icons/sozialeNetzwerke.png) 25px 12px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    
    #protections-popup-cookiesView-settings-button .button-icon {
        margin-right: -15px !important;
        }
    #protections-popup-cookiesView-settings-button {
        background: url(../Icons/Cookies.png) 25px 12px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    #protections-popup-cookiesView-settings-button:hover {
        background: rgb(0,200,0) url(../Icons/Cookies.png) 0px -10px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    
    #protections-popup-trackersView-settings-button .button-icon {
        margin-right: -15px !important;
        }
    #protections-popup-trackersView-settings-button {
        background: url(../Icons/Tracker.png) 25px 12px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    #protections-popup-trackersView-settings-button:hover {
        background: rgb(0,200,0) url(../Icons/Tracker.png) 25px 12px no-repeat !important;
        -moz-image-region: rect(0px 20px 20px 0px) !important;
        }
    Alles anzeigen

    Ist allerdings Teil eines Gesamtpakets für einen dunklen Style...

    Die Icons aus Endors Vorschlage habe ich in lokale Dateien umgewandelt - müßte angepaßt werden.

    Farben, runde Ecken etc. natürlich auch...

  • Tracking, Verfolgung und alle Cookies temporär erlauben

    • grisu2099
    • 14. April 2020 um 14:37
    Zitat von 0815_Max

    Sicherheit ist mir nicht egal.

    Und warum bist du dann noch mit Win7 unterwegs???:/

  • Unterschied klickbarer Button <> blasser Button

    • grisu2099
    • 13. April 2020 um 23:25

    Du hast da 2 Firefox-Profile. Benutzt du auch das, wo du die userChrome.css hingesspeichert hast? ;)

  • Lockwise - Frage nach Speicherung von Benuzer/Passwort komt nicht

    • grisu2099
    • 13. April 2020 um 19:43

    Welche "Sicherheitssoftware" arbeitet bei dir?

  • Lesezeichen lassen sich nicht speichern

    • grisu2099
    • 13. April 2020 um 17:10

    Zur Beruhigung: Wenn du ein neues Profil anlegst, wird das alte nicht gelöscht.

    Du kannst also beide Profile nutzen!

  • DownloadStatusModoki.uc.js umbasteln

    • grisu2099
    • 13. April 2020 um 17:07

    Vielleicht wars der Osterhase... ;)^^

  • Kontextmenü in Eingabefeldern

    • grisu2099
    • 13. April 2020 um 15:32

    Vielen Dank für dieses Ostergeschenk Endor !

    Das ist eine tolle Ergänzung zu meiner Gestaltung dieser PopUps. ;):thumbup::thumbup:

  • Firefox Portable v 75.0 : Besuchte Links in Rot anzeigen

    • grisu2099
    • 12. April 2020 um 16:33

    Hast du in about:config die Einstellung "toolkit.legacyUserProfileCustomizations.stylesheets" auf true?

    Sonst kann das nicht funktionieren.

  • Firefox Nightly - Passwörter anzeigen

    • grisu2099
    • 11. April 2020 um 19:43

    Ich hab auch nicht gesagt, ihr dürft das nicht so machen... ;):D

  • Firefox Nightly - Passwörter anzeigen

    • grisu2099
    • 11. April 2020 um 19:34
    Zitat von Endor

    Diese Version öffnet jetzt about:logins in einem neuen Tab:

    Das geht doch auch ohne Skript: Einfach ein Lesezeichen mit der Adresse "about:logins" speichern... ;)

  • FF öffnet nicht mehr in tabs, sondern in neuem Fenster

    • grisu2099
    • 11. April 2020 um 16:00

    Abseits von deinem Problem: Du solltest dir dringend Gedanken über ein aktuelleres Betriebssystem machen - Win7 erhält keinerlei Sicherheitsupdates mehr.

    Außerdem hast du mehrere Werbeblocker aktiv - mehr hilft nicht immer mehr. Entscheide dich für einen und entferne die anderen.

  • Lesezeichen lassen sich nicht speichern

    • grisu2099
    • 10. April 2020 um 17:23

    Kaspersky nicht deaktivieren - deinstallieren!

    Ein externes Antivirus ist unter Win10 nicht notwendig und verursacht nur unnötig Probleme...

  • Grafikanzeige funktioniert nicht

    • grisu2099
    • 10. April 2020 um 14:55

    Aktuell ist Firefox 75.0 ...

  • Verschobene URL-Bar in Firefox 75

    • grisu2099
    • 8. April 2020 um 19:38

    Ich habe mit folgendem Skript von aborix die URL-Bar in die Menüleiste verschoben:

    JavaScript
    (function() {
    
      if (!window.gBrowser)
        return;
    
      if (window.__SSi == 'window0') {
        CustomizableUI.createWidget({
          id: 'ucjs_urlbar-item',
          type: 'custom',
          defaultArea: CustomizableUI.AREA_NAVBAR,
          onBuild: function(aDocument) {
            var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbaritem');
            toolbaritem.id = 'ucjs_urlbar-item';
            toolbaritem.className = 'chromeclass-toolbar-additional';
            toolbaritem.setAttribute('label', 'Adressleiste');
            toolbaritem.setAttribute('flex', '1');
            return toolbaritem;
          }
        });
      };
    
      document.getElementById('ucjs_urlbar-item').appendChild(document.getElementById('urlbar-container'));
    
      setTimeout(function() {
        // s. gCustomizeMode.exit
        CustomizableUI.dispatchToolboxEvent('customizationending', {}, window);
      }, 0);
    
    })();
    Alles anzeigen

    Nach dem Update auf Firefox 75 ist die URL-Bar nach unten verschoben und nach rechts vergrößert (siehe Screenshots). Mit dem about:config Eintrag "browser.urlbar.update1" auf "false" läßt sich das zwar beheben, aber ich würde mich über eine Lösung freuen, die auch nach der Entfernung dieses Schalters noch wirkt. Hat da vielleicht jemand eine zündende Idee?

    Normale Ansicht:

    Firefox 75:

Unterstütze uns!

Jährlich (2025)

108,6 %

108,6% (705,72 von 650 EUR)

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