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

  • Der Glückwunsch-Thread

    • Endor
    • 29. Juli 2020 um 17:10

    Hallo AngelOfDarkness und Road-Runner

    auch von mir nachträglich noch

    alles alles Gute zum Geburtstag, vor allem viel Gesundheit.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. Juli 2020 um 16:27

    Hallo zusammen.

    Hier eine Aktualisierung vom CSS Code für about:support für Firefox 79+

    Neue Schaltfläche Start-Cache löschen und kleinere Anpassungen.

    CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(about:support) {
    
    
    body::before {content: "Design by Endor und FuchsFan";
    margin-left: 0px;
    font-size: 25px;
    font-weight: bold;
    color: red;}
    
    
    html{
    background: #ffffff !important;
    }
    
    
    body > h1:nth-child(2){
    margin-top: 10px !important;
    }
    
    
    body{
    margin-left: 150px !important;
    max-width: 1150px !important;
    }
    
    
    #action-box{
    width: 30% !important;
    border-radius:24px !important;
    }
    
    
    #clear-startup-cache-box > h3:nth-child(1){
    margin-left: 17px !important;
    }
    
    
    #reset-box, #safe-mode-box {
    margin-left: 11px !important;
    }
    
    
    td, th{
    padding-left: 15px !important;
    }
    
    
    #copy-raw-data-to-clipboard {
    min-width: 330px !important;
    }
    
    
    #clear-startup-cache-box > h3,
    #safe-mode-box > h3, #reset-box > h3, h2, h1 {
    color: #057A7A !important;
    }
    
    
    #prefs-user-js-section > h3, h2 {
    margin-left: 8px !important;
    color: red !important;
    }
    
    
    #safe-mode-box > h3, #reset-box > h3 {
    margin-left: 4px !important;
    }
    
    
    #action-box {
    background: #FDF5E6 !important;
    }
    
    
    #media-input-devices-tbody > tr:nth-child(n+1) > td:nth-child(2),
    #media-output-devices-tbody > tr:nth-child(n+1) > td:nth-child(2){
    word-break: break-all !important;
    min-width: 10em !important;}
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td {
    border: none! important;
    }
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
    border: none! important;
    }
    
    
    #graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1) {
    margin-left: -15px!important;
    }
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
    #graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1) {
    border: none! important;
    }
    
    
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
    #graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover {
    border: none! important;
    }
    
    
    td {
    background: #FFFFF0 !important;
    }
    td:hover {
    background: #ffeb99 !important;
    }
    
    
    th {
    background-color: #ee7621 !important;
    }
    th:hover {
    background-color: #b54f06 !important;
    }
    
    
    
    
    #copy-raw-data-to-clipboard{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
    padding-left:20px!important;
    padding-bottom: 5px!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;
    margin-right:10px!important;
    color:black !important;}
    
    
    #copy-raw-data-to-clipboard:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
    padding-left:20px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    
    #copy-to-clipboard {min-width: 290px !important;}
    
    
    #copy-to-clipboard{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
    padding-left:20px!important;
    padding-bottom: 5px!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;}
    
    
    #copy-to-clipboard:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
    padding-left:20px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 6px!important;}
    
    
    #show-update-history-button{min-width: 220px !important;}
    
    
    #show-update-history-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:8px!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;
    border-radius:14px!important;}
    
    
    #show-update-history-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #update-dir-button{min-width: 220px !important;}
    
    
    #update-dir-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:19px!important;
    padding-bottom: 5px!important;
    background-position:8px 5px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!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;
    border-radius:14px!important;}
    
    
    #update-dir-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    background-position:8px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #profile-dir-button {min-width: 217px !important;}
    
    
    #profile-dir-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important;
    background-position:8px 4px!important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:76px!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;
    border-radius:14px!important;}
    
    
    #profile-dir-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
    padding-left:32px!important ;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:8px 4px!important;}
    
    
    #reset-box-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
    padding-left:40px!important;
    padding-right: 130px !important;
    padding-bottom: 4px!important;
    background-position:14px 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; }
    
    
    #reset-box-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    background-position:14px 5px!important;}
    
    
    #restart-in-safe-mode-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
    padding-left:40px!important;
    padding-right:5px!important;
    background-position:14px 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; }
    
    
    #restart-in-safe-mode-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
    background-position:14px 5px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #clear-startup-cache-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/database_delete.png")no-repeat !important;
    padding-left:40px!important;
    padding-right:116px!important;
    margin-left: 10px !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:20px !important;
    color:black !important; }
    
    
    #clear-startup-cache-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/database_delete.png")no-repeat !important;
    background-position:14px 6px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #supportLink{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    padding-bottom: 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:6px 2px!important;
    border-radius:14px!important;
    line-height: 2.2 !important;}
    
    
    #supportLink:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:13px!important;
    padding-left:29px!important;
    background-position:6px 2px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    a[href="about:plugins"]{
    -moz-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:96px!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;
    min-height: 28px !important;
    line-height: 2.2 !important;}
    
    
    a[href="about:buildconfig"]{
    -moz-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:73px!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;}
    
    
    #crashes-allReportsWithPending{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !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;}
    
    
    #crashes-allReportsWithPending:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!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;
    background-position:8px 2px!important;
    border-radius:14px!important;}
    
    
    a[href="about:plugins"]:hover{
    -moz-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;}
    
    
    a[href="about:buildconfig"]:hover{
    -moz-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;}
    
    
    a[href="about:serviceworkers"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: -3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:50px!important;
    padding-left:35px!important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    max-width: 125px !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:serviceworkers"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-left:35px!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;}
    
    
    a[href="about:memory"]{
    -moz-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:88px!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:memory"]:hover{
    -moz-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;}
    
    
    #prefs-user-js-link{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
    color:black!important;
    margin-left: 3px !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!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;}
    
    
    #prefs-user-js-link:hover{
    -moz-appearance:none!important;
    color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:15px!important;
    padding-left:35px!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;}
    
    
    a[href="about:performance"]{
    -moz-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:63px!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:performance"]:hover{
    -moz-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;}
    
    
    a[href="about:profiles"]{
    -moz-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:94px!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:profiles"]:hover{
    -moz-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;}
    
    
    #verify-place-integrity-button{
    -moz-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;}
    
    
    #verify-place-integrity-button:hover{
    -moz-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;}
    
    
    button[data-l10n-id="reset-on-next-restart"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild85.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 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="reset-on-next-restart"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 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;}
    
    
    button[data-l10n-id="gpu-process-kill-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild117.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 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-process-kill-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 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;}
    
    
    button[data-l10n-id="gpu-device-reset-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild21.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:40px!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 5px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-device-reset-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 6px!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;}
    
    
    button[id="enumerate-database-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild7.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:40px!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 6px!important;
    border-radius:14px!important;}
    
    
    button[id="enumerate-database-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:8px 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;}
    
    
    #remoteprocesses-row > td:nth-child(2) > a:nth-child(1){
    -moz-appearance:none!important;
    margin-left: -4px !important;
    background: #F0F0F0 url("..//icons/Bild125.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-right:160px!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;}
    
    
    #remoteprocesses-row > td:nth-child(2) > a:nth-child(1):hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild125.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;}
    
    
    #remoteprocesses-row,
    #remoteprocesses-row > th:nth-child(1),
    #remoteprocesses-row > td:nth-child(2) {padding-bottom: 10px !important; padding-top: 10px !important;}
    }
    Alles anzeigen

    Symbol für neue Schaltfläche:

    Boersenfeger HInweis: obiger Code ist der ohne Abrundungen.
    Wenn Du Deinen mit Abrundungen für Firefox 79 aktualisieren möchtest
    melde dich bitte per PN. Danke. :wink:

    Mfg.
    Endor

  • Backup-Tool für den Browser

    • Endor
    • 25. Juli 2020 um 17:39

    Boersenfeger.

    Danke für den Hinweis, ist jetzt aktualisiert:

    https://github.com/Endor8/userChr…upProfile.uc.js

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 19. Juli 2020 um 21:45

    Hallo Dharkness

    Habe mir deinen CSS Code mal angeschaut.
    Wie Du schon schreibst hängt er von der Größe des Viewports ab.
    Bei meinem Monitor kann ich den gar nicht so groß machen, dass es funktioniert.
    Trotzdem danke.

    Mfg.
    Endor

  • Wie kann die Farbe + Breite des Lesezeichen-Scrollbalkens (Bildlaufleiste) verändert werden?

    • Endor
    • 19. Juli 2020 um 21:42

    Speravir

    das wäre der richtige Link:

    https://github.com/Aris-t2/Custom…crollbars.uc.js

    Obige Version ist immer noch die aktuelle.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 22:06

    Hallo Dharkness .

    Leider habe ich bis jetzt keinen Weg gefunden dieses Problem zu beheben.
    Habe einiges versucht, aber nichts funktioniert.

    Zweispaltige Darstellung passt soweit, sieht auch ganz gut aus,

    aber eben diese Aufteilung eines Serviceworkers ein Teil ist links unten, der andere Teil
    des selben Serviceworkers rechts oben, lässt sich bis jetzt nicht beheben.
    Keine Ahnung warum das nicht geht.:/

    Hier der aktuelle CSS Code mit zweispaltiger Darstellung und obigen Darstellungsfehler:

    CSS
            @namespace url(http://www.w3.org/1999/xhtml);
            @-moz-document url(about:serviceworkers){
            
            html {background: #FFFFFF !important;}
            
            body:before {
            content: "Endors Firefox   "; font-weight:bold !important; 
            font-size: 26px !important; 
            color:red !important; 
            text-align: center!important;
            margin-left: 510px !important;
            margin-right: auto !important;}
            
            #serviceworkers{
            column-count: 2 !important;
            column-gap: 5em !important;}
                        
            #serviceworkers > div:nth-child(n+2){
            margin-left: auto !important;
            margin-right: auto !important;}
                    
            body{ 
            margin-left: auto !important;
            margin-right: auto !important;
            justify-content: center!important;
            align-items: center!important;
            max-width: 1200px !important;
            height: auto !important;
            background-color: #fffff0 !important;
            margin-top: 20px !important;
            padding-top: 20px !important;
            padding-left: 25px !important;
            padding-right: 25px !important;
            padding-bottom: 50px !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;}
            
            
            #serviceworkers > div:nth-child(n+1) > ul:nth-child(2) > li:nth-child(-n+10) > strong:nth-child(1),
            ::marker{color:  #0052cc !important;}
            
            #serviceworkers > h1 {color: #af3a04 !important;}
            
            h2{color: red !important; margin-left: 18px !important; }
            
            #serviceworkers > h1:nth-child(1){
            min-width: 400px !important;
            margin-left: 410px !important; 
            margin-bottom: 45px !important; 
            margin-top: 25px !important; 
            font-weight:bold !important;}
            
            hr{display: none !important;}
            
            
            #serviceworkers{margin-top: 30px !important; height: auto !important;}        
            
            li {font-size: 14px !important;}
            
            #serviceworkers > div:nth-child(even)        {
            background-color: #fbfbf3 !important; 
            padding-left: 15px !important;
            padding-bottom: 20px !important; 
            padding-top: 15px !important; 
            margin-bottom: 10px!important; 
            margin-top: 10px!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:3px !important;
            border-radius:14px!important;}
            
            #serviceworkers > div:nth-child(even):hover{
            background-color: #ffeb99 !important; 
            padding-left: 15px !important;
            padding-bottom: 20px !important; 
            padding-top: 15px !important; 
            margin-bottom: 10px!important; 
            margin-top: 10px!important;
            border-style: outset !important;
            border-width: 3px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;}
                    
            #serviceworkers > div:nth-child(odd){
            background-color: #fef4d8 !important; 
            padding-left: 15px !important;
            padding-bottom: 20px !important; 
            padding-top: 15px !important; 
            margin-bottom: 10px!important; 
            margin-top: 10px!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:3px !important;
            border-radius:14px!important;}
            
            #serviceworkers > div:nth-child(odd):hover {
            background-color: #fce39c !important; 
            padding-left: 15px !important;
            padding-bottom: 20px !important; 
            padding-top: 15px !important; 
            margin-bottom: 10px!important; 
            margin-top: 10px!important;
            border-style: outset !important;
            border-width: 3px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;}                  
            
            #serviceworkers > div > button:nth-child(3){
            -moz-appearance:none!important;
            background: #F0F0F0  url("..//icons/Bild5.png")no-repeat !important;
            margin-top: 20px !important;
            padding-bottom: 2px!important; 
            padding-top: 2px!important; 
            padding-left:35px!important;
            padding-right:20px!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;
            font-size:14px!important;
            text-decoration:none!important;
            background-position:10px 2px!important;
            border-radius:14px!important;
            color:black !important;}
            
            #serviceworkers > div > button:nth-child(3):hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild5.png")no-repeat !important;
            font-size:14px!important;
            border-style: outset !important;
            border-width:2px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            text-decoration:none!important;
            padding-right:20px!important;
            padding-left:35px!important ;
            background-position:10px 2px!important;}
            
            #serviceworkers > div > button:nth-child(4){
            -moz-appearance:none!important;
            background: #F0F0F0  url("..//icons/Bild6.png")no-repeat !important;
            margin-left: 5px !important;
            padding-bottom: 2px!important; 
            padding-top: 2px!important;  
            padding-left:35px!important;
            padding-right:20px!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;
            font-size:14px!important;
            text-decoration:none!important;
            background-position:10px 2px!important;
            border-radius:14px!important;
            color:black !important;}
            
            #serviceworkers > div > button:nth-child(4):hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild6.png")no-repeat !important;
            font-size:14px!important;
            border-style: outset !important;
            border-width:2px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            text-decoration:none!important;
            padding-right:20px!important;
            padding-left:35px!important ;
            background-position:10px 2px!important;}
    
            #serviceworkers > div > ul > li:nth-child(2) > a{
            -moz-appearance:none!important;
            background: #F0F0F0  url("..//icons/Bild7.png")no-repeat !important;
            display: inline-block !important;
            min-width: 250px !important;
            max-width: 250px !important;
            margin-left: 50px !important;
            padding-left:35px!important;
            padding-right:20px!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;
            font-size:14px!important;
            text-decoration:none!important;
            background-position:10px 6px!important;
            border-radius:14px!important;
            color:black !important;
            text-align: left!important;
            white-space: nowrap!important;
            overflow: hidden !important;
            text-overflow: ellipsis!important;
            line-height: 2 !important;}
    
            #serviceworkers > div > ul > li:nth-child(2) > a:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild7.png")no-repeat !important;
            font-size:14px!important;
            border-style: outset !important;
            border-width:2px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            text-decoration:none!important;
            padding-right:20px!important;
            padding-left:35px!important ;
            background-position:10px 6px!important;}
            
            #serviceworkers > div > ul > li:nth-child(3) > a{
            -moz-appearance:none!important;
            background: #F0F0F0 url("..//icons/Bild43.png")no-repeat !important;
            display: inline-block !important;
            min-width: 250px !important;
            max-width: 250px !important;
            margin-left: 13px !important;
            padding-left:35px!important;
            padding-right:20px!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;
            font-size:14px!important;
            text-decoration:none!important;
            background-position:10px 6px!important;
            border-radius:14px!important;
            color:black !important;
            text-align: left!important;
            white-space: nowrap!important;
            overflow: hidden !important;
            text-overflow: ellipsis!important;
            line-height: 2 !important;}
    
            #serviceworkers > div > ul > li:nth-child(3) > a:hover{
            -moz-appearance:none!important;
            background: #B2EDFA url("..//icons/Bild43.png")no-repeat !important;
            font-size:14px!important;
            border-style: outset !important;
            border-width:2px !important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            text-decoration:none!important;
            padding-right:20px!important;
            padding-left:35px!important ;
            background-position:10px 6px!important;}
            }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 18:54

    Damit werden sie zweispaltig.

    CSS
    #serviceworkers{
    column-count: 2 !important;
    }

    Sieht aber nicht gerade toll aus damit.
    Da muss man dann einiges noch anpassen.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 18:49

    grisu2099

    Hast Du da auch so eine Lange Liste wie ich?

    Ich teste das mal und sag Bescheid.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 17:19

    Eben auch mal im Nightly getestet, wie oben beschrieben,

    wenn Video läuft wird es angezeigt auch nachdem ich den youtube Tab geschlossen

    habe, aber sobald Nightly neu gestartet wird is es weg, dann wie bei Dir.

    Keine Ahnung warum das so ist. Hatte das hier auch für einige Firefox Version lang,

    zuerst ging es, da habe ich ja den ersten Code dafür erstellt, war letztes Jahr irgendwann im Sommer,

    dann aber Oktober, Firefox aktualisiert und es war plötzlich so wie bei Dir.

    Erst ein paar Firefox Versionen später ging es plötzlich wieder. Wieso, keine Ahnung.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 16:56

    Ich habe da eine ganze Reihe von Serviceworkers.

    Youtube.com zbs. oder von mail.google.com usw.

    Offne mal in einem Tab youtube.com und dann öffne about:serviceworkers.
    Dann solltest Du einen sehen. Wenn Du dann Firefox Nightly neu startest sieht es

    wieder so aus wie bei Deinem Bild. Keine Ahnung warum die nicht gespeichert werden.

    sieht hier so aus:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 18. Juli 2020 um 11:50

    Hallo zusammen.

    Habe den CSS Code für about:serviceworkers aktualisiert.

    CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:serviceworkers){
    
    
    html {background: #FFFFFF !important;}
    
    
    body:before {
    content: "Endors Firefox "; font-weight:bold !important;
    font-size: 26px !important;
    color:red !important;
    text-align: center!important;
    margin-left: 510px !important;
    margin-right: auto !important;}
    
    
    #serviceworkers > div:nth-child(n+2){
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;}
    
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1200px !important;
    height: auto !important;
    background-color: #fffff0 !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 50px !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;}
    
    
    #serviceworkers > div:nth-child(n+1) > ul:nth-child(2) > li:nth-child(-n+10) > strong:nth-child(1),
    ::marker{color: #0052cc !important;}
    
    
    #serviceworkers > h1 {color: #af3a04 !important;}
    
    
    h2{color: red !important; margin-left: 18px !important; }
    
    
    #serviceworkers > h1:nth-child(1){
    margin-left: 410px !important;
    margin-bottom: 45px !important;
    margin-top: 25px !important;
    font-weight:bold !important;}
    
    
    hr{display: none !important;}
    
    
    #serviceworkers{margin-top: 30px !important; }
    
    
    li {font-size: 14px !important;}
    
    
    #serviceworkers > div:nth-child(even) {
    background-color: #fbfbf3 !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:14px!important;}
    
    
    #serviceworkers > div:nth-child(even):hover{
    background-color: #ffeb99 !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #serviceworkers > div:nth-child(odd){
    background-color: #fef4d8 !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!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:3px !important;
    border-radius:14px!important;}
    
    
    #serviceworkers > div:nth-child(odd):hover {
    background-color: #fce39c !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-style: outset !important;
    border-width: 3px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;}
    
    
    #serviceworkers > div > button:nth-child(3){
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild5.png")no-repeat !important;
    margin-top: 20px !important;
    padding-bottom: 2px!important;
    padding-top: 2px!important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 2px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    #serviceworkers > div > button:nth-child(3):hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild5.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 2px!important;}
    
    
    #serviceworkers > div > button:nth-child(4){
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild6.png")no-repeat !important;
    margin-left: 5px !important;
    padding-bottom: 2px!important;
    padding-top: 2px!important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 2px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    #serviceworkers > div > button:nth-child(4):hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild6.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 2px!important;}
    
    
    #serviceworkers > div > ul > li:nth-child(2) > a{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild7.png")no-repeat !important;
    display: inline-block !important;
    min-width: 250px !important;
    max-width: 250px !important;
    margin-left: 50px !important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;
    text-align: left!important;
    white-space: nowrap!important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
    line-height: 2 !important;}
    
    
    #serviceworkers > div > ul > li:nth-child(2) > a:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild7.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important;}
    
    
    #serviceworkers > div > ul > li:nth-child(3) > a{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/Bild43.png")no-repeat !important;
    display: inline-block !important;
    min-width: 250px !important;
    max-width: 250px !important;
    margin-left: 13px !important;
    padding-left:35px!important;
    padding-right:20px!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;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 6px!important;
    border-radius:14px!important;
    color:black !important;
    text-align: left!important;
    white-space: nowrap!important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
    line-height: 2 !important;}
    
    
    #serviceworkers > div > ul > li:nth-child(3) > a:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/Bild43.png")no-repeat !important;
    font-size:14px!important;
    border-style: outset !important;
    border-width:2px !important;
    border-left-color: #bbddff !important;
    border-top-color: #bbddff !important;
    border-right-color: #11508d !important;
    border-bottom-color: #11508d !important;
    text-decoration:none!important;
    padding-right:20px!important;
    padding-left:35px!important ;
    background-position:10px 6px!important;}
    }
    Alles anzeigen

    Boersenfeger für dich könnte Zeile 24 wieder interessant sein. :wink:

    Eventuell auch Zeile 15.

    Mfg.
    Endor

  • Script Speichern in für Fx 78 wieder anpassen

    • Endor
    • 15. Juli 2020 um 21:33

    Hallo FuchsFan.

    Der Autor hat vor ein paar Tagen seine Version aktualisiert, teste die

    mal ob Du damit auch obige Probleme hast.

    Script:

    CSS
    // ==UserScript==
    // @include chrome://mozapps/content/downloads/unknownContentType.xhtml
    // @charset UTF-8
    // @version Fx78+
    // ==/UserScript==
    
    
    (function() {
    
    
    const Cu = Components.utils;
    if (!window.FileUtils) Cu.import('resource://gre/modules/FileUtils.jsm');
    if (!window.Services) Cu.import('resource://gre/modules/Services.jsm');
    
    
    var css = `
    hbox.dialog-button-box button.dialog-button menupopup {
    background: #F0F0F0 !important;
    border: 1px solid #CCCCCC !important;
    padding: 2px !important;
    }
    hbox.dialog-button-box button.dialog-button menupopup menuitem.menuitem-iconic:hover {
    background: #91C9F7 !important;
    }
    hbox.dialog-button-box button.dialog-button menupopup menuitem.menuitem-iconic hbox.menu-iconic-left {
    padding: 3px !important;
    }
    hbox.dialog-button-box button.dialog-button menupopup menuitem.menuitem-iconic label.menu-iconic-text{
    padding: 3px !important;
    padding-left: 5px !important;
    padding-right: 12px !important;
    }`;
    var sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService);
    var uri = Services.io.newURI('data:text/css,' + encodeURIComponent(css))
    sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET);
    
    
    setTimeout(function() {
    saveTo()
    }, 200);
    
    
    function saveTo() {
    // config
    var dirArray = [
    ['C:\\', 'システム'],
    ['D:\\', 'DATA'],
    ['D:\\Software', 'Software'],
    ['D:\\ダウンロード', 'ダウンロード'],
    ['D:\\ビデオ', 'ビデオ'],
    ['D:\\音楽', '音楽'],
    ["" + FileUtils.getDir('UChrm', []).path + "", "chrome"],
    // ["" + FileUtils.getDir('UChrm', ['SubScript']).path + "", "SubScript"],
    ['E:\\', 'E'],
    ["F:\\", "F:"],
    ["G:\\", "G:"],
    ["H:\\", "H:"],
    ];
    
    
    let button = document.getElementById("unknownContentType").getButton("cancel");
    let saveTo = button.parentNode.insertBefore(document.createXULElement("button"), button);
    var saveToMenu = saveTo.appendChild(document.createXULElement("menupopup"));
    saveTo.classList.toggle("dialog-button");
    saveTo.label = "Speichern in..";
    saveTo.type = "menu";
    dirArray.forEach(function(dir) {
    var [name, dir] = [dir[1], dir[0]];
    var mi = document.createXULElement("menuitem");
    var item = saveToMenu.appendChild(mi);
    item.setAttribute("label", (name || (dir.match(/[^\\/]+$/) || [dir])[0]));
    item.setAttribute("image", "moz-icon:file:///" + dir + "\\");
    item.setAttribute("class", "menuitem-iconic");
    item.addEventListener("command", function() {
    var file = new FileUtils.File(dir.replace(/\\/g, '\\\\') + '\\\\' + (document.getElementById('locationtext') ? document.getElementById('locationtext').value : document.getElementById('location').value));
    dialog.mLauncher.saveDestinationAvailable(file);
    dialog.onCancel = function() {};
    close();
    });
    });
    }
    }());
    Alles anzeigen

    Deine Anpassungen musst Du noch einbauen.
    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 13. Juli 2020 um 21:37

    Nachschub:

    about:welcomeback

    CSS
    @-moz-document url-prefix(about:welcomeback){
    
    
    html{background: #ffffff !important;}
    
    
    .container:before {content: "Endors abgestürzte Tabs:";
    margin-left: 270px !important;
    font-size: 20px!important;
    font-weight: bold!important;
    color: red!important; }
    
    
    .title{margin-left: 10px !important; margin-top: 60px !important; }
    
    
    .description{min-width: 54em !important;}
    
    
    h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    min-height: 50px !important;}
    
    
    body{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1100px !important;
    min-height: 600px !important;
    max-height: 700px !important;
    background-color: #fffff0 !important;
    margin-top: 40px !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;}
    
    
    #errorTryAgain {
    -moz-appearance: none !important;
    background: #0060df url("..//icons/application_go.png") no-repeat !important;
    background-position:18px 6px!important;
    min-width: 200px!important;
    padding-left: 22px!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;
    opacity: 1!important;}
    
    
    #errorTryAgain:hover{
    background: #003eaa url("..//icons/application_go.png") no-repeat !important;
    background-position:18px 6px!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;}
    
    
    #linkMoreTroubleshooting {
    background: #efefef url("..//icons/Bild1.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
    padding-right:20px !important;
    padding-left:40px !important;
    border-color: #A6A4A4 !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:1px !important;
    background-position:14px 5px!important;
    border-radius:16px!important;
    line-height: 2.5 !important; }
    
    
    #linkMoreTroubleshooting:hover{
    background: #CFE6F1 url("..//icons/Bild1.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:14px 5px!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:1px !important;}
    
    
    #tabList {border-radius:22px!important;}
    
    
    #restore {
    border-top-left-radius: 22px!important;
    padding-left: 15px !important;
    background-color: #ee7621 !important;
    color: white !important;}
    
    
    #title{
    border-top-right-radius: 22px!important;
    background-color: #ee7621 !important;
    color: white !important;}
    
    
    #restore:hover,
    #title:hover {
    background-color: #b54f06 !important;}
    }
    Alles anzeigen

    Symbole:  

    Mfg.
    Endor

  • User Script Probleme mit Firefox 78 ESR

    • Endor
    • 13. Juli 2020 um 20:52

    sam2008

    Gern geschehen.

    Kannst Dich aber gerne jederzeit hier melden wenn es wo hakt.

    Mfg.
    Endor

  • User Script Probleme mit Firefox 78 ESR

    • Endor
    • 13. Juli 2020 um 13:30

    sam2008

    Prima, freut mich wenn es passt.
    wie immer gern geschehen. :wink:

    Nur mal so falls Du noch mehr Scripte hast die eventuell nicht mehr funktionieren.
    Wichtig ist jetzt eben dass es nicht mehr:

    chrome://browser/content/browser.xul

    sondern
    chrome://browser/content/browser.xhtml

    sein muss,

    und

    document.createElement

    muss jetzt

    document.createXULElement

    heißen.

    Das ist das einzige was ich bei den drei Scripten geändert habe.

    Vielleicht kannst Du das ja mal brauchen.

    Mfg.
    Endor

  • User Script Probleme mit Firefox 78 ESR

    • Endor
    • 13. Juli 2020 um 12:03

    Bitte testen:

    printpreview.uc.js

    Code
    (function() {
    
    
    if (location != 'chrome://browser/content/browser.xhtml')
    return;
    
    
    try {
    CustomizableUI.createWidget({
    id: 'print-toolbarbutton',
    type: 'custom',
    defaultArea: CustomizableUI.AREA_NAVBAR,
    onBuild: function(aDocument) {
    var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
    var attrs = {
    id: 'print-toolbarbutton',
    class: 'chromeclass-toolbar-additional',
    type: 'menu',
    removable: true,
    label: 'Drucken',
    tooltiptext: 'Drucken'
    };
    for (var a in attrs)
    toolbaritem.setAttribute(a, attrs[a]);
    return toolbaritem;
    }
    });
    } catch(e) { };
    
    
    document.getElementById('home-button').parentNode.insertBefore(document.getElementById('print-toolbarbutton'), document.getElementById('home-button'));
    
    
    var css = '\
    #print-toolbarbutton {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAEEElEQVR42mL8//8/Az0AQACxkKJYSNmE30ZbMVRKRPgHsviBYxfv37hx/Cg+vQABxEiMjxRVLSyiIv3UXjx/aeLlYJTNyMjAhCx/9MyNHdz8Aktv3Lj979rlE2uuXLnyC90MgABiAFmED4tKaxvcunnr4r+/v/8Twr9//fxf19hdi80cgABiIuSb+OgITxUVRT18av7/+8fw4+t7hu+fXjDYWRvHYFMDEEAE40hUiFv5968fWOWAvmD4+e0jw++fXxkYmZgZmJlZGb59/SqGTS1AABG06Mv7l+xfPr2Fuvwvwz8g/v/vD8Pf3z+BQfIXaAELAxPQEmC8AcX/M3z68IYZmzkAAYTTIgkZfSemf/8/utjpC12+coNh9bpdDJKSIgxsLIwMoPQDNBNK/2eApacvX74x8HKxM0tJ6Rn/Y2SUfvH04iaYeQABhDUBGBo66p89d+HCf6ATYXjC7NX/zz/4gBd39c+Eq3/77t2X5LTieJiZAAGE1UeOzrbBuloq+r9/foOLPX7zmeHCvZd4g/n79x8MMD28XGzcVub6EUDmQhAfIICwWiQrJazwBxjByODhy/cMfwlYxP3rJwOyPk52ZmUYGyCAMCxKD3Pl1zJ3l/6D5BsQ0FVXYDDXEWPg4+ZgEOTjxLDk6Yu3DL/E1RmQ9TH//8PfVxwpW9S7/DFAAGFYJC7Eq/X3+0dFdB/l+qgDyT+gKIdiNH1SQEJKGcVHv39/F2RkYrAFMpcBBBBGhhXkYVUD5htRQiUGMRhoOCuQ1g8LC+MECCAUHzk6OrL4GYvJMjMycoD4127cZpizYBnJJbWHmyODm5MdjCuvJ84gARBAKBZpSnHzArOEBNA9YPFnz18wLF+9EZINGP5DswM8X2AXB4WKoADYImYWFlB+k+RmZZADCCAUi768+f2LUYrxyL2Hz92XLF4h8uDRE1YleWluGQkxhoT4BLih2As8Boa7t28xLFm9luHR/Qc/gfq/3334kkGM7e9WZtb/jwECCMWiRTt3fgWG5zoVWRF+FWWFGdKSwgy37txmsDMzYgiNiSUYZJdOHGY4fvokg562KruzvRn7hy1HNr69+3Fy36rV3wECCCPVrVq1CliXrJ6zbtmXiV9//mdXkpNmUFNSYPjz5xdBi1S0dRj0VBQY2Ng5GF5++MXAzs2zv2/Vqu8gOYAAwlHWhf4NimLg6G8sElJRlFSUlJLa8ff3LxFCFjGzsDIYaanOePLufZeTd8h9J2+EHEAA4S29C+v73gGpd8c2L2L+85uwj/79BZbuP7/+KWmefB9dDiCAiGozXDu2+cHVo1sEGQmo+8/A+JOB6e8lbHIAAUSURYw/GV2Y2f8J/GMGVkB4a9r/7ALsLA+wyQEEECO9mlsAAQYAq1BA/vIVsYsAAAAASUVORK5CYII=)}\
    #print-toolbarbutton > dropmarker {display: none}\
    #print-toolbarbutton > image{min-height: 24px}\
    #print-toolbarbutton > image{min-width: 26px}\
    ';
    
    
    var stylesheet = document.createProcessingInstruction('xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
    
    
    document.insertBefore(stylesheet, document.documentElement);
    
    
    var menu, menuitem, menuseparator, menupopup;
    
    
    // menupopup of toolbarbutton
    
    
    menupopup = document.createXULElement('menupopup');
    menupopup.id = "print-button-popup";
    document.getElementById('print-toolbarbutton').appendChild(menupopup);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Drucken…");
    menuitem.setAttribute('tooltiptext', "Drucken…");
    menuitem.setAttribute('accesskey', "D");
    menuitem.setAttribute('command', "cmd_print");
    menupopup.appendChild(menuitem);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Druckvorschau");
    menuitem.setAttribute('tooltiptext', "Druckvorschau");
    menuitem.setAttribute('accesskey', "v");
    menuitem.setAttribute('oncommand', "PrintUtils.printPreview(PrintPreviewListener); event.stopPropagation()");
    menupopup.appendChild(menuitem);
    
    
    menuseparator = document.createXULElement('menuseparator');
    menupopup.appendChild(menuseparator);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.setAttribute('label', "Seite einrichten…");
    menuitem.setAttribute('tooltiptext', "Seite einrichten…");
    menuitem.setAttribute('accesskey', "e");
    menuitem.setAttribute('command', "cmd_pageSetup");
    menupopup.appendChild(menuitem);
    
    
    // submenu of context menu
    
    
    menu = document.createXULElement('menu');
    menu.id = "context-print-menu";
    menu.setAttribute('label', "Drucken…");
    menu.setAttribute('accesskey', "D");
    document.getElementById('contentAreaContextMenu')
    .insertBefore(menu, document.getElementById('context-sep-viewbgimage').nextSibling);
    
    
    menupopup = document.createXULElement('menupopup');
    menu.appendChild(menupopup);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-print";
    menuitem.setAttribute('label', "Drucken…");
    menuitem.setAttribute('accesskey', "D");
    menuitem.setAttribute('command', "cmd_print");
    menupopup.appendChild(menuitem);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-preview";
    menuitem.setAttribute('label', "Druckvorschau");
    menuitem.setAttribute('accesskey', "v");
    menuitem.setAttribute('oncommand', "PrintUtils.printPreview(PrintPreviewListener)");
    menupopup.appendChild(menuitem);
    
    
    menuseparator = document.createXULElement('menuseparator');
    menupopup.appendChild(menuseparator);
    
    
    menuitem = document.createXULElement('menuitem');
    menuitem.id = "context-print-menu-printSetup";
    menuitem.setAttribute('label', "Seite einrichten…");
    menuitem.setAttribute('accesskey', "e");
    menuitem.setAttribute('command', "cmd_pageSetup");
    menupopup.appendChild(menuitem);
    
    
    })();
    Alles anzeigen

    Contexttranslate.uc.js

    Code
    (function () {
        if (location != 'chrome://browser/content/browser.xhtml')
            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://translate.google.com/#view=home&op=translate&sl=auto&tl=de&text=' + encodeURIComponent(message.data), 'tab');
                } else {
                    openWebLinkIn('https://translate.google.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 GoogleTranslate ü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://translate.google.com/favicon.ico")';
        menuitem.style.listStyleImage = ' url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAHYklEQVRoQ+2Y6U+UVxSH9Xs/NGnSv6et1h1REWOrUEaomiZt2tQqRQFFcNiRImg1rnVBbZUoorhRYNhGZweGfYcBoQ6bn0/Pue+9w7vcGRhpRz94kidDDHn5PZ5z7tyZFR/qfS4AWGkq9ZtiimZGY4vfQOzJBbZzYjjbioxsLVTYwvnu1MRH/NGRrfiSKRMT4IjwGgGBWoAjBKI5URn92/ijI1sxhbwTOhEhIRMREjKRjVnjtfzRkS2ZhLQbxBJEogvewDfpjo/54yNX6vB6icVEhIReZMOR7h388ZGrcCVkIgEJLvJOxksmEEpESIQSeSfjtagAwSVk3dCIcAnWlcN9sfxPRKZCChASicW6sRkxlb4Gm70LenuHYWTUBz6fD8bHx9mrYGxsjDE6OmpgZGQkwPDw8Fh//9BXPLK8pOEFXCCYRLBukAhx+6Eb2r19GIaCj8PExASTEeiF1Mjkurp6vuaxjbWYwJIkCJ0EcfyPPmhsckJ3zwCG04rIOrOYyMDAwDCPbSx9aD0U3vT7PFyvm4XW/mmYnPLD1D9+aMefr9fPQsKZeWk3iPiSSairt4Pd3gpDw6PSboQjQvDYxpKFJ0QHcu7NwcTUNPj9finjk344envOIBGVr0Dj1WJ1Q2urF2d9ZFkitC88trFEYBkk8VoVumNwGu5ZZxn0M/1b56Af9mDH1CJCgqDxsjQ4wOlqBa+3kwWKqAiNk+gEjVJh5axmL+jn/HuzEF+mlVCLbELifhPj5YG29g5c2C4WKJQEsSwR9SJfw50QnSh9hKOD/6YBAwtkEkKEuF1F4+UCj6cdOjo6mQweqWF1gwgpog6vhhabJAZ800zybSWIwHg5lfHq7OyE7u5uJvO/ilBYOp1I5LlrxiAgOqXnsWPGILEpTxmv2jo72GzKeHV0KCOWmJoDSUcLlyRCEiFFAiF1aES4wGIiNe4Zg4TgVpUrMF5e74LIntRcTWdkEsRbi3j6lNEaFKPFJWiECu7PBjhdvbBLd5pmg4psPfwMdh/IgfhkM5gOZ8OeIwSKIIko8+2xAtibUYSvCyQdKwxDhAfUc7V2IWBZ9ZxmFwQ0RmefLPyeuWJOKrERicoahDgUSUhGAexEYmo2JKblQhKRjiJH85iMWkKICIm3EqFjdfyVEpCO3+Iq5eQSAgQFFyM4OObHN9J5qYTg1gMXNLe4wO1uC4wXQYtP5J67ijtTAPee1gU68VYi+v/xrDvaN8SuoWmofDED960z0D6gfbc/jr8bSmJD7jxkXOmDeosNXtpc0Nbm1YjYXW7sTD52Jh+8Xd1SiZAi+vB6SMbHOyPjFXakEHdFLSCTIHYVT8KveRcg/qAZii/fCpxeJFJy5SZb/KKL5Xj172UHwLJFxOgIdpfOw5W/Z8HdO43BlYtjG3akvH4GEs9qBYJJEOuRszcbIe5gDphSsqGmoZmJ1DZZ2cJTR6w2B/T09EBfXx8MDQ0tXUQfOhiBJVbDgy9Vgjh2pRdyym5A3KETcCCnDOxONxzIPcVOr3PlFUyCoK4Qehke21iy0AJpeAEPLhMIJkHsKp6Cp8+t8GNmCSTgMbz/WD6YUOJQwWnowHd8ISJk1J2hceOxjSUNGQwMKGOpEoycebiJp9eDJxZISMHjGEcsMS0PrC/tbFdIQLwKkf7+fiazPBEMFoxQAsEkiPSLPZBedBHHy8xEEvDNsfhyOduXYCLE4OBgCBEMEC56gXAkiGjzCOz8yQyJKXlwreIh7GPjlQ0nL5XjhVI5xWQiBI9tLFlQGbLwRDgCxDrOVwfPQcWDWnb3el7fjDIFbFcKL9xgMv+JiCywHr1AOBLEgTPteLW3g4Nf7Z9bmnDxC5lM3vnrbMyEiCCkiCxkMGThCYMAwcPLJNZmY0eKpvBqbwtc7ekzSg3K7MsoYDuTe/6apiuLiqw74ffJQhOy0GrCFRASgvJKJzQ1OzWfHGsszbAXrymX/rwfEFGPGI9trA0nxuJkIYMhDU9gyHAk1iDpl3rx7mUHp4sukYoILTrdu8TC63eFx5bX6pTepDWZU7712dMgY10ozEbWmv0a1pzQ8iVnZ8E41NU7wGb3aETEq+z04pEjU7+kPsv8fEsFEJ9F39WymRN1Fw5lVIOl0QEOBy38wrVe8M5F9v/816dfxFSChm0qtlZCatYzdmpZX9DHXy/bEVp4EhCvehGC/4nIVcL31ZOrdlQBI1bF9ipIy6mBxiYHXktc4HK1ss8mdKUnAYFeRMjwx0eu0rJrU1djcA0ocTS7BhoabWC10kjRV6nKlxEUXi2jFlF3hT8+cpWc/OST1bEPUUBhVUwVpKNEY5MdXrxwMglPaxu0tyvdEOhF9OPFHx/ZSvjh8SSNEkmkqTpht+Pndg+NFHXDy9CL6LtCIti5Mf7oyFZK5rNU0QlLw0toaaHvgHEv3B4cqTYUoY4oMmoR8aoXefS4ycQfHdmi8UozP4Ha2mawWFpQ5CW+Z9BuOHHJ6dsUHC8PSbUaUEvi7/uqHjXswUeuVJ78od7HWrHiXwQB769LvTEjAAAAAElFTkSuQmCC")';
        let refItem = document.getElementById('context-inspect');
        refItem.parentNode.insertBefore(menuitem, refItem);
    })();
    Alles anzeigen

    ExtendedCopy.uc.js:

    Code
    location == "chrome://browser/content/browser.xhtml" && (function () {
    (function (m) {
    m.id = "context-copyplain";
    m.addEventListener("command", function () {
    Components.classes["@mozilla.org/widget/clipboardhelper;1"].getService(Components.interfaces.nsIClipboardHelper).copyString(content.getSelection());
    }, false);
    m.setAttribute("label", "Nur Text kopieren");
    })(document.getElementById("contentAreaContextMenu").insertBefore(document.createXULElement("menuitem"), document.getElementById("context-paste")));
    (function (m) {
    m.id = "context-copyHTML";
    m.addEventListener("command", function () {
    var div = content.document.createXULElement('div');
    div.appendChild(content.getSelection().getRangeAt(0).cloneContents());
    Components.classes["@mozilla.org/widget/clipboardhelper;1"].getService(Components.interfaces.nsIClipboardHelper).copyString(div.innerHTML);
    }, false);
    m.setAttribute("label", "Quellcode kopieren");
    })(document.getElementById("contentAreaContextMenu").insertBefore(document.createXULElement("menuitem"), document.getElementById("context-paste")));
    document.getElementById("contentAreaContextMenu").addEventListener("popupshowing", function () {
    gContextMenu.showItem("context-copyplain", gContextMenu.isTextSelected);
    gContextMenu.showItem("context-copyHTML", gContextMenu.isTextSelected);
    }, false);
    })()
    Alles anzeigen
  • User Script Probleme mit Firefox 78 ESR

    • Endor
    • 13. Juli 2020 um 11:26

    Ändere bei allen drei mal xul in xhtml und teste.

    Also browser.xul nach browser.xhtml

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Juli 2020 um 18:54

    Ai Ai Kapitän!

    :wink:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Juli 2020 um 15:41

    Nein ist nicht so gewollt. Danke für den Hinweis.

    Schaue ich mir an.

    Mfg.
    Endor


    Hatte ich hier leider übersehen.

    Ist nun oben geändert.

    Vielen Dank nochmals für den Hinweis und den passenden Wert.

    :klasse:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 12. Juli 2020 um 11:44

    Hallo zusammen.

    Nachschub:

    about:devtools

    CSS Code:

    CSS
        @-moz-document url("about:devtools"){
            
        body:before {content: "Endors about:devtools"; font-size:20px !important; font-weight: bold !important; 
        color:red !important;  margin-right: 10px !important; margin-left: 440px !important;}
        
        html{background: #ffffff  !important;}
        
        /* Breite einstellen */
        body{
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center!important;
        align-items: center!important;
        max-width: 1200px !important;
        height: auto !important; 
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 30px !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;}
        
        #newsletter-email,
        #email{border-radius: 20px !important; -moz-outline-radius: 20px !important;}
        
        #welcome-page > div:nth-child(1){max-width: 860px !important;}
        
        #welcome-page > div:nth-child(1) > div:nth-child(2),
        .newsletter,
        #newsletter-form,
        #newsletter-privacy,
        #newsletter-privacy > label:nth-child(2){min-width: 450px !important;}
        
        #welcome-page > div:nth-child(1){margin-left: -338px !important;}
        
        #welcome-page > footer:nth-child(3){
        max-width: 1150px !important;
        padding-bottom: 50px !important;
        padding-top: 15px !important;
        padding-left: 50px !important;
        padding-right: 50px !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;}
        
        #welcome-page > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1){
        color: red !important; 
        font-size: 20px !important; 
        font-weight: bold !important; 
        margin-top: 20px !important;}
            
        h2{
        color: #3377ff !important; 
        font-size: 18px !important;
        font-weight: bold !important; }
        
        h3{
        color: #3377ff !important; 
        font-size: 18px !important;
        font-weight: bold !important;}
        
        .external::after {
        margin-left: 3rem !important;
        fill: red !important;}    
    
        #newsletter-privacy > label:nth-child(2) > a:nth-child(1){
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        margin-top: 10px !important;
        margin-bottom: 2px !important;
        text-decoration:none!important;
        padding-right: 20px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !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:1px !important;
        background-position:16px 6px!important;
        border-radius:16px!important;
        line-height: 2.5 !important;}
            
        #newsletter-submit{
        min-width: 320px !important;
        background: #0060df url("..//icons/email_accounts.png") no-repeat !important;
        background-position:18px 10px!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:22px!important;}
        
        #newsletter-submit:hover{
        background: #003eaa url("..//icons/email_accounts.png") no-repeat !important;
        background-position:18px 10px!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:22px!important;}    
        
        li.feature:nth-child(6) > p:nth-child(2){margin-top: 37px !important; }
        
        li.feature:nth-child(n+1) > p:nth-child(2) > a:nth-child(1){
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        margin-top: 10px !important;
        margin-bottom: 2px !important;
        text-decoration:none!important;
        padding-top: 2px !important;
        padding-bottom: 2px !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-style: outset !important;
        border-width:1px !important;
        background-position:16px 6px!important;
        border-radius:16px!important;}
        
        #newsletter-privacy > label:nth-child(2) > a:nth-child(1):hover,
        li.feature:nth-child(n+1) > p:nth-child(2) > a:nth-child(1):hover{
        background: #CFE6F1 url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 6px !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:1px !important;}    
        
        li.feature:nth-child(n+1){
        min-width: 330px !important;}
    
        a.external:nth-child(3){
        background: #efefef url("..//icons/Bild1.png") no-repeat !important;
        max-width: 200px !important;
        color:black!important;
        font-size:14px!important;
        margin-top: 5px !important;
        margin-bottom: 2px !important;
        text-decoration:none!important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-right:10px!important;
        padding-left:50px!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:1px !important;
        background-position:16px 6px!important;
        border-radius:16px!important;}
        
        a.external:nth-child(3):hover{
        background: #CFE6F1 url("..//icons/Bild1.png") no-repeat !important;
        color:black!important;
        font-size:14px!important;
        text-decoration:none!important;
        background-position:16px 6px !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:1px !important;}    
        }
    Alles anzeigen

    Symbole:

    Eine Frage dazu hätte ich auch, in meinen Schaltflächen ist ja rechts das Symbol
    dass der Link bei kick in einem neuen Fenster / neuen Tab geöffnet wird. Kann man das irgendwie
    verschieben, und die Farbe ändern, ich kriege das einfach nicht hin.

    Edit: hat sich erledigt.

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2025)

104,5 %

104,5% (679,10 von 650 EUR)

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