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

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 20:25

    Hallo FuchsFan.

    Danke fürs Aushelfen bei Boersenfeger :thumbup:

    about:logging
    CSS Code:

    CSS
        /* AGENT_SHEET */
        @namespace url(http://www.w3.org/1999/xhtml);
        @-moz-document url(about:logging){
            
        html{background:#ffffff !important;}
            
        .main-content::before {content: "Design by Endor";
         margin-left: 430px;
         font-size: 25px;
         font-weight: bold;
         color: red;}
         
        .main-content {
        padding-top: 40px !important;}
        
        #logging{margin-top: 45px  !important;}
            
        #body{
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !important; /* Breite anpassen - gelle Boersenfeger */
        max-height: 700px !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        background-color: #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;}
        
        #body:hover{
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
    
        #start-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Play.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; 
        }
    
        #start-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Play.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #stop-logging-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/PLayer-Stop.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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;}
        
        #stop-logging-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/PLayer-Stop.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #open-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild12.png")no-repeat !important;
        padding-left:35px!important;
        padding-right:20px!important;
        margin-top: 15px !important;
        background-position:14px 9px!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; }
        
        #open-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild12.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #set-log-file-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 5px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!important;
        font-size:14px!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;}
            
        #set-log-file-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}    
        
        #set-log-modules-button{
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-left: 25px !important;
        padding-left:35px!important;
        padding-right:20px!important;
        background-position:14px 9px!important;
        font-size: 14px!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;}
        
        #set-log-modules-button:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 9px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        
        #log-tutorial > a:nth-child(1){
        appearance:none!important;
        background: #F0F0F0  url("..//icons/Bild13.png")no-repeat !important;
        margin-top: 8px !important;
        padding-left:35px !important;
        padding-right:20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-decoration: none !important;
        background-position:14px 6px!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;}
        
        #log-tutorial > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild13.png")no-repeat !important;
        background-position:14px 6px!important;
        border-left-color:  #bbddff !important;
        border-top-color:  #bbddff !important;
        border-right-color:  #11508d !important;
        border-bottom-color:  #11508d !important;}
        }
    Alles anzeigen

    Symbole:      

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:51

    FuchsFan

    about:welcome müsste wieder passen:

    CSS
    @-moz-document url(about:welcome) {
      
        :focus-visible {outline: none !important;}
            
        .outer-wrapper{
        justify-content: center!important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1200px !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: 20px !important; 
        font-weight: bold !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;}
        
    
        .outer-wrapper::before {
        position:absolute !important;
        top: 50px !important;
        left: 530px !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;}    
        
        .secondary{
        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:20px!important;
        padding-left:40px!important;
        padding-bottom: 7px !important;
        padding-top: 5px !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 3px!important;
        border-radius:20px!important;}
       
        .secondary: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 3px!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;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:40px!important;
        padding-left:40px!important;
        padding-bottom: 7px !important;
        padding-top: 5px !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 5px!important;
        border-radius:20px!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 5px!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

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:19

    Macht doch nichts. Alles gut. 8o

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:11

    Na prima. Freut mich wenn es passt. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 15:02

    Hast Du diesen Eintrag entfernt?

    #sandbox-tbody > tr:nth-child(2) > th:nth-child(1)


    und diesen auch entfernen, wenn vorhanden.

    #sandbox-tbody > tr:nth-child(2) > td:nth-child(2)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 14:29

    ja da müssen noch zwei weg.

    Suchen und entfernen bitte:

    tr.no-copy:nth-child(1) > th:nth-child(1),

    tr.no-copy:nth-child(1) > td:nth-child(2),

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 14:10

    Boersenfeger

    Code für Schaltfläche kommt gleich.

    Bei 2. ist etwas zu viel im CSS Code von about:support.

    Melde mich.

    Mfg.
    Endor


    about:third-party

    CSS
        a[href="about:third-party"]{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: -3px !important;
        margin-top: 3px !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:71px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !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:8px 2px!important;
        border-radius:14px!important;
        line-height: 2.2 !important;}
        
        a[href="about:third-party"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 2px!important;
        border-radius:14px!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

    zu 2.

    Such in Deinem CSS Code mal nach diesem Eintrag:

    #sandbox-tbody > tr:nth-child(2) > th:nth-child(1)

    wenn vorhanden, dann entfernen.

    Wie sieht es rechts daneben aus ist da alles richtig?

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Februar 2023 um 12:28
    Zitat von FuchsFan

    Das hatte ich noch vergessen

    Hallo FuchsFan

    Ja den habe ich auch schon bemerkt. Das muss ich auch
    noch überarbeiten. Wird schon werden. In Moment arbeite ich an
    about:logging

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Februar 2023 um 19:52

    FuchsFan

    about:support

    die neuen Schaltflächen CSS Code:

    CSS
        #place-database-stats-toggle{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: 3px !important;
        margin-top: 3px !important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !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:8px 4px!important;
        border-radius:14px!important;    }
            
        #place-database-stats-toggle:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 4px!important;
        border-radius:14px!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;}    
        
        a[href="about:processes"]{
        appearance:none!important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        margin-left: -3px !important;
        font-size:14.0px!important;
        text-decoration:none!important;
        padding-right:80px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !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:8px 2px!important;
        border-radius:14px!important;
        line-height: 2.2 !important;}
    
        a[href="about:processes"]:hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 2px!important;
        border-radius:14px!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;}
        
        #policies-status > a:nth-child(1){
        appearance:none!important;
        margin-left: -4px !important;
        background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:145px!important;
        padding-left:35px!important;
        padding-bottom: 2px !important;
        padding-top: 2px !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:8px 3px!important;
        border-radius:14px!important;}
    
        #policies-status > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:8px 3px!important;
        border-radius:14px!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;}
        
        #about-studies-section > p:nth-child(1) > a:nth-child(1){
        appearance:none!important;
        margin-left: -2px !important;
        background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        padding-right:20px!important;
        padding-left:40px!important;
        padding-bottom: 4px !important;
        padding-top: 2px !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 5px!important;
        border-radius:14px!important;}
            
        #about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
        appearance:none!important;
        background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:12px 5px!important;
        border-radius:14px!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;}
        
        #about-studies-section > p:nth-child(1){
        line-height: 2 !important;
        }
    Alles anzeigen

    about:studies Schaltfläche ist bei mir schon
    gemacht und mit Symbol versehen gewesen.

    Für alle Fälle ist der Code oben dabei.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Februar 2023 um 14:08
    Zitat von FuchsFan

    Ich kann nicht sagen, ob überhaupt noch Interesse besteht, die Dateien auf dem Laufenden zu halten.

    Und ob. Vielen Dank für die ganzen Hinweise. :thumbup:

    Gehe dann alle der Reihe nach durch.
    Bei about:license wird auch eine Schaltfläche nicht mehr angezeigt.
    Code muss geändert werden.

    Zeile 194 und 213 entsprechend ändern:
    von

    [href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29"]

    nach
    [href="https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html"]

    bei about:credits auch

    ändern

    von

    [href="/credits/faq/"]

    nach

    [href="/de/credits/faq/"]

    Rest kommt auch noch.
    Werde dann alle Codes wo nötig hier aktualisieren.
    Mfg.
    Endor


    FuchsFan

    es gibt auch ein paar neue, hast Du da schon was gemacht?
    alle Versionen:

    about:logging
    about:windows-messages

    Firefox 111
    about:glean

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 11. Februar 2023 um 11:02

    Hallo Boersenfeger.

    Alles alles Gute zum Geburtstag.
    Viel Gesundheit aber auch viel Glück und Erfolg wünsche ich Dir.
    Mfg.
    Endor

  • Eingabefeld in Menüfenster für die Erstellung eines neuen Ordners in der Lesezeichenleiste anpassen

    • Endor
    • 7. Februar 2023 um 20:38

    Oben in der Adresse ist ein Fehler:

    @-moz-document url-prefix("chrome://browser/content/places/bookmarkProperties/.xhtml")

    ändere es so:

    @-moz-document url-prefix("chrome://browser/content/places/bookmarkProperties.xhtml")

    Der / nach Properties gehört da nicht hin.

    Funktioniert hier so einwandfrei.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 4. Februar 2023 um 10:55

    Boersenfeger.

    Danke für die Rückmeldung.

    Muss das hier nochmals in Ruhe kontrollieren.

    Schönes Wochenende.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 17:48

    Nein.

    Diesen Teil habe ich genau deswegen aus der hier verwendeten
    Script Version entfernt, sowie aus den CSS Code. Da war auch es auch noch vorhanden.

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 17:23

    Ja, den habe ich entfernt.

    Die Scrollbars werden auch ohne CSS Code nicht angezeigt.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 17:10
    Zitat von milupo

    Hast du mal versucht oben unter urlobj: größere Werte anzugeben?

    Gute Idee.

    Die Höhe ist ausschlaggebend. Mal sehen.

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

    Edit: Leider nichts. Im Tab funktioniert es im Panel nicht.

    ;( ||

    Die Scrollbars werden für einen Augenblick angezeigt und dann sind sie weg.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 16:48

    Hallo milupo

    Ja hatte ich schon bemerkt.

    Ich muss mich da aber an die Vorgaben meines Meisters halten.

    Daher habe ich den wieder entsorgt.

    Blöd ist eben, dass man mit dem Rad im Panel nicht mehr scrollen kann.
    Geht nur mit schieben in der Scrollbar. Keine Ahnung wie man das wieder

    zum laufen bringen kann. Noch schlimmer ist es bei Mittelklick - DasWetter.com
    Da werden die Scrollbars automatisch ausgeblendet auf Grund der Panelgröße.
    Liegt übrigens an der Seite selber, bzw. dem Design. Je nach Größe sind
    sie da oder nicht. Kann man in den Entwicklerwerkzeugen gut testen

    wenn man die Seite in einem Tab öffnet. Keine Ahnung wie man das
    ändern könnte.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 14:05

    Boersenfeger

    Zu der Cookie Abfrage:

    Wenn ich die ausblende kann man nicht scrollen.
    Klar im Wetterfuchsfenster geht das sowieso nicht,
    daher wäre es vielleicht egal.

    Bau das mal in den CSS Code ein und teste:

    CSS
    @-moz-document url-prefix("https://www.wetterkontor.de"){
            
    #sp_message_container_733771 {display: none !important;}
    }

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 2. Februar 2023 um 13:48

    Hallo zusammen.

    Kurze Frage in die Runde:

    Wie sieht es bei Euch bei Doppelklick auf Wetterfuchsschaltfläche aus?
    Habt ihr da auch einen weißen Balken im oberen Bereich?
    Hier habe ich ihn schon entsorgt.

    Mfg.
    Endor

  • Wetterfuchsbutton Script für userChrome.js

    • Endor
    • 30. Januar 2023 um 15:05

    Boersenfeger.

    Ja die kommt hier auch immer mal wieder.
    Allerdings mit aktivierte uBlock Origin Erweiterung sehe ich die nicht.

    Mal sehen.

    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