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

  • Uhr in der Menuleiste

    • Endor
    • 29. Dezember 2020 um 15:13

    Hallo BarbaraZ-

    Das Script userscript Loader kannst Du vergessen, das ist tot.

    Daher einfach weglassen.

    Das obige Script schaue ich mir mal an.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 29. Dezember 2020 um 14:36

    Ja habe ich gesehen. Mal abwarten wie es weiter geht.

    Danke für die Info.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 15:15

    Danke für Deine ganze Mühe milupo.

    Jetzt warten wir mal ab ob und was es da für eine Reaktion gibt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 14:57

    :klasse:

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 14:55

    milupo

    Ich habe mal einen Beitrag bei der von Dir verlinkten
    Bugzilla Seite geschrieben. Mal sehen ob es eine Reaktion gibt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 14:28

    Genau so sah es in Firefox 83 noch aus.

    Erst seit Firefox 84 sieht es irgendwie fehlerhaft aus.

    Wie in meiner ersten Anfrage:

    RE: About Seiten mit CSS Codes anpassen

    Mal sehen, was Sören Hentzschel dazu sagt.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 14:18

    Danke Boersenfeger.

    Jetzt wäre es gut zu wissen, ob die Seite about:neterror ganz weg kommt,

    oder ob da ein Fehler vorliegt?

    Vielleicht hat da Sören Hentzschel mehr Informationen.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 12:28

    Ja stimmt.

    Ist auch im Nightly so.

    Danke an alle für die schnelle Antwort.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 28. Dezember 2020 um 12:19

    Kurze Frage, sieht bei Euch about:neterror seit Firefox 84 auch so aus:

    In Firefox 83 sah das noch ganz anders aus.
    Ist irgendwie auch fehlerhaft. Bild stammt aus einem leeren Profil

    keinerlei Anpassung oder sonstiges.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. Dezember 2020 um 15:33

    Boersenfeger

    Bitte nochmal testen, glaube es müsste jetzt passen.

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:processes){
    
    
    html{background: #ffffff !important;}
    
    
    #process-table:before {
    content: "Boersenfegers Firefox Prozessverwaltung";
    margin-left: 510px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    line-height: 4 !important;}
    
    
    #process-tbody{
    max-height: 650px!important;
    overflow-y: auto !important;
    margin-right: -7px !important;
    margin-top: 40px !important;}
    
    
    /* Zum Ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
    /* #process-tbody{scrollbar-width: none !important;} */
    
    
    #process-table{
    position: fixed !important;
    margin-left: 30px !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1690px !important;
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !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;}
    
    
    #process-thead{
    background: #ee7621 !important;
    max-width: 1630px !important;
    margin-left: -20px !important;
    border-radius: 20px !important;}
    
    
    #process-thead > tr:nth-child(1){
    border-radius: 20px !important;}
    
    
    #process-thead:hover {background-color: #df6107 !important;}
    
    
    #process-thead > tr:nth-child(1) > td:nth-child(5){
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: none !important;}
    
    
    #column-name{
    color: #ffffff !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: none !important;
    padding-left: 55px !important;}
    
    
    #column-memory-resident{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    text-align: right !important;
    padding-right: 0px  !important;}
    
    
    #column-cpu-total{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    text-align: right !important;
    padding-right:  40px  !important;}
    
    
    #column-kill{
    font-weight: bold !important;
    color: #ffffff !important;
    padding-right: 25px !important;
    border-left: none !important;
    border-right: none !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;}
    
    
    #process-tbody > tr:nth-child(n+1):hover{
    background-color: #ffffcc !important;}
    
    
    tr.window:nth-child(n+1) > td:nth-child(4),
    tr.process:nth-child(n+1) > td:nth-child(4)
    {fill: red !important;
    background-color: #fffff0 !important;}
    
    
    tr.window:nth-child(n+1) > td:nth-child(4):hover,
    tr.process:nth-child(n+1) > td:nth-child(4):hover
    {fill: red !important;
    background-color: #ffffcc !important;}
    
    
    tr:nth-child(odd){
    background-color: #f0f8ff !important;}
    }
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. Dezember 2020 um 14:36

    Boersenfeger.

    Dann wirst Du umstellen müssen auf die Lösung von 2002Andreas.

    Ich habe nur die Ausrichtung von zentriert auf rechts geändert.

    text-align: center !important;

    nach

    text-align: right !important;

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 27. Dezember 2020 um 14:15

    Teste mal:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:processes){
     
    
    html{background: #ffffff !important;}
     
    
    #process-table:before {
    content: "Boersenfegers Firefox Prozessverwaltung";
    margin-left: 510px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    line-height: 4 !important;}
       
    
    #process-tbody{
    max-height: 650px!important;
    overflow-y: auto !important;
    margin-right: -7px !important;
    margin-top: 40px !important;}
       
    
    /* Zum Ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
    /* #process-tbody{scrollbar-width: none !important;} */
      
    
    #process-table{
    position: fixed !important;
    margin-left: 30px !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1690px !important;
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !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;}
       
    
    #process-thead{
    background: #ee7621 !important;
    max-width: 1630px !important;
    margin-left: -20px !important;
    border-radius: 20px !important;}
      
    
    #process-thead > tr:nth-child(1){
    border-radius: 20px !important;}
       
    
    #process-thead:hover {background-color: #df6107 !important;}
      
    
    #column-memory-resident{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    min-width: 7em !important;
    text-align: right !important;}
       
    
    #process-thead > tr:nth-child(1) > td:nth-child(5){
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: none !important;}
       
    
    #column-name{
    color: #ffffff !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: none !important;
    padding-left: 55px !important;}
       
    
    #column-cpu-total{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    text-align: right !important;}
        
    
    #column-kill{
    font-weight: bold !important;
    color: #ffffff !important;
    padding-right: 15px !important;
    border-left: none !important;
    border-right: none !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;}
        
    
    #process-tbody > tr:nth-child(n+1):hover{
    background-color: #ffffcc !important;}
        
    
    tr.window:nth-child(n+1) > td:nth-child(4),
    tr.process:nth-child(n+1) > td:nth-child(4)
    {fill: red !important;
    background-color: #fffff0 !important;}
         
    
    tr.window:nth-child(n+1) > td:nth-child(4):hover,
    tr.process:nth-child(n+1) > td:nth-child(4):hover
    {fill: red !important;
    background-color: #ffffcc !important;}
       
    
    tr:nth-child(odd){
    background-color: #f0f8ff !important;}
    }
    Alles anzeigen

    Habe gleich noch einen Fehler in Deinem Code beseitigt.
    :wink:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 26. Dezember 2020 um 17:47

    Hätte da Nachschub :

    about:processes

    CSS Code:

    CSS
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url(about:processes){
    
    
    html{background: #ffffff !important;}
    
    
    #process-table:before {
    content: "Endors Firefox Prozessverwaltung";
    margin-left: 510px !important;
    font-weight:bold !important;
    font-size: 20px !important;
    color:red !important;
    line-height: 4 !important;}
    
    
    #process-tbody{
    max-height: 650px!important;
    overflow-y: auto !important;
    margin-right: -7px !important;
    margin-top: 40px !important;}
    
    
    /* Zum ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
    /* Hinweis, wenn aktiv kann nur mit Maus gescrollt werden, nicht mit Tastatur */
    
    
    /* #process-tbody{scrollbar-width: none !important;} */
    
    
    #process-table{
    position: fixed !important;
    margin-left: 30px !important;
    margin-right: auto !important;
    justify-content: center!important;
    align-items: center!important;
    max-width: 1400px !important;
    height: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 10px !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;}
    
    
    #process-thead{
    background: #ee7621 !important;
    max-width: 1328px !important;
    margin-left: -20px !important;
    border-radius: 20px !important;}
    
    
    #process-thead > tr:nth-child(1){
    border-radius: 20px !important;}
    
    
    #process-thead:hover {background-color: #df6107 !important;}
    
    
    #column-memory-resident{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    min-width: 7em !important;
    text-align: center !important;}
    
    
    #process-thead > tr:nth-child(1) > td:nth-child(5){
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: none !important;}
    
    
    #column-name{
    color: #ffffff !important;
    font-weight: bold !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: none !important;
    padding-left: 55px !important;}
    
    
    #column-cpu-total{
    font-weight: bold !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    text-align: center !important;}
    
    
    #column-kill{
    font-weight: bold !important;
    color: #ffffff !important;
    padding-right: 15px !important;
    border-left: none !important;
    border-right: none !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;}
    
    
    #process-tbody > tr:nth-child(n+1):hover{
    background-color: #ffffcc !important;}
    
    
    tr.window:nth-child(n+1) > td:nth-child(4),
    tr.process:nth-child(n+1) > td:nth-child(4)
    {fill: red !important;
    background-color: #fffff0 !important;}
    
    
    tr.window:nth-child(n+1) > td:nth-child(4):hover,
    tr.process:nth-child(n+1) > td:nth-child(4):hover
    {fill: red !important;
    background-color: #ffffcc !important;}
    }
    Alles anzeigen

    Mfg.
    Endor

  • Firefox 84 erkennt Scripte nicht

    • Endor
    • 26. Dezember 2020 um 12:36

    Kontrolliere auch mal den Inhalt der userChrome.js Datei.

    Da sollten nur diese zwei Zeilen drin sein:

    Code
    userChrome.ignoreCache = true;
    userChrome.import("*", "UChrm");

    Mfg.
    Endor

  • Benachrichtigungssymbol in Urlbar bei camp-firefox.de

    • Endor
    • 22. Dezember 2020 um 20:11

    es könnte vielleicht der Teil sein:

    CSS
    .popup-notification-icon[popupid="web-notifications"], .desktop-notification-icon {
    list-style-image: url(chrome://browser/skin/notification-icons/desktop-notification.svg);
    fill: blue !important;
    margin-left: -27px !important;}

    Habe ich hier mal so geändert:

    CSS
    #identity-popup-permission-label-desktop-notification > .popup-notification-icon[popupid="web-notifications"], .desktop-notification-icon {
    list-style-image: url(chrome://browser/skin/notification-icons/desktop-notification.svg);
    fill: blue !important;
    margin-left: -27px !important;}

    Mfg.
    Endor

  • Benachrichtigungssymbol in Urlbar bei camp-firefox.de

    • Endor
    • 22. Dezember 2020 um 20:02

    Das würde mich auch interessieren. Denn bei mir habe ich diese Symbole

    in der Adressleiste nicht verändert. Sind hier alle Original.

    Verwende aber auch das Script von 2002Andreas damit das Favicon

    wieder in der Adressleiste angezeigt wird.

    Aber bei all den Anpassungen die wir gemacht haben, kann man schon

    mal den Überblick verlieren.

    Mfg.
    Endor

  • Script für Bildschirmfoto aufnehmen in den Einstellungen

    • Endor
    • 21. Dezember 2020 um 17:35

    Hallo 2002Andreas.

    Das ist ja eigentlich ein Eintrag einer Systemerweiterung.

    Die sind ja auf Firefox internen Seiten deaktiviert.

    Daher wird auch der Eintrag im Kontextmenü nicht angezeigt.

    Ich habe hier ein Script welches eine Schaltfläche in der Symbolleiste

    ablegt. Diese macht aber auch nichts bei den Firefox internen Seiten.

    Klar, ohne die Erweiterung fehlt das wichtigste.

    Ich weiß, es gibt einen Eintrag bei about:config da kann man das
    umschalten, bzw. Systemerweiterungen auch auf Firefox internen Seiten
    aktivieren. Bloß weiß ich nicht mehr wie der heißt.

    Mfg.
    Endor

  • Google Bildersuche ins Kontextmenü einfügen

    • Endor
    • 20. Dezember 2020 um 14:46

    Vielleicht reicht ja schon diese Erweiterung:

    https://addons.mozilla.org/de/firefox/add…_content=search

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Dezember 2020 um 17:54

    Klasse.

    Freut mich. :)

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 16. Dezember 2020 um 17:47

    Habe oben noch ein Bild eingefügt, für welche Schaltfläche der obige Code ist.
    Dieser hier sollte jetzt passen. Verwende dafür ein anderes Symbol.

    Bitte mal testen:

    CSS
    #checkForUpdatesButton{
    appearance:none!important;
    background: gainsboro url("..//icons/Bild50.gif")no-repeat !important;
    padding-left:22px!important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    background-position:13px 5px!important;
    font-size:13.5px!important;
    border-radius:14px!important;
    border-left-color: #FFB2B2 !important;
    border-top-color: #FFB2B2 !important;
    border-right-color: #8D0000 !important;
    border-bottom-color: #8D0000 !important;
    border-style:outset !important;
    border-width:2px !important;
    color:black !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;}
    
    
    #checkForUpdatesButton:hover{
    appearance:none!important;
    background: #B2EDFA url("..//icons/Bild50.gif")no-repeat !important;
    padding-left:22px!important ;
    background-position:13px 5px!important;}
    Alles anzeigen

    Symbol:

    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