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
    • 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

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 11. Juli 2020 um 15:57

    Prima, freut mich.

    Es liegen aber immer noch Fehler auf der Seite vor,

    das hier fehlt im Nightly immer noch:

    Wir im Nightly hier nicht angezeigt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 11. Juli 2020 um 15:48

    Hallo FuchsFan

    Bitte teste den mal im Nighly

    CSS
    @-moz-document url-prefix(about:cache){
    
    
    html{background: #ffffff !important;}
    
    
    body::before {content: "Design by Endor: ";
    margin-left: 450px !important;
    font-size: 25px!important;
    font-weight: bold!important;
    color: red!important; }
    
    
    h1{
    color: #cc0000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-left: 270px !important;
    margin-bottom: 30px !important;}
    
    
    h2{color: #3377ff !important; margin-left: 40px !important; margin-top: 20px !important;}
    
    
    body{
    background-color: #fffff0 !important;
    min-width: 1140px !important;
    margin-top: 25px !important;
    margin-left: 110px !important;
    padding-top: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 20px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    /* body:hover{
    background-color: #FFDEAD !important;
    } */
    
    
    body > table:nth-child(n+1){
    background-color: #ffffff !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    padding-top: 20px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-left-color: lightblue!important;
    border-top-color: lightblue!important;
    border-right-color: dodgerblue!important;
    border-bottom-color: dodgerblue!important;
    border-radius: 20px !important;
    border-width: 4px !important;
    border-style: outset !important;}
    
    
    body > table:nth-child(10){margin-bottom: 30px !important;}
    
    
    #entries > tbody > tr:nth-child(2n+1) {
    background-color: #fbfbd6 !important;
    text-decoration: none !important;
    color: black !important;}
    
    
    #entries > tbody > tr:nth-child(2n+1):hover {
    background-color: #fbf3d6 !important;}
    
    
    #entries > tbody > tr:nth-child(2n) {
    background-color: #fce8be !important;}
    
    
    #entries > tbody > tr:nth-child(2n):hover {
    background-color: #fcdabe !important;}
    
    
    body > hr:nth-child(8){display: none !important;}
    
    
    #submit{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild5.png")no-repeat !important;
    padding-left:35px!important;
    min-height: 30px!important;
    padding-right: 20px!important;
    background-position:10px 4px!important;
    font-size:14.0px!important;
    border-radius:14px!important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    margin-left:8px !important;
    -moz-appearance:none!important;}
    
    
    #submit:hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild5.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?storage="]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild6.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;}
    
    
    [href="about:cache?storage="]:hover{
    background: #CFE6F1 url("..//icons/Bild6.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?device=memory"]{min-width: 260px !important;}
    
    
    [href="about:cache?storage=memory"]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-top: 30px !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;}
    
    
    [href="about:cache?storage=memory"]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?storage=disk"]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;}
    
    
    [href="about:cache?storage=disk"]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    [href="about:cache?storage=appcache"]{
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild7.png")no-repeat !important;
    margin-left: 30px !important;
    padding-left:35px!important;
    padding-right:20px!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-style: outset !important;
    border-width:2px !important;
    color:black !important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    color:black !important;
    line-height: 2.5 !important;}
    
    
    [href="about:cache?storage=appcache"]:hover{
    background: #CFE6F1 url("..//icons/Bild7.png")no-repeat !important;
    background-position:10px 4px!important;
    border-radius:14px!important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    border-style: outset !important;
    border-width:2px !important;}
    
    
    hr{display: none !important;}
    
    
    body > table:nth-child(n+1) > tbody:nth-child(n+1) > tr:nth-child(n+1) > td:nth-child(2){word-wrap: break-word !important; }
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 15:19

    :wink:

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 15:17

    FuchsFan

    Danke, gern geschehen.

    2002Andreas ist nicht um sonst der Meister hier.

    Ich lerne immer noch.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 15:01

    Danke für die Info.

    :klasse:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 14:54

    Hallo 2002Andreas

    Vielen Dank.

    :klasse:

    Funktioniert besten.

    Diese Lösung kannte ich noch nicht.

    Nochmals vielen Dank.

    Ist jetzt im CSS Code von hier:

    RE: About Seiten mit CSS Codes anpassen

    enthalten.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 13:31

    Die Pünktchen außen rum, kann man nicht entfernen, denn

    das ist Browser bedingt so.

    Edit: meine Annahme war falsch.
    Siehe Beitrag von 2002Andreas hier:
    RE: About Seiten mit CSS Codes anpassen

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 10. Juli 2020 um 13:11

    FuchsFan

    für about:privatebrowsing habe ich eigentlich letzten
    genau dafür noch eine Aktualisierung hochgeladen:

    siehe:

    RE: About Seiten mit CSS Codes anpassen

    Hast Du die schon gesehen?

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 9. Juli 2020 um 21:47

    Damit sollte es gehen:

    CSS
    .action-icon[data-l10n-id="show-addon"]{
    color: green !important;}
    
    
    .action-icon[data-l10n-id="close-tab"]{
    color: red !important;}

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

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