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

  • Firefox 81: RestartFirefox.uc.js funktioniert nicht

    • Endor
    • 22. September 2020 um 20:29

    Hallo Abendstern2010

    Macht doch nichts, Du hast es doch nur gut gemeint.

    Hätte ja sein können, dass es uns weiterhilft.

    Mfg.

    Endor

  • Firefox 81: RestartFirefox.uc.js funktioniert nicht

    • Endor
    • 22. September 2020 um 19:58

    :wink:

  • Firefox 81: RestartFirefox.uc.js funktioniert nicht

    • Endor
    • 22. September 2020 um 19:46

    Ja die beiden funktionieren.

    Mfg.
    Endor

  • Firefox 81: RestartFirefox.uc.js funktioniert nicht

    • Endor
    • 22. September 2020 um 16:54

    Also ich verwende dieses Script für Eintrag zum Neustarten von Firefox

    im Hamburger Menü, und ja es funktioniert hier leider auch nicht mehr

    ab Firefox 81.

    Code
    (function() {
    
    
    var menuitem = document.createXULElement('toolbarbutton');
    menuitem.id = 'uc_menu_Restart_H';
    menuitem.classList.add('subviewbutton', 'subviewbutton-iconic');
    menuitem.setAttribute('label' , 'Neustart');
    menuitem.setAttribute('tooltiptext' , 'Neustart');
    menuitem.style.listStyleImage= 'url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="context-fill" fill-opacity="context-fill-opacity" d="M15,1a1,1,0,0,0-1,1V4.418A6.995,6.995,0,1,0,8,15a6.954,6.954,0,0,0,4.95-2.05,1,1,0,0,0-1.414-1.414A5.019,5.019,0,1,1,12.549,6H10a1,1,0,0,0,0,2h5a1,1,0,0,0,1-1V2A1,1,0,0,0,15,1Z"/></svg>\')';
    menuitem.setAttribute('oncommand' , "Services.appinfo.invalidateCachesOnRestart() || BrowserUtils.restartApplication();");
    var refItem = document.getElementById('appMenu-quit-button');
    refItem.parentNode.insertBefore(menuitem, refItem);
    
    
    })();
    Alles anzeigen

    die Konsole sagt:

    Code
    RestartFirefox-Hanburger.uc.js:11:1
    <anonym> file:///C:/Users/xxx/AppData/Roaming/Mozilla/Firefox/Profiles/eijj39ez.Firefox 81/chrome/RestartFirefox-Hanburger.uc.js:11
    <anonym> file:///C:/Users/xxx/AppData/Roaming/Mozilla/Firefox/Profiles/eijj39ez.Firefox 81/chrome/RestartFirefox-Hanburger.uc.js:13

    bemängelt wird diese Zeile:

    Code
    refItem.parentNode.insertBefore(menuitem, refItem);

    Zeile 13 wäre:

    Code
    })();

    was da jetzt der Grund für den Fehler ist, verstehe ich leider auch nicht.

    Hoffe aborix kann uns da helfen.

    Mfg.
    Endor

  • uMatrix wurde eingestellt

    • Endor
    • 21. September 2020 um 09:23

    Ja, das ist wirklich schade. Hoffen wir, dass der Autor wenigstens in Notfall,

    wenn durch eine Firefox Aktualisierung uMatrix nicht mehr funktionieren sollte,

    dann eine Aktualisierung macht.

    Noch läuft uMatrix, also warten wir mal ab.
    Mfg.
    Endor

  • 2020-Update 1: Aktualisierung auf WoltLab Suite 5.2

    • Endor
    • 7. September 2020 um 20:17

    Auch von mir vielen Dank!

    :klasse:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 4. September 2020 um 12:00

    Hallo FuchsFan

    Gerne kein Problem. :wink:

    Hauptsache du hast etwas passendes für Dich gefunden.

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 3. September 2020 um 12:41

    Also ich habe das so gemacht:

    CSS
    .index > li:nth-child(n+1) > a:nth-child(1){
    display: inline-block !important;
    min-width: 174px !important;
    margin-left:-11px !important;
    margin-right: 10px !important;
    margin-bottom: 6px !important;
    -moz-appearance:none!important;
    background: #efefef url("..//icons/Bild119.png")no-repeat !important;
    padding-left:26px!important;
    padding-bottom: 4px!important;
    padding-top: 2px!important;
    background-position:7px 4px!important;
    font-size:13.0px!important;
    border-radius:14px!important;
    border-style: outset !important;
    border-left-color: #E6E5E5 !important;
    border-top-color: #E6E5E5 !important;
    border-right-color: #5C5B5B !important;
    border-bottom-color: #5C5B5B !important;
    border-width:2px !important;
    color:black !important;}
    
    
    .index > li:nth-child(n+1) > a:nth-child(1):hover{
    -moz-appearance:none!important;
    background: #CFE6F1 url("..//icons/Bild119.png")no-repeat !important;
    border-style: outset !important;
    border-left-color: #e4e3e3 !important;
    border-top-color: #e4e3e3 !important;
    border-right-color: #5c5b5b !important;
    border-bottom-color: #5c5b5b !important;
    background-position:7px 4px!important;}
    Alles anzeigen

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 2. September 2020 um 21:48

    Hallo.

    So habe es hier jetzt auch so wie ich es haben wollte.

    Danke an alle die mit geholfen haben. :klasse:

    Mfg.
    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 2. September 2020 um 19:02

    Hallo zusammen.

    Dieser Code von FuchsFan

    CSS
    div.section{
    border-radius: unset !important;
    border: 3px solid red !important;}

    funktioniert:

    aber er wirkt auch hier:

    Leider habe ich keine andere Möglichkeit bis jetzt gefunden.

    So habe ich übrigens keinen Radius mehr:

    CSS
    div.section{
    border-radius: 0px !important;
    border: 2px solid red !important;
    }

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 2. September 2020 um 14:54

    Hallo edvoldi ,

    auch von mir alles Gute zum Geburtstag.

    Vor allem viel Gesundheit.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 1. September 2020 um 22:54

    Hallo Dharkness .

    Ja geht mir leider auch so, keine I'd gefunden. Wollte sie vor allem verkürzen und andere Ramenfarbe usw. aber ohne I'd geht es ja nicht.

    Mfg.

    Endor

  • About Seiten mit CSS Codes anpassen

    • Endor
    • 1. September 2020 um 20:55
    Zitat von Dharkness

    Hallo zusammen,

    sagt mal, hat einer von Euch dafür ↓, in about:memory, noch ein Lösung?

    Was möchtest Du da genau ändern?

    Vermute mal Hintergrund schwarz, Text weiß und vielleicht einen weißen rand

    oder so? Hast Du da schon eine id gefunden zum ansprechen?

    Mfg.
    Endor

  • Informationen zur Fehlerbehebung benötigt Ergänzung in Nightly

    • Endor
    • 1. September 2020 um 19:07

    Komisch bei mir leider nicht.

    Na Hauptsache es passt.

    ;)

    Mfg.
    Endor

  • Firefox 80.0.1 via AUS, was wird korrigiert?

    • Endor
    • 1. September 2020 um 19:03

    Boersenfeger

    Guckst Du hier:

    https://www.mozilla.org/en-US/firefox/…firefox-browser

    :wink:

    Mfg.
    Endor

  • Einträge der Menüleiste im aktuellen Nightly in Englisch

    • Endor
    • 1. September 2020 um 17:28

    Fehler wurde bereits behoben.

    about:plugins funktioniert wieder im Nightly.

    Vielen Dank nochmals für das Erstellen des Tickets.
    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 1. September 2020 um 17:26

    Hallo bigpen,

    auch von mir alles Gute zum Geburtstag.Vor allem viel Gesundheit.

    Mfg.
    Endor

  • Informationen zur Fehlerbehebung benötigt Ergänzung in Nightly

    • Endor
    • 1. September 2020 um 16:44

    Das wäre des CSS Code für about:support in Nightly

    für die drei neuen Schaltflächen:

    CSS
    #enumerate-database-button{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/database_edit.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:10px 6px!important;
    border-radius:14px!important;}
    
    
    #enumerate-database-button:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/database_edit.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 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[data-l10n-id="gpu-process-kill-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/graphic-card.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:10px 6px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-process-kill-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/graphic-card.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 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[data-l10n-id="gpu-device-reset-button"]{
    -moz-appearance:none!important;
    background: #F0F0F0 url("..//icons/graphic-card.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:10px 6px!important;
    border-radius:14px!important;}
    
    
    button[data-l10n-id="gpu-device-reset-button"]:hover{
    -moz-appearance:none!important;
    background: #B2EDFA url("..//icons/graphic-card.png") no-repeat !important;
    color:black!important;
    font-size:14px!important;
    text-decoration:none!important;
    background-position:10px 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;}
    Alles anzeigen

    Symbole:  

    Mfg.
    Endor

  • Informationen zur Fehlerbehebung benötigt Ergänzung in Nightly

    • Endor
    • 1. September 2020 um 15:12

    Boersenfeger

    Frage, hast Du im Nightly bei about:support

    auch mehrere neue Schaltflächen:

    Bei Grafik zbs:

    und diese hier, habe ich hier schon mal angepasst:

    Mfg.
    Endor

  • Informationen zur Fehlerbehebung benötigt Ergänzung in Nightly

    • Endor
    • 30. August 2020 um 17:41

    Prima. freut mich wenn es passt.

    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