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

Beiträge von Fox2Fox

  • Google Datenschutz ausblenden

    • Fox2Fox
    • 29. Juni 2018 um 15:46
    Zitat von 2002Andreas


    Bei Sören und auch bei mir funktioniert der Code noch :-??

    Damit funktioniert es hier auch:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("www.google.de") {
    #taw{
    display:none!important;}
    }


    Bei mir leider nicht.

  • Google Datenschutz ausblenden

    • Fox2Fox
    • 29. Juni 2018 um 15:17
    Zitat von Sören Hentzschel


    Deswegen sollte man beim Erstellen von Hilfe-Threads immer ausreichend Kontext liefern… ;)


    Die Screenshots liefern eindeutiges, oder?

    Kann mir dann bitte jemand den kompletten Code liefern, mit dem es funktioniert?

  • Google Datenschutz ausblenden

    • Fox2Fox
    • 29. Juni 2018 um 12:26

    Wie komplett?

    So klappt es nicht

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document domain("google.de") {
    
    
    #cnsh > DIV:nth-child(3) > DIV:last-child > DIV,/*Datenschutzmeldung*/
    #cnsh > DIV:nth-child(3){ /*Cookiehinweis */
    display:none!important;}
    
    
    }
    Alles anzeigen
  • Google Datenschutz ausblenden

    • Fox2Fox
    • 29. Juni 2018 um 12:03

    Wie bekomme ich beides ausgeblendet?


    [attachment=1]A3.jpg[/attachment]


    [attachment=0]A4.jpg[/attachment]


    Der Code Google Datenschutz ausblenden für Stylus funktioniert nicht mehr

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document domain("google.de") {
    
    
    #taw > DIV:nth-child(3) > DIV:last-child > DIV,/*Datenschutzmeldung*/
    #taw > DIV:nth-child(3){ /*Cookiehinweis */
    display:none!important;}
    
    
    }
    Alles anzeigen
  • Hotkey od. Addon um direkt zu Einstellungen - Datenschutz - Cookies anzeigen zu kommen?

    • Fox2Fox
    • 29. Juni 2018 um 11:52

    Änderungen siehe hier:
    https://www.camp-firefox.de/forum/viewtopic.php?f=1&t=125520

  • chrome://browser/content/preferences/cookies.xul funktioniert nicht mehr

    • Fox2Fox
    • 29. Juni 2018 um 11:49

    Klappt bei mir mit chrome://browser/content/preferences/siteDataSettings.xul
    Zwar nicht auf Anbieb, da hatte ich auch eine leere Seite, aber nach Neustart waren die Cookies zu sehen.

    Thanks!

  • add-on_Update.js Schaltfläche ändern

    • Fox2Fox
    • 29. Juni 2018 um 11:43

    Hat geklappt, vielen Dank!

  • chrome://browser/content/preferences/cookies.xul funktioniert nicht mehr

    • Fox2Fox
    • 28. Juni 2018 um 19:39

    chrome://browser/content/preferences/cookies.xul als Lesezeichen, um die Cookie-Liste aufzurufen, funktioniert nicht mehr. Gibt es eine Alternative?

    chrome://passwordmgr/content/passwordManager.xul funktioniert noch.

  • URL in Statusleiste anzeigen

    • Fox2Fox
    • 28. Juni 2018 um 19:18

    Mit bottom: 18px !important; ist es optimal!

    Danke dir!

  • add-on_Update.js Schaltfläche ändern

    • Fox2Fox
    • 28. Juni 2018 um 19:16

    Würde gerne die Schaltfläche bei der Datei add-on_Update.js ändern und zwar so wie ich es noch mit 60.0.2 hatte.

    Sieht im Moment mit 61 so aus


    [attachment=1]A2.jpg[/attachment]


    Möchte es so haben wie in 60.0.2


    [attachment=0]A1.jpg[/attachment]


    add-on_Update.js ALT mit 60.0.2:


    Code
    (function() {
      if (location != 'chrome://browser/content/browser.xul')
        return;
    
    
      try {
        CustomizableUI.createWidget({
          id: 'addons-update-button',
          defaultArea: CustomizableUI.AREA_NAVBAR,
          label: 'Add-ons Update',
          tooltiptext: 'Add-ons Update',
          onCommand: onCommand,
          onCreated: function(button) {
            button.style.listStyleImage = 'url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAdUlEQVQokZVSwRHAIAgLPYfoXs7RCTpG53Avt7APrhaFU8gLMEEJAkEQgFbc7IxkVjt0r6Sp7VIVITumBpKt00FA2ThmjXzkfMMWO8EZFSj8LrUyjsG9b9DaJXq+qAIVxEUxtLHpaXE95dj1NcK2rmbwaGJ4Af0tIg00j/6iAAAAAElFTkSuQmCC)';
          }
        });
      } catch(e) {
        return;
      };
    
    
      function onCommand(event) {
        let frameScript = function() {
          addEventListener('pageshow', function onPageshow(event) {
            if (event.target.location != 'about:addons')
              return;
            content.gViewController.doCommand('cmd_findAllUpdates');
            content.gViewController.doCommand('cmd_goToAvailableUpdates');
            removeEventListener('pageshow', onPageshow);
          });
        };
        let frameScriptURI = 'data:,(' + frameScript.toString() + ')()';
        let window = event.target.ownerGlobal;
        window.openUILinkIn('about:addons', 'tab');
        window.gBrowser.selectedBrowser.messageManager.loadFrameScript(frameScriptURI, true);
      };
    
    
    })();
    Alles anzeigen

    add-on_Update.js NEU mit 61:

    Code
    (function() {
      if (location != 'chrome://browser/content/browser.xul')
        return;
      if (CustomizableUI.getPlacementOfWidget('addons-update-button'))
        return;
    
    
      try {
        CustomizableUI.createWidget({
          id: 'addons-update-button',
          defaultArea: CustomizableUI.AREA_NAVBAR,
          label: 'Add-ons Update',
          tooltiptext: 'Add-ons Update',
          onCommand: onCommand,
          onCreated: function(button) {
             button.style.listStyleImage = 'url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAdUlEQVQokZVSwRHAIAgLPYfoXs7RCTpG53Avt7APrhaFU8gLMEEJAkEQgFbc7IxkVjt0r6Sp7VIVITumBpKt00FA2ThmjXzkfMMWO8EZFSj8LrUyjsG9b9DaJXq+qAIVxEUxtLHpaXE95dj1NcK2rmbwaGJ4Af0tIg00j/6iAAAAAElFTkSuQmCC)';
          }
        });
      } catch(e) {
        return;
      };
    
    
      function onCommand(event) {
        let frameScript = function() {
          addEventListener('pageshow', function onPageshow(event) {
            if (event.target.location != 'about:addons')
              return;
            content.gViewController.doCommand('cmd_findAllUpdates');
            content.gViewController.doCommand('cmd_goToAvailableUpdates');
            removeEventListener('pageshow', onPageshow);
          });
        };
        let frameScriptURI = 'data:,(' + frameScript.toString() + ')()';
        let window = event.target.ownerGlobal;
        window.openUILinkIn('about:addons', 'tab', {});
        window.gBrowser.selectedBrowser.messageManager.loadFrameScript(frameScriptURI, true);
      };
    
    
    })();
    Alles anzeigen

    Wie bekomme ich die neue Schaltfläche mit der alten Schaltfläche getauscht?

  • URL in Statusleiste anzeigen

    • Fox2Fox
    • 28. Juni 2018 um 18:53

    In Firefox 60.0.2 sah es noch so aus. Da ist die Position höher.


    [attachment=0]SL ALT.jpg[/attachment]


    Könnte es auch an der js-Datei liegen?

    Code
    (function() {
    
    
      if (location != 'chrome://browser/content/browser.xul')
        return;
    
      var tb = document.createElement('toolbar');
      tb.id = 'new-toolbar';
      tb.setAttribute('customizable', true);
      tb.setAttribute('mode', 'icons');
    
    
      var vbox = document.createElement('vbox');
      vbox.id = 'new-toolbar-vbox';
      document.getElementById('navigator-toolbox').parentNode.insertBefore(
        vbox, document.getElementById('browser-bottombox'));
      vbox.appendChild(tb);
    
    
      CustomizableUI.registerArea('new-toolbar', {legacy: true});
    
    
    })();
    Alles anzeigen
  • URL in Statusleiste anzeigen

    • Fox2Fox
    • 28. Juni 2018 um 18:38

    Sorry, das ist horizontal. Ich meinte vertikal.


    [attachment=0]Zentriert.jpg[/attachment]

  • URL in Statusleiste anzeigen

    • Fox2Fox
    • 27. Juni 2018 um 18:02

    Um die URL in der Statuseiste anzuzeigen habe ich bislang diesen Code verwendet:

    CSS
    /*Link in Statusleiste anzeigen*/
    
    
    .statuspanel-label{ 
    border:none!important;
    background:transparent!important;
    color: black !important;
    }
    
    
    statuspanel {
    border:none!important;
    margin-top:-15px!important;
    -moz-box-ordinal-group: 100 !important;
    }
    Alles anzeigen

    Damit das auch mir 61 funktioniert, habe ich diesen Code genommen:

    CSS
    /*Statusleiste ab Firefox 61*/
    
    
    #statusleiste {
      height: 24px !important; /* 24px oder 36px für Buttons */
      direction: rtl !important; /* Buttons nach rechts ausrichten*/
      background: #F5F6F7 !important;
      border-top: 1px solid #CCCCCC !important;
    }
    
    
    #statuspanel {
      background-color: transparent !important;
      border: none !important;
      bottom: 13px !important;
      height: 24px !important;
      max-width: 100% !important; /* 100% oder ca. 50% bis 75% für Buttons */
      transition: none !important; 
    }
    
    
    #statuspanel-label {
      border:none !important;
      background:transparent !important;
      padding-top: 3px !important;
      padding-left: 6px !important;
      color: #000000 !important;
    }
    Alles anzeigen

    Mit dem alten Code war die URL-Anzeige zentriert, mit dem neuen Code ist die URL unten.


    [attachment=0]SL_NEU.jpg[/attachment]

    Kann man mit dem neuen Code zentieren?

  • FF vergisst Einstellungen

    • Fox2Fox
    • 25. Juni 2018 um 09:19

    Benutzt du irgendwelche Cleaner oder Optimierer?

    Teste mit einem neuen Profil.

  • bookmark-search-plus-2 verschieben

    • Fox2Fox
    • 25. Juni 2018 um 08:42

    Hat geklappt, vielen Dank.

  • Hintergrundfarbe von zeit.de ändern

    • Fox2Fox
    • 23. Juni 2018 um 12:04

    Klappt super! Danke dir!

  • Hintergrundfarbe von zeit.de ändern

    • Fox2Fox
    • 23. Juni 2018 um 11:33

    Wie kann ich die Hintergrundfarbe von https://www.zeit.de ändern?
    Sieht im Moment so aus, ist mir zu dunkel.


    [attachment=0]A3.jpg[/attachment]

  • bookmark-search-plus-2 verschieben

    • Fox2Fox
    • 23. Juni 2018 um 11:32

    Kann ich die Schaltfläche von bookmark-search-plus-2 auch ins Lesezeichenmenü verschieben? Also ganz oben, wo sich auch die Bibliothek befindet.

    https://addons.mozilla.org/de/firefox/add…-search-plus-2/


    [attachment=0]B.jpg[/attachment]

  • Firefox > 59 + Website's und Bilder

    • Fox2Fox
    • 21. Juni 2018 um 12:26

    Es gibt einen aktuelleren Graka-Treiber:

    http://www.nvidia.de/download/driverResults.aspx/112623/de

  • Youtube in Firefox

    • Fox2Fox
    • 20. Juni 2018 um 21:07

    Was sind denn Vorschauvideos und wie funktioniert das?

    Es gibt eine Erweiterung, die das wohl realisiert. Funktioniert aber nicht mit der aktuellen Firefox-Version.
    https://addons.mozilla.org/de/firefox/add…-video-preview/

    Hast du Firefox kürzlich einem Update unterzogen? Um welche Version geht es?

    Und gebe mal einen Beispiel-Link

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