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

Beiträge von genetic

  • Scripte und Firefox61

    • genetic
    • 26. Juni 2018 um 20:56

    Hallo,

    auch meinen Fox61 hat's erwischt und einige Scripte funktionieren nicht mehr.

    Das da wären:

    Code
    //      BackToTheFavicon.uc.js
    
    
    (function() {
    
    
       if (location != 'chrome://browser/content/browser.xul')
          return;
    
    
       gBrowser.tabContainer.addEventListener('TabAttrModified', function() {
          var icon = document.getElementById('identity-icon');
          var favicon = gBrowser.selectedTab.image;
          if (favicon)
             icon.src = favicon
          else
             icon.removeAttribute('src');
       }, false);
    
    
       if (Number(gAppInfo.version.split('.')[0]) >= 51) {
          var css =
             '#urlbar[pageproxystate="valid"] > #identity-box > #identity-icon {opacity: 1} ' +
             '#identity-icon {filter: none}';
          var stylesheet = document.createProcessingInstruction('xml-stylesheet',
             'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
          document.insertBefore(stylesheet, document.documentElement);
       };
    
    
    })();
    Alles anzeigen
    Code
    // Neustartbutton
    
    
    (function() {
    
    
    let menuitem = document.createElement('toolbarbutton');
    menuitem.id = 'fp-appMenu-restart-button';
    menuitem.classList.add('subviewbutton', 'subviewbutton-iconic');
    menuitem.setAttribute('label' , 'Neustart');
    menuitem.setAttribute('tooltiptext' , 'Neustart');
    menuitem.style.listStyleImage= 'url("chrome://browser/skin/reload.svg")';
    menuitem.setAttribute('oncommand' , "Services.appinfo.invalidateCachesOnRestart() || BrowserUtils.restartApplication();");
    let refItem = document.getElementById('appMenu-quit-button');
    refItem.parentNode.insertBefore(menuitem, refItem);
    
    
    })();
    Alles anzeigen

    Und Teile meiner "großen" userChrome.css:

    CSS
    /***********************************************************/
    /* context menu items and icons instead of just huge icons */
    /***********************************************************/
    
    
    #context-back .menu-iconic-icon {
      fill: #4169e1 !important;
    }
    
    
    #context-forward .menu-iconic-icon {
      fill: #4169e1 !important;
    }
    
    
    #context-reload .menu-iconic-icon {
      fill: green !important;
    }
    
    
    #context-stop .menu-iconic-icon {
      fill: red !important;
    }
    
    
    #context-bookmarkpage .menu-iconic-icon {
      fill: #336699 !important;
    }
    Alles anzeigen
    CSS
    /**********Sidebar**********/
    
    
    #sidebar-switcher-bookmarks > .toolbarbutton-icon,
    #sidebar-box[sidebarcommand="viewBookmarksSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon {
      color: #336699 !important;
      fill: #336699 !important;
      opacity: 1.0 !important;
    }
    
    
    #sidebar-switcher-history > .toolbarbutton-icon,
    #sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon {
      color: #800080 !important;
      fill: #800080 !important;
      opacity: 1.0 !important;
    }
    
    
    #sidebar-switcher-tabs > .toolbarbutton-icon,
    #sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon {
      color: #4169e1 !important;
      fill: #4169e1 !important;
      opacity: 1.0 !important;
    }
    Alles anzeigen

    Bin für Hilfe sehr dankbar :)

  • Firefox 61 Lesezeichen

    • genetic
    • 26. Juni 2018 um 20:24

    Kann ich Fragen hierzu, in diesem Fred posten?

  • Firefox 61 Lesezeichen

    • genetic
    • 26. Juni 2018 um 20:15

    Mit einem "frischen" (jungfräulichen) Fox geht es - allesdings funktionieren dann wieder nicht alle Scripts der in der userChrome.css bzw. *.js.

    Sind die ggf. nicht mit neueren Fox-Vers. kompatibel?

  • Firefox 61 Lesezeichen

    • genetic
    • 26. Juni 2018 um 20:00

    Dann funktioniert's.

    Aber es liegt nicht an den Add-Ons, denn wenn ich die komplett deaktiviere, funktioniert's auch nicht.

    Kann's an der userChrome liegen?

  • Firefox 61 Lesezeichen

    • genetic
    • 26. Juni 2018 um 19:19

    Hallo zusammen,

    habe meinen Fox gerade auf 61 upgedated und nun öffnen sich die Lesezeichen, in der Lesezeichensymbolleiste nicht mehr mit Doppelklick. Bedeutet ich kann draufklicken, sie verändern sich auch farblich, aber es wird kein Fenster/Tab geöffnet.

    Mit Rechtsklick "In neuem Tab/Fenster öffnen" geht es und aus der Sidebar raus auch.

    Hat jemand eine Idee?

    Grüße
    genetic

  • eckige Tabs bei Quantum abrunden

    • genetic
    • 3. Januar 2018 um 20:35

    Guten Abend,

    an welchem Code dreht man denn, wenn ich die Farbe (vielleicht auch Farbverlauf), für die inaktiven Tabs verändern möchte?

    CSS
    :root {
      --tab-curve-width: 30px;
      --tabs-border: transparent !important;
    }
    
    
    .arrowscrollbox-scrollbox {
      padding-inline-start: 10px !important;
    }
    
    
    /* To be able to see the top border of the tab */
    .tab-stack {
      margin-top: 2px !important;
    }
    
    
    /* When the window is maximized, the first pinned tab is properly displayed. */
    #TabsToolbar  {
      padding-inline-start: 15px !important;
    }
    
    
    .titlebar-placeholder {
      border: none !important;
    }
    
    
    /* Remove unneeded styles from Photon */
    .tabbrowser-tab::before,
    .tabbrowser-tab::after {
      border: none !important;
    }
    
    
    .tabbrowser-tab > .tab-stack > .tab-background {
      background-image: none !important;
      -moz-box-orient: horizontal !important;
      background-color: transparent !important;
      margin-top: 1px !important;
    }
    
    
    .tab-background[selected="true"] {
      border: none !important;
    }
    
    
    .tab-line {
      display: none !important;
    }
    
    
    .tab-bottom-line {
      display: none !important;
    }
    
    
    /* Match height of new tab button (right svg) on hover */
    .tabs-newtab-button {
      margin: 0 !important;
    }
    
    
    /* overlap the tab curves */
    .tab-background {
      -moz-margin-end: -15px !important;
      -moz-margin-start: -15px !important;
    }
    
    
    /* Begin tab background customizations */
    .tab-background[selected="true"]::before {
      border: none !important;
      content: "" !important;
      width: 30px !important;
      min-height: 30px !important;
      display: -moz-box !important;
      background-repeat: no-repeat !important;
    }
    
    
    .tab-background[selected="true"]::after {
      border: none !important;
      content: "" !important;
      width: 30px !important;
      min-height: 30px !important;
      display: -moz-box !important;
      background-repeat: no-repeat !important;
    }
    
    
    .tab-background[selected="true"] > spacer {
      margin-top: 0px !important;
    }
    
    
    #new-tab-button,
    .tabs-newtab-button {
      width: calc(36px + 30px) !important;
      margin-inline-start: -15px !important;
      margin-top: 1px !important;
    }
    
    
    /* Tab hover customizations */
    
    
    /* Regular tabs */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
      display: -moz-box !important;
      background-repeat: no-repeat !important;
      content: "" !important;
      width: 30px !important;
      min-height: 30px !important;
      background-color: transparent !important;
    }
    
    
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
      display: -moz-box !important;
      background-repeat: no-repeat !important;
      content: "" !important;
      width: 30px !important;
      min-height: 30px !important;
      background-color: transparent !important;
    }
    
    
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
      margin-top: 0px !important;
    }
    
    
    #TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]),
    .tabs-newtab-button:hover,
    .tabs-newtab-button:hover::before,
    .tabs-newtab-button:hover::after {
      background-color: transparent !important;
    }
    
    
    /* New tab hover customizations */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]), .tabs-newtab-button:hover {
      background-position: 0px 2px, 30px 4px , 36px 2px !important;
      background-repeat: no-repeat !important;
      background-size: 30px 30px, calc(100% - (2 * 30px)) 30px, 30px !important;
    }
    
    
    .tabs-newtab-button:hover > .toolbarbutton-icon {
      background: none !important;
      background-color: transparent !important;
    }
    
    
    /* Color specific customizations */
    :root {
      --svg-selected-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgb(245,246,247);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    
    
      --svg-selected-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgb(245,246,247);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    
    
      --background-selected-middle:
        linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
        linear-gradient(
          transparent
          2px,
          rgb(245,246,247) 2px,
          rgb(245,246,247)
        ),
        none;
    
    
      --svg-hover-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='30' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(81,156,214,1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    
    
      --svg-hover-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(81,156,214,1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    
    
      --background-hover-middle:
        linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
        linear-gradient(
          transparent
          2px,
          rgba(81,156,214,1) 2px,
          rgba(81,156,214,1)
        ),
        none !important;
    
    
      --newtab-hover: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(81,156,214,1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>"),
        linear-gradient(rgba(81,156,214,1), rgba(81,156,214,1)),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(81,156,214,1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    }
    
    
    /* OS-specific color variables */
    @media screen and (-moz-windows-theme) {
      :root {
    
    
      }
    }
    
    
    @media not screen and (-moz-windows-theme) {
      :root {
    
    
      }
    }
    
    
    .tab-background[selected="true"]::before {
      background-image: var(--svg-selected-before) !important;
    }
    
    
    .tab-background[selected="true"]::after {
      background-image: var(--svg-selected-after) !important;
    }
    
    
    .tab-background[selected="true"] > spacer {
     background-image: var(--background-selected-middle) !important;
    }
    
    
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
      background-image: var(--svg-hover-before) !important;
    }
    
    
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
      background-image: var(--svg-hover-after) !important;
    }
    
    
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
      background-image: var(--background-hover-middle) !important;
    
    
    }
    
    
    .tabs-newtab-button:hover {
      background-image: var(--newtab-hover) !important;
    }
    
    
    .tab-close-button.close-icon:hover { 
       background-color: rgb(255,0,0,.5) !important;
    
    
    }
    Alles anzeigen
  • Hintergrundfarben ändern, Photonmenu, URLbar etc.

    • genetic
    • 2. Januar 2018 um 22:41
    Zitat von 2002Andreas


    Du meinst die Sidebar!?

    ...oder so :mrgreen:

    Das Script: Treffer, Schiff versenkt :klasse:

    Ein herzliches Dankeschön und alles Gute für 2018.

    @AoD: Ja, das mit den Hintergründen habe ich gesehen und dann auf Text angepasst - dachte ich zumindest - aber der blieb Schwarz :mrgreen:. Hatte da unter Garantie einen Fehler drin, aber nachdem der Vorschlag von Andreas wie für mich gemacht war, habe ich nicht weiter experimentiert. Aber Dir auch nochmals Danke und alles Gute für 2018. :klasse:

  • Hintergrundfarben ändern, Photonmenu, URLbar etc.

    • genetic
    • 2. Januar 2018 um 22:27
    Zitat von 2002Andreas


    Meinst du das so?

    CSS
    menupopup > menu,
    menupopup > menuitem  {
    color: red !important;
    }

    Ich würde sagen, da hat's einer drauf :klasse:

    Es fehlen nur noch: Einträge der Bookmarkliste (links außen)

    @AoD: Auch Dir Danke, aber bei dem Link habe ich mich spontan nicht so einfach zurecht gefunden, wie bei den Script von Andreas.

  • Hintergrundfarben ändern, Photonmenu, URLbar etc.

    • genetic
    • 2. Januar 2018 um 21:57

    Hallo,

    kannst Du mir ggf. auch noch den ein oder anderen Tipp geben?

    Ich möchte nur die Schriftfarbe ändern und bräuchte die "Schalter" für:

      Dropdown-Einträge der Menüleiste
      Einträge der Bookmarkliste
      Einträge im Kontextmenü (Rechtsklick) für sämtliche Szenarien

    Kannst Du helfen? :)

    Danke im Voraus.

  • eckige Tabs bei Quantum abrunden

    • genetic
    • 2. Januar 2018 um 21:22

    Hallo,

    ...dieser Part ist dafür zuständig - speziell der Befehl linear-gradient

    CSS
    .tab-background[selected="true"] > spacer {
      background-image:
      linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
      linear-gradient(
        transparent
        2px,
        rgb(255,100,18) 2px,
        rgb(255,100,18)
      ),
      none !important;
    }
    Alles anzeigen

    Vergleiche doch einfach mal die Stelle des CSS-Codes, der beiden Scripte und passe die Stelle mit dem Farbverlauf im gewünschten Script entsprechend an.

  • FF Portable: FirefoxLoader.exe (neues Icon?)

    • genetic
    • 30. Dezember 2017 um 18:41
    Zitat von Boersenfeger


    .. dann sach ma hier Bescheid... :)

    ...also Cashy ist nach eigenen Angaben raus, was FF Portable und Mods angeht!?

    Getreu dem Motto: Es war einmal... (oder aber hatte einfach keinen Bock :wink: )

    Casali: Ein port. FF ist in 20 Sek. erstellt - da braucht man keine 5 Minuten dazu :) . Das Video habe ich mir deshalb nicht angeschaut. Aber man braucht in jedem Fall eine Loader.exe.

    Fox2Fox: Fehlt da ggf. der ein oder andere Zwischenschritt? Normalerweise hat ja dann die Verknüpfung einen Pfeil (sofern nicht über einen Win-teak entfernt). Aber egal - ich hab's jetzt mit dem RecourceHacker gemacht.

  • FF Portable: FirefoxLoader.exe (neues Icon?)

    • genetic
    • 29. Dezember 2017 um 19:53

    ...mach' ich glatt.

    Danke für den Tipp.

  • FF Portable: FirefoxLoader.exe (neues Icon?)

    • genetic
    • 28. Dezember 2017 um 19:16

    Hallo zusammen,

    nix Dramatisches und kurz erklärt:

    Gibt es die FirefoxLoader.exe für den port. Fox auch mit dem aktuellen Icon?

    Das alte sieht inzwischen echt altbacken aus. :)

  • FF57: Löschen einzelner Formulardaten nicht mehr möglich.

    • genetic
    • 28. Dezember 2017 um 19:11

    Danke, hab's mir schlimmer vorgestellt.

    Zitat

    ...mit der maus erstmal festhalten und löschen...

    ...damit geht's rel. einfach un unkomplziert. (Von selber wäre ich da aber nie und nimmer drauf gekommen.)

  • FF57: Löschen einzelner Formulardaten nicht mehr möglich.

    • genetic
    • 27. Dezember 2017 um 23:48

    Hallo,

    "früher" konnte man doch über Strg. + Del, einzelne Formulardaten löschen...das geht jetzt aber seit mind. 1-2 Builds nicht mehr.

    Gibt es eine Alternative?

    Danke für Tipps.

  • Unsere Anpassungen in der userChrome.css

    • genetic
    • 27. Dezember 2017 um 22:55

    Hast Du ggf. auch noch was für: Lesezeichen für diesen Link hinzufügen parat?

    Code
    menuitem[label="Lesezeichen für diesen Link hinzufügen"],

    ...möchte mein Fuchs nicht.

    Edit: Selber fündig geworden...falls es jemand braucht:

    https://developer.mozilla.org/en-US/docs/Moz…L/Firefox_menus

  • Tab Progress-Anzeige...?

    • genetic
    • 27. Dezember 2017 um 21:10

    Mein Held - Danke!!!

  • Tab Progress-Anzeige...?

    • genetic
    • 27. Dezember 2017 um 21:04

    ...oder wie heißt die neue "Funktion" in V57, wo der Tab nach jeder geladenen Seite, ein Balken durchläuft?

    Hatte das in meiner alter Version erfolgreich deaktiviert (über about:config), aber ich finde es nicht mehr.

    Kann jemand helfen? (ich werde fast wahnsinnig mit dem Geblinke). :grr:

    Danke im Voraus.

  • Unsere Anpassungen in der userChrome.css

    • genetic
    • 27. Dezember 2017 um 20:36
    Zitat von 2002Andreas


    Teste es bitte mal mit diesen Bezeichnungen:

    #context-openlinkprivate

    #context-sendlinktodevice

    :klasse: Danke.

  • Exit Button

    • genetic
    • 27. Dezember 2017 um 20:35

    Lag an meinem Port.Fox von PortableApps - mit dem, der hier im Forum verlinkt wird, geht es.

    Der ist zudem 2/3 schlanker, was den Speicherplatz angeht.

    Sorry, für die Verwirrung!

Unterstütze uns!

Jährlich (2025)

101,9 %

101,9% (662,48 von 650 EUR)

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