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

Beiträge von Endor

  • WhatsApp Web erkennt QR-Code nicht

    • Endor
    • 9. April 2022 um 15:12

    Hallo Hiarcs.

    Ich verwende auch diese Seite von Whatsapp um Text zu schreiben und habe keinerlei Probleme

    damit in Firefox 99. Verwendest Du einen Werbeblocker wie ublock oder so. Welche Antivirus Lösung
    verwendest Du? Blockierst du Cookies usw. ?

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 7. April 2022 um 19:48

    Hallo Abendstern2010 , phil0sofa und Merowinger86 .

    Alles alles Gute zum Geburtstag !

    Vor allem viel Gesundheit wünsche ich euch.

    Mfg.
    Endor

  • Weißer Streifen verdeckt oberen Teil bei bestimmten Websites

    • Endor
    • 6. April 2022 um 20:54

    Hallo Dakmar .

    Prima freut mich wenn es wieder funktioniert.

    Wie immer gern geschehen. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 5. April 2022 um 17:07

    Scrollbar ist hier nur beim laden sichtbar.

    Damit ist sie hier dann weg:

    .main-content{scrollbar-width: none !important;}

    Danke für den Anstoß. :) :thumbup:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 5. April 2022 um 16:11

    Ja den Zusätzlichen Code habe ich auch übernommen.

    Passt perfekt. Danke dafür.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 5. April 2022 um 15:25

    Hallo FuchsFan

    Danke für die Hinweise.

    about:debugging

    passt perfekt. Danke!

    about:logins

    funktioniert hier einwandfrei.

    about:about
    da wurde hier ein Eintrag entfernt nämlich
    about:devtools fehlt hier jetzt.

    about:welcome

    da waren hier nur die beiden Schaltflächen zu hoch.

    hier meine Version:

    CSS
    @-moz-document url(about:welcome) {
      
        html, #root{background:#ffffff!important;}
        
        .screen{background: transparent !important;}
        
        .outer-wrapper{background-image: none !important;}
    
        .main-content{ background: rgba(255, 255, 255, 0.7)!important;}
    
        :focus-visible {outline: none !important;}
            
        .outer-wrapper{
        justify-content: center!important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1400px !important;
        min-height: 90vh !important;
        max-height: 90vh !important; 
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        background: #fffff0 !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;}
    
        .outer-wrapper:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 35px !important; 
        font-weight: bold !important;}
        
        #mainContentHeader{
        color: #cc0000 !important; 
        font-size: 20px !important; 
        font-weight: bold !important;
        }
        
        .section-left{display: none !important; }
        
        .secondary-cta > span:nth-child(1){
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;}
        
        h2{
        color: #1a75ff !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;    
        font-weight: bold !important; 
        font-size: 17px !important;}
        
        .welcome-text{margin-bottom: 10px !important;}
        
        .screen:before {
        position:absolute !important;
        top: 50px !important;
        left: 500px !important;
        content: "Endors Firefox";
        font-weight:bold !important;
        font-size: 26px !important; 
        color:red !important; }    
            
        .primary{
        margin-top: 15px !important;
        appearance: none !important;
        background: #0060df url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!important;
        padding-left: 50px!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-style: outset !important;
        border-radius:30px!important;}
        
        .primary:hover{
        background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!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-style: outset !important;
        border-radius:30px!important;}
      
        div.secondary-cta:nth-child(2) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important;
        margin-top: 15px !important;
        height: 32px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        line-height: 0 !important;
        }
       
        div.secondary-cta:nth-child(2) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
        
        div.secondary-cta:nth-child(1) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
        height: 35px !important;
        margin-top: 40px !important;
        margin-right: -50px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 8px!important;
        border-radius:20px !important;
        line-height: 0 !important;}
        
        div.secondary-cta:nth-child(1) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 8px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
        }
    Alles anzeigen

    Mfg.
    Endor

  • Weißer Streifen verdeckt oberen Teil bei bestimmten Websites

    • Endor
    • 5. April 2022 um 15:20

    Dakmar

    Womit unterdrückst Du die Cookies Abfrage?

    Denn das verursacht dein Problem.

    Irgend eine Erweiterung oder womit?

    Fragen oder Antworten, bitte immer hier im Forum stellen.
    Nur hier kann ich helfen.

    Mfg.
    Endor

  • Weißer Streifen verdeckt oberen Teil bei bestimmten Websites

    • Endor
    • 4. April 2022 um 20:06

    Bei mir sieht es genau so aus wie bei Dakmar .

    Habe dann in uBlock diese beiden Filter eingefügt, dann konnte ich die Seite

    normal bedienen.

    Code
    www.vrbankmitte.de##.lightbox__content
    www.vrbankmitte.de##.open.darken-layer

    Das weiße Feld oben, ist wahrscheinlich eine Cookies abfrage die durch eine Erweiterung
    blockiert wird. Hier ublock und oder uMatrix.

    Mfg.
    Endor

  • Horizontaler raum zwischen Pinned Tabs und Tabs vergrößern

    • Endor
    • 2. April 2022 um 11:18

    Nur als Hinweis:

    Der Autor hat diese Legacy Erweiterung nach Github migriert.
    Daher wäre es ihm lieber wenn man dort Fragen und Probleme,

    logischer Weise in englischer Sprache, dort meldet.
    https://github.com/onemen/TabMixPlus/issues

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. März 2022 um 22:22

    Eben auch in meinem Hauptfuchs mit aktiven Account getestet, da

    ist sie auch da. :/ Komisch. Du hast die nicht eventuell ausgeblendet?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. März 2022 um 22:13

    Da ich keine Mozilla Account verwende, ist oben rechts

    eine Anmelden Schaltfläche hier vorhanden.


    Mfg.
    Endor

  • In memoriam

    • Endor
    • 29. März 2022 um 21:12

    Estartu

    wäre heute 55 Jahre alt geworden.

    Traurig.

    R.I.P.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. März 2022 um 20:53

    Hallo FuchsFan

    Habe oben den CSS Code nochmals aktualisiert.

    Die Schaltfläche unten musste ich nochmals anders ansprechen.

    Die Schaltfläche oben wurde damit auch angesprochen und das wollte

    ich nicht.

    Ich habe nur diesen Teil neu gemacht,

    CSS
        div.secondary-cta:nth-child(2) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important;
        margin-top: 15px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        line-height: 2 !important;}
       
        div.secondary-cta:nth-child(2) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}    
        
        div.secondary-cta:nth-child(1) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
        margin-top: 40px !important;
        margin-right: -50px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 7px!important;
        border-radius:20px!important;
        line-height: 2.2 !important;}
        
        div.secondary-cta:nth-child(1) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 7px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}
    Alles anzeigen

    Einfach den vorhandenen Teil damit ersetzen.

    Zeile 112 bis Ende.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. März 2022 um 19:49

    Ja die Schriftgröße passt gut so wie Du es gemacht hast.

    Danke nochmals für Deinen Code und den Hinweis.

    Den Button unten hatten wir schon mal. Da hat sich nur die Bezeichnung
    geändert daher ging es nicht mehr.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. März 2022 um 19:41

    Hallo FuchsFan .

    Vielen Dank für die Info.

    Teste mal diese Version, müsste nun passen:

    CSS
    @-moz-document url(about:welcome) {
      
        html, #root{background:#ffffff!important;}
        
        .screen{background: transparent !important;}
            
        .outer-wrapper{background-image: none !important;}
        
        .main-content{ background: rgba(255, 255, 255, 0.7)!important;}
        
        :focus-visible {outline: none !important;}
            
        .outer-wrapper{
        justify-content: center!important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1400px !important;
        min-height: 90vh !important;
        max-height: 90vh !important; 
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        background: #fffff0 !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;}
    
        .outer-wrapper:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        h1{
        color: #cc0000 !important; 
        font-size: 35px !important; 
        font-weight: bold !important;}
        
        #mainContentHeader{
            color: #cc0000 !important; 
            font-size: 20px !important; 
            font-weight: bold !important;
        }
        
        .section-left{display: none !important; }
        
        .secondary-cta > span:nth-child(1){
        color: #1a75ff !important;
        font-weight: bold !important; 
        font-size: 17px !important;}    
        
        h2{
        color: #1a75ff !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;    
        font-weight: bold !important; 
        font-size: 17px !important;}
        
        .welcome-text{margin-bottom: 10px !important;}
        
    /*     .brand-logo{
        margin-top: 160px !important; 
        min-height: 160px !important; 
        margin-bottom: -170px !important;}    
        
        [class="secondary-cta top"]{
        position:absolute !important;
        top: 130px !important;
        left: 700px !important;}         */
    
        .screen:before {
        position:absolute !important;
        top: 50px !important;
        left: 500px !important;
        content: "Endors Firefox";
        font-weight:bold !important;
        font-size: 26px !important; 
        color:red !important; }    
            
        .primary{
        margin-top: 15px !important;
        appearance: none !important;
        background: #0060df url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!important;
        padding-left: 50px!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-style: outset !important;
        border-radius:30px!important;}
        
        .primary:hover{
        background: #003eaa url("..//icons/Fuchs4.png") no-repeat !important;
        background-position:16px 8px!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-style: outset !important;
        border-radius:30px!important;}    
        
        div.secondary-cta:nth-child(2) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild15.png") no-repeat !important;
        margin-top: 15px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        line-height: 2 !important;}
       
        div.secondary-cta:nth-child(2) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild15.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 6px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}    
        
        div.secondary-cta:nth-child(1) > button:nth-child(1){
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild42.png") no-repeat !important;
        margin-top: 40px !important;
        margin-right: -50px !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:35px!important;
        padding-left:40px!important;
        border-left-color:  lightblue!important;
        border-top-color:  lightblue!important;
        border-right-color:  dodgerblue!important;
        border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
        border-width:2px !important;
        background-position:12px 7px!important;
        border-radius:20px!important;
        line-height: 2.2 !important;}
        
        div.secondary-cta:nth-child(1) > button:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild42.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 7px!important;
        border-radius:20px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;
        border-style: outset !important;
        border-width:2px !important;}     
        }
    Alles anzeigen

    Hoffe es passt nun.

    Mfg.
    Endor

  • Gibt es ein Javascript, das einen Button generiert, um userChrome-Voodoo ohne Firefox Neustart zu laden oder kann jemand folgendes Javascript in einen Button einbauen?

    • Endor
    • 26. März 2022 um 13:54

    Hallo 2002Andreas

    Vielen Dank für das Testen.

    Freut mich wenn es funktioniert.

    :)

    Mfg.
    Endor

  • TranslateGoogles.uc.js

    • Endor
    • 26. März 2022 um 12:48

    Wie immer gern geschehen.

    Bin immer froh wenn ich informiert werde.

    Mfg.
    Endor

  • Gibt es ein Javascript, das einen Button generiert, um userChrome-Voodoo ohne Firefox Neustart zu laden oder kann jemand folgendes Javascript in einen Button einbauen?

    • Endor
    • 26. März 2022 um 12:46

    Habe mal versucht das Script von Sören Hentzschel in ein
    Script mit Schaltfläche zu packen. Könntet ihr mal ,testen ob das funktioniert:

    JavaScript
    // CSS-laden.uc.js - Button > CSS Codes laden - aktivieren
    (function() {
        if (location != 'chrome://browser/content/browser.xhtml')
          return;
    
    try {
        Components.utils.import("resource:///modules/CustomizableUI.jsm");
        CustomizableUI.createWidget({
            id: "css-laden",
            defaultArea: CustomizableUI.AREA_NAVBAR,
            removable: true,
            label: "CSS Codes laden",
            tooltiptext: "CSS Codes laden",
            onClick: function() {
                var ss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
                var io = Cc['@mozilla.org/network/io-service;1'].getService(Ci.nsIIOService);
                var ds = Cc['@mozilla.org/file/directory_service;1'].getService(Ci.nsIProperties);
      
                var path = ds.get('UChrm', Ci.nsIFile);
                    path.append('userChrome.css');
    
                var file = io.newFileURI(path);
    
                if (ss.sheetRegistered(file, ss.USER_SHEET)){
                    ss.unregisterSheet(file, ss.USER_SHEET);
                }
    
                    ss.loadAndRegisterSheet(file, ss.USER_SHEET);
                },
                
            onCreated: function(aNode) {
                aNode.style.listStyleImage = 'url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAC1klEQVR42mL8//8/AyUAIIBYnm0U6eXXiSpkYBBmRJb4Dyewif1n+PJ265ulc6/bAgQQyycOTW8p5QxGUm3mVVUTedAYYwcQQCw/fzEwMTC8IcPxPxh+/mFgBAgglv//fwE5bxkeP37HcOHCfQZlZXEGLS0ZhmfP3jOcPXuPQUCAm8HKSp3h379/DEeO3GD4+vUng7m5CoOo6AewMQABxMLA8IvhyeM7DElJ8xl8fXQZpk7dwNDeHsxQWbmWISzUmGHvnicMv369Ybh16xXD9etPGdTUxBkOHTrN0NVpDg4PgABiYvjzi+Hk8UsMair8DHlZRgxrV4QzGGhzMchIcTKsWHGcgZPjP4OsJDODjAQTw/lz9xnOn73LYGIoysDw+yMDKAYBAgBBAL7/Av/7+wARDPwA5+XuAPXv6gCYmMAAxMHTAD45GACKgjoAAP32AJ2cwgAQDP0Af3g3AFJMHQCOjr0A7efiAAD9AAACAEEAvv8EAPfgAD07EwDDKAcAU1ipACYjDgBlWRwAzcrqAIWH1AAGBgIAbF0nAAYD9ACZodMA+fr8AFNH9QAM8LUA+u4AAAKI8dxMhluGdgyqDIzsDAwsskAsxsDAxMfAwMgBxIwMLw+/ZjidfZrBfIY2g6jRZwaGP48Yfr7/yXAkkYFh5keGDIAAYmEARcI3UHj+BOI7UAwDTAxvdv0D23Qs/hyD1SQGBj5lBoYjGQwMH28BpSUZGAACiOU/SN9XXHH9j0ELaNM/oAW3VwINyWVg4BJnYPj8kIFBQJ2BgQMYhwABxAR3AQ7MCMQ6QENUg4Bh9gOqWZWBwaYV6FsuBgaAAGL58x3o9m/40xwonevEAIk/DAyvrwI11zEwsALT74+fDP8AAogxw5IhXFOWIReoiokBLQP9R2OAqL9ALzMDw/vle4aPu68zZAIEEDgTiXEzMDHhy07/MTImw59/DP/ffmf4DxBgACIS8uhAQPHgAAAAAElFTkSuQmCC\')';
                return aNode;
            }
        });
        CustomizableUI.registerToolbarNode(tb);
    } catch (e) {
        Components.utils.reportError(e);
    };
    })();
    Alles anzeigen

    Hoffe ich habe es richtig gemacht und es funktioniert.

    Mfg.
    Endor

  • TranslateGoogles.uc.js

    • Endor
    • 25. März 2022 um 17:33

    Boersenfeger

    Beide Scripte von hier, wurden soeben aktualisiert:

    userChrome.js/contexttranslate at master · Endor8/userChrome.js
    Skripte für die Firefox-Erweiterung userChromeJS. Contribute to Endor8/userChrome.js development by creating an account on GitHub.
    github.com

    Danke für den Hinweis. :thumbup: :)

    Mfg.
    Endor

  • Nach Update Probleme wegen "Dev Tools Console"

    • Endor
    • 23. März 2022 um 19:41

    Hier sieht es bei beiden Seite auch so aus wie bei
    DanaRaph

    StandingBill

    Wie .DeJaVu schon geschrieben hat deaktivieren von uBlock bring nix.

    Warum das so ist, verstehe ich auch nicht.

    Mfg.
    Endor

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