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

Beiträge von edvoldi

  • ContextTranslate.uc.js

    • edvoldi
    • 17. Juli 2020 um 17:47

    Hallo zusammen,

    bei mir funktioniert dieses Translate DeepL ContextTranslate.uc.js Script nicht mehr, kann das einer bestätigen?


    Code
    ////  Translate DeepL ////
    ///https://github.com/ardiman/userChrome.js/tree/master/contexttranslate///
    // ex ContextTranslate.uc.js///
    
    (function () {
        if (location != AppConstants.BROWSER_CHROME_URL)
            return;
        let translate = function () {
            let browserMM = gBrowser.selectedBrowser.messageManager;
            browserMM.addMessageListener('getSelection', function listener(message) {
                let t = (message.data !== '');
                let e = (document.charset || document.characterSet);
                if (t) {
                    openWebLinkIn('https://www.deepl.com/translator#en/de/' + encodeURIComponent(message.data), 'tab');
                } else {
                    openWebLinkIn('https://www.deepl.com/translate?u=' + encodeURIComponent(gBrowser.currentURI.spec) + '&hl=de-DE&ie=' + e + '&sl=auto&tl=de-DE', 'tab');
                };
                browserMM.removeMessageListener('getSelection', listener, true);
            });
            browserMM.loadFrameScript('data:,sendAsyncMessage("getSelection", content.document.getSelection().toString())', true);
        }
        let menuitem = document.createXULElement('menuitem');
        menuitem.id = 'context-googletranslate';
        menuitem.setAttribute('label', 'Übersetzen');
        menuitem.setAttribute('tooltiptext', 'Mit DeeplTranslate übersetzen');
        menuitem.setAttribute('oncommand', '(' + translate.toString() + ')()');
        menuitem.classList.add('menuitem-iconic');
        //Wer kein Icon möchte kann die nächsten beiden Zeilen auskommentieren/löschen
        //menuitem.style.listStyleImage = 'url("https://www.deepl.com/favicon.ico")';
        menuitem.style.listStyleImage = ' url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAACNwAAAjcB9wZEwgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGZSURBVDiNjZKxaxRBFMZ/b2ZHbWITUxkRC4PnBUW0k1gkoFlMYmIR8R+w0UZBFAvtLAMS0ipC0guCd0GOa23EJGTPkBRCSCNHKiEgMzvPwmjCuiv3lft97zff7BuhQraWTouJLwE0mmf518a7spwUPxwZvlmLms8B4wWrLZhHPvuwUg44N9afGPcc4T5gK4pFgSUv/jHrre8HgKHJE4nzHWBgn/sZdBuYqQB1Q+5rbLR2DUBy1J89GIbEmNmQNW8DqxWAgcS5IQBT5vqYP3H1Gw9AHyosAKECVA4QuKfIPMhHVKygV4OVU8ByT4BDsiI6rWpusdbYUdgpBpLSMeGTRLYx2o5q9kT0ja2P3xU401ODQJz1neYdVRkT9C1gyob/Ngg/3VbifJf9TVg1L2Q43UC1eo3eb8KfB7O7uRf7T782Yo8hXBG4DFwvaRgFFoP4GTqt7u/bFuTOp5dU9BUw8u/BOhqy5fZ//4HvNL6ErHlNkSmFb4e9YM1WMV+5xjxrvM+P99VBngI/qnK96UI66OrpEhcnThatXx/tiqJJdDA6AAAAAElFTkSuQmCC")';
        let refItem = document.getElementById('context-inspect');
        refItem.parentNode.insertBefore(menuitem, refItem);
    })();
    Alles anzeigen


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 10. Juli 2020 um 11:48

    Ich glaube eher das er eine falsche about Seite angegeben hat, den die Bilder sind von about:privatebrowsing


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 9. Juli 2020 um 14:15
    Zitat von Endor

    Nein eigentlich sollte die nicht mit runterscrollen.

    ich kann den Fehler bestätigen


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 7. Juli 2020 um 20:00
    Zitat von Endor

    Ich danke Dir, ich hätte diesen Teil ohne deinen Hinweis glatt übersehen.

    Kein Problem, ich habe in den letzten Tagen so einiges gefunden was ich übersehen habe.;)
    Ich hatte das eben auch schon einmal probiert, aber wie so oft diesen -moz-appearance: none !important; Befehl vergessen.


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 7. Juli 2020 um 19:54
    Zitat von Endor

    Jetzt müsste es passen:

    Ja perfekt wie immer.
    Danke .


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 7. Juli 2020 um 17:18
    Zitat von Endor

    Ja dafür habe ich noch keine Anpassung gemacht.

    Mache ich aber noch.

    Danke schon im voraus.


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 7. Juli 2020 um 17:13

    Hallo Endor,

    ich habe noch eine Frage zu about:protections.
    kann das sein, das Du


    für den Bericht noch keine Anpassung vorgenommen hast?


    Gruß
    EDV-Oldi

  • Entwicklung Firefox Nightly (Fenix)

    • edvoldi
    • 3. Juli 2020 um 13:49
    Zitat von Sören Hentzschel

    Würdest du auf dem "Stabilitäts-Niveau" bleiben wollen, müsstest du dir Firefox Beta installieren.

    Ich bleibe erst einmal bei der Nightly Version.
    Sollte sie Probleme machen kann ich ja immer noch zur Beta wechseln.

    Sonst warte ich bis die Version 79.x erscheint.

    Danke für die Informationen.


    Gruß
    EDV-Oldi

  • Entwicklung Firefox Nightly (Fenix)

    • edvoldi
    • 3. Juli 2020 um 13:24

    Hallo AngelOfDarkness,

    Zitat von AngelOfDarkness

    Beachte in deinem Screenshot das Logo/Branding. Du hast weisterhin die Nightly Version

    das ist mir klar, mittlerweile habe ich die Version 80.0a1.

    Das ist aber nicht mein Problem, ich wollte wissen wie ich später die aktuelle Version 79 erhalte,
    so wie es für mich jetzt aussieht muss ich die dann beim erscheinen neu installieren.


    Gruß
    EDV-Oldi

  • Entwicklung Firefox Nightly (Fenix)

    • edvoldi
    • 3. Juli 2020 um 08:47

    Ich hatte Preview 5.2 und jetzt habe ich Firefox 79.0a1 und ich habe noch nie gesehen das aus einer Nightly Version eine aktuelle wurde.

    Ich warte ab was passiert.

  • Entwicklung Firefox Nightly (Fenix)

    • edvoldi
    • 2. Juli 2020 um 22:54

    Das heißt, ich muss dann Firefox installieren wenn die neue Version fertig ist?

  • Entwicklung Firefox Nightly (Fenix)

    • edvoldi
    • 2. Juli 2020 um 22:29

    Hallo,

    bei mir wurde gerade aus Fenix Firefox Nightly.

    Soll das so sein?

    Gruß EDV-Oldi vom Smartphone

  • ReminderFox Termine

    • edvoldi
    • 26. Juni 2020 um 16:45
    Zitat von milupo

    OK, und wo hast du die Information gelesen?

    Habe ich im letzten Beitrag nach getragen.

  • ReminderFox Termine

    • edvoldi
    • 26. Juni 2020 um 16:41
    Zitat von milupo

    Am Dienstag kommt aber auch TB 78.0.0

    Du bist nicht auf dem aktuellen Stand;)

    Zitat

    Aufgrund der Verfügbarkeit von Personal und anderen Problemen werden wir 78.0 am 30. Juni nicht veröffentlichen. Ich erwarte die Veröffentlichung in der Woche vom 6. Juli

    Hier gefunden
    Gruß
    EDV-Oldi

  • PiP deaktivieren

    • edvoldi
    • 21. Juni 2020 um 11:30
    Zitat von Boersenfeger

    Der Link ergibt eine 404 Meldung

    Beim ersten mal habe ich das auch gehabt, beim zweiten klick hat es dann funktioniert.,


    Gruß
    EDV-Oldi

  • Ansicht "Erweiterungen verwalten"

    • edvoldi
    • 13. Juni 2020 um 13:48

    Hallo Büssen,

    Zitat von Büssen

    Der werkelte im Hintergrund einfach weiter und bescherte mir weiterhin die graue Seite. :(

    der ist aber nicht von mir, sondern vom Endor, ich habe den nur für mich angepasst.

    Wichtig ist bei diesem Problem, das man den Code auf die bestimmte Seite einschränkt.
    Das hatte ich bei mir bei den about:add-ons nicht gemacht.

    Für "about:cache" sollte der Code zwischen

    Code
    @-moz-document url-prefix(about:cache) {

    und

    Code
    }

    stehen.

    Dann wirkt der nur für about:cache.

    Also so:

    CSS
    /***   AGENT_SHEET   *********************/
    /***   Geändert von EDV-Oldie   **********/
    /***   Letzte Änderung am 18.05.2020   ***/
    /***   https://www.camp-firefox.de/forum/thema/130540-about-seiten-mit-css-codes-anpassen/   */
    
    /*   About:cache   */
    @-moz-document url-prefix(about:cache) {
    
    
        html {
        background: silver !important;
        }
    
        body:before {content: "Design by EDV-Oldie: ";
        font-size: 25px!important;
        font-weight: bold!important;
        color: blue !important;
        }
    
        h1 {
        color: #057A7A !important;
        font-size: 22px !important;
        font-weight: bold !important;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
        }
    
    
        h2 {
        -moz-appearance: none !important;
        background: #F0F0F0 !important;
        margin-left: 20px !important;
        max-width: 70px !important;
        padding-left: 10px !important;
        padding-bottom: 5px !important; 
        font-size: 14.0px !important;
        border-style: outset !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-width: 2px !important;
        border-radius: 12px !important;
        color: black !important;
        }
    
    
        body {
        background-color: #fffff0 !important;
        min-width: 1000px !important;
        margin-top: 25px !important;
        margin-left: 20px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-radius: 20px !important;
        border-width: 4px !important;
        border-style: outset !important;
        }
    
    
        body > table:nth-child(11),
        body > table:nth-child(9),
        body > table:nth-child(7){
        background-color: #FDF5E6 !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        padding-top: 20px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-radius: 20px !important;
        border-width: 4px !important;
        border-style: outset !important;
        }
    
    
    body > table:nth-child(11){margin-bottom: 30px !important;}
    
    
    #entries > tbody > tr:nth-child(2n+1) {
    background-color: #fbfbd6 !important;
    text-decoration: none !important;
    color: black !important;
    }
    
    
    #entries > tbody > tr:nth-child(2n+1):hover {
    background-color: #fbf3d6 !important;}
    
    
    #entries > tbody > tr:nth-child(2n) {
    background-color: #fce8be !important;}
    
    
    #entries > tbody > tr:nth-child(2n):hover {
    background-color: #fcdabe !important;}
    
    
    
    
    #submit{
    -moz-appearance:none!important;
    background: #efefef url("../../../Icons/Bild5.png")no-repeat !important;
    padding-left:35px!important;
    min-height: 30px!important;
    padding-right: 20px!important;
    background-position:10px 4px!important;
    font-size:14.0px!important;
    border-radius:14px!important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    margin-left:8px !important;
    -moz-appearance:none!important;}
    
    
    #submit:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("../../../Icons/Bild5.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    
    
    [href="about:cache?storage=&context="]{
    -moz-appearance:none!important;
    background: #efefef url("../../../Icons/Bild6.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    [href="about:cache?storage=&context="]:hover{
    background: #CFE6F1 url("../../../Icons/Bild6.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?device=memory"]{min-width: 260px !important;}
    
    
    [href="about:cache?storage=memory&context="]{
    -moz-appearance:none!important;
    background: #efefef url("../../../Icons/Bild7.png")no-repeat !important;
    margin-top: 30px !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;
    }
    
    
    [href="about:cache?storage=memory&context="]:hover{
    background: #CFE6F1 url("../../../Icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?storage=disk&context="]{
    -moz-appearance:none!important;
    background: #efefef url("../../../Icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;}
    
    
    [href="about:cache?storage=disk&context="]:hover{
    background: #CFE6F1 url("../../../Icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    
    
    [href="about:cache?storage=appcache&context="]{
    -moz-appearance:none!important;
    background: #efefef url("../../../Icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;}
    
    
    
    
    [href="about:cache?storage=appcache&context="]:hover{
    background: #CFE6F1 url("../../../Icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    }
    /*   about:Cache Ende   */
    Alles anzeigen

    das gilt auch für alle anderen Codes, dann natürlich mit einem anderen Befehl.

    Zum Beispiel für about:add-ons dieser:

    Code
    @-moz-document url("about:about")


    Gruß
    EDV-Oldi

  • Ansicht "Erweiterungen verwalten"

    • edvoldi
    • 7. Juni 2020 um 19:07

    Ich habe das so gelöst.

    CSS
        panel-item[action="check-for-updates"][data-l10n-id="addon-updates-check-for-updates"] {
        background: red !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/updates_prüfen.png") !important; }
        
        
        panel-item[action="view-recent-updates"][data-l10n-id="addon-updates-view-updates"] {
        background: green !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/update_1.png") !important; }
    
    
        panel-item[action="install-from-file"][data-l10n-id="addon-install-from-file"] {
        background: green !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/update_2.png") !important; }
    
    
        panel-item[action="debug-addons"][data-l10n-id="addon-open-about-debugging"] {
        background: green !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/addons_debuggen.png") !important; }
        
        
        panel-item[action="set-update-automatically"][data-l10n-id="addon-updates-update-addons-automatically"] {
        background: green !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/V_grün.png") !important;
        }    
       
        
        panel-item[action="reset-update-states"][data-l10n-id="addon-updates-reset-updates-to-automatic"] {
        background: blue !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/addons_auto.png") !important;
        }    
        panel-item[action="reset-update-states"][data-l10n-id="addon-updates-reset-updates-to-manual"] {
        background: blue !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/addons_manuell.png") !important; }
        
        
        panel-item[action="manage-shortcuts"][data-l10n-id="addon-manage-extensions-shortcuts"] {
        background: blue !important;
        --icon:  url("file:///C:/Dropbox/Chrome/Icons/keybord.png") !important; }
    Alles anzeigen

    Die Hintergrundfarben habe ich nur zum Test eingefügt, ich benutze das so nicht.


    Gruß
    EDV-Oldi

  • Seit 4.6.20 keine Updates für Nightly

    • edvoldi
    • 6. Juni 2020 um 18:32
    Zitat von Fox2Fox

    Ist das bei auch auch so?

    Nein, ich bekomme jeden Tag mindestens 1 Update.


    Gruß
    EDV-Oldi

  • Ansicht "Erweiterungen verwalten"

    • edvoldi
    • 3. Juni 2020 um 18:23

    Hallo Büssen,
    das ist der Code für den Kreis.

    CSS
    /*   More-Options-Button ...   */
        .more-options-button {
        border-radius: 15px !important; 
        border: 1px solid grey !important;
        }

    und hier für das Icon, Du musst natürlich Deinen Pfad eingeben oder das Bild direkt.

    CSS
        .more-options-button[action="page-options"] {
        background: url("../../../Icons/update.png") no-repeat !important;
        border: 1px solid blue !important;
        padding-left:5px!important;
        background-position:5px 5px !important; 
        }
        .more-options-button[action="page-options"]:hover {
        background: gray url("../../../Icons/update.png") no-repeat !important;
        border: 1px solid blue !important;
        padding-left:5px!important;
        background-position:5px 5px !important;
        }
    Alles anzeigen


    Gruß
    EDV-Oldi

  • Ansicht "Erweiterungen verwalten"

    • edvoldi
    • 29. Mai 2020 um 16:57
    Zitat von Büssen

    Der (jetzige) Code' im #509 ist aber ein anderer - den müsstest du inzwischen geändert haben

    Zitat von edvoldi

    Im Code #509 habe ich schon die fehlende Farbe im oberen Bereich eingetragen.

    Diesen Code

    CSS
    background: url("../../../Icons/update.png") no-repeat !important;

    findest Du unter /* Add-ons-update */ in meinem Code.

    :cursing: Oh Schreck, ich sehe gerade das ich den falschen Code in #509 kopiert habe.,

    jetzt ist der richtige drin.


    Gruß
    EDV-Oldi

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