Danke erstmal für Deine Hilfe der untere Code Funktioniert nicht.
Beiträge von AdminFox
-
-
2002Andreas Der Code für das untere Fenster Funktoniert nicht.
-
Aber nur wo ist fehler in der userContent.cc dort habe ich nur zwei Codes drin.
CSS
Alles anzeigen/* YouTube Vorschaubilder verkleinern */ @-moz-document domain(youtube.com){ ytd-rich-item-renderer.ytd-rich-grid-renderer:nth-child(n+1), ytd-rich-item-renderer.ytd-rich-shelf-renderer:nth-child(n+1) { max-width: 180px !important; } } /* Chat Cinecommunity */ @-moz-document domain("hc042001.smartconfig.net") { #chatroom_messages { background: #595959 !important; } #main_input_textarea{ background: red !important; } }
-
-
milupo Siehe bitte das Bild.
2002Andreas Dein Code Funktioniert nur für das obere Feld.
Könnte man es mit zwei Farben für die zwei Fernster machen?.
-
2002Andreas Ja es klappt, gibt es auch ein Code für das zweites Feld wo man schreibt ich habe den Code in die userContent.css eingetragen.
Boersenfeger Es war ein Tipp fehler bei Firefox 71 usw.
-
Leider hat der Code nichts bewirkt.
-
Hallo
Ich möchte diese Chat Webseite die Hintergundfarbe ändern da sie mir zu Weiß, hell ist gibt es dafür ein css Code.
-
Du machst ja keine Angaben, so können wir nur raten. Unterschiedliche Filterlisten vielleicht? Unterschiedliche Datenschutz-Einstellungen von Firefox selbst?
Ich habe keine Filterlisten, Unterschiedliche Datenschutz Einstellungen vorgenommen.
Und im Ghrome nutze ich auch den uBlock.
-
Doch uBlock, möchte wissen warum nur hier im Firefox unter Windows kommt die Meldung?.
-
Hallo
Seit 2 Tagen erhalte ich diese Meldung wenn ich auf Chip.de gehe, das seltsame ist nur im Firefox unter Windows 10 in Linux gar nicht im Ghrome auch nicht.
-
-
Ich hatte erst am nachmittag das Update 72.0.1 bekommen unter Linux Mint.
-
Da stimme ich euch beiden zu.
-
Eigentlich musst du nur den VLC Player öffnen, auf Hilfe dort steht darunter nach Updates Suchen.
-
So ich habe alles geändert und toolkit.legacyUserProfileCustomizations.stylesheets jetzt steht es auf true.
Danke.
-
Hallo
Ich nutze grade Linux Mint 19.2, habe Firefox eingerichtet den chrome Ordner in den entsprechenden Ordner eingefügt leder Funktionieren die Code nicht.
In den anderen Linux Systeme und Windows 10 Funktioniert der Code.
Verstehe ich nicht warum es nicht geht.
CSS
Alles anzeigen/***** Abschnitt "Nur in der Browser-Oberfläche" *****/ @-moz-document url-prefix(chrome://browser/content/browser.xul) { /*** Tab-Schliessen-Button etwas kleiner ***/ .tab-close-button .toolbarbutton-icon {max-height: 15px !important; max-width: 15px !important;} } /* Pluszeiechen kleiner, größer machen*/ @-moz-document url-prefix(chrome://browser/content/browser.xul) { .tabs-newtab-button > .toolbarbutton-icon{ width: 08px!important;} } /* Adresseleiste verschieben */ @-moz-document url-prefix(chrome://browser/content/browser.xul){ #urlbar-container{ margin-left:100px!important;} } /* Adressleiste kleiner, größer machen */ @-moz-document url-prefix(chrome://browser/content/browser.xhtml){ #urlbar{ max-width:900px!important;} } /* Tab-Breite ändern */ .tabbrowser-tab{ -moz-box-flex: 0!important; width: 130px!important;} /* Icons verschieben */ @-moz-document url-prefix(chrome://browser/content/browser.xul){ #urlbar-container{ margin-left:380px; max-width:5000px} } /* Menütext Schriftfarbe ändern */ .toolbarbutton-text { -moz-appearance: none !important; color: #000000 !important; } /* Lesezeichen Symbolleiste Schriftfarbe */ toolbarbutton.bookmark-item .toolbarbutton-text{ color:#ADD8E6 !important} /* Hamburgermenü entfernen */ #PanelUI-button { display: none !important; } /* Lesezeichen Symbolleiste mehrzeilig */ @-moz-document url(chrome://browser/content/browser.xul) { #personal-bookmarks { display:block; } #PersonalToolbar { display:block; min-height: 0px!important; max-height: 300px!important ; } #personal-bookmarks #PlacesToolbar > hbox { display: -moz-stack !important; left:0px; right:0px; width: 100%; } #personal-bookmarks #PlacesToolbar #PlacesToolbarItems { overflow-x:visible; overflow-y:visible; } #personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box { display:block; } #personal-bookmarks #PlacesToolbar > .bookmark-item { visibility: visible !important; } #personal-bookmarks #PlacesToolbar .chevron { display:none; } #personal-bookmarks #PlacesToolbar > hbox > hbox { overflow-x:hidden; overflow-y:hidden; } #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"] { display:none; } #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator { display:none; } #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item { padding-top: 2px; padding-bottom: 2px; padding-left: 3px; padding-right: 3px; } #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]), #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] { padding-top: 2px !important; padding-bottom: 2px !important; -moz-padding-start: 4px; -moz-padding-end: 2px; } #personal-bookmarks #PlacesToolbar toolbarseparator { -moz-appearance: none !important; visibility: visible !important; display:inline; text-shadow: none !important; border-left: 3px solid ThreeDShadow !important; border-right: 3px solid ThreeDHighlight !important; vertical-align: middle; } #personal-bookmarks toolbarbutton.bookmark-item[dragover][open] { -moz-appearance: toolbarbutton;} } /* Link ausblenden */ #statuspanel,#statuspanel-label{ display:none!important} /* Lesezeichen Symbolleiste Schriftgröße ändern */ #PersonalToolbar .toolbarbutton-text { font-size: 25px !important; } /* Lesezeichenmenü Schriftgröße ändern */ #PlacesToolbarItems .bookmark-item menupopup menuitem.menuitem-iconic:nth-child(n+1){ font-size:25px!important; } /* Lesezeichenpopupmenü Schriftgröße ändern */ #PlacesToolbarItems .bookmark-item menupopup menuitem.menuitem-iconic:nth-child(n+1), #PlacesToolbarItems .bookmark-item menupopup menu.menu-iconic:nth-child(n+1), #PlacesToolbarItems .bookmark-item:nth-child(2) > menupopup:nth-child(n+1) > menu:nth-child(n+2) > menupopup:nth-child(n+1){ font-size:20px!important; } /* Anderes Ordnersymbol (16 x 16 Pixel) verwenden, * C:\Users\Adminfox\AppData\Roaming\Mozilla\Firefox\Profiles\o2y1hda3.Adminfox\chrome\icons * * */ treechildren::-moz-tree-image(container), .bookmark-item[container="true"] { list-style-image: url('icons/folder-yellow.png') !important; } /* Favoriten Stern Farbe ändern */ #star-button { fill: yellow !important; } /* Runde Adresseleiste */ #urlbar{ border-radius: 80px !important; } /* Runde Tabs */ #TabsToolbar .tabbrowser-tab{ background: !important; border-radius: 80px !important; border:none!important; } .tab-background[selected="true"] { background: !important; border-radius: 80px !important; border:none!important; } .tabbrowser-tab::after, .tabbrowser-tab::before { margin-inline-start: 0px!important; border-left: 0px solid!important; border-image:none!important; border-image-slice: 0!important; width: 0px!important; box-sizing: border-box; opacity: 0!important; } .tab-line[selected=true] { display:none!important } /* Markierung Text in der Url Adresse Farbe ändern */ #urlbar-input::selection { background-color: #FA9852 !important; } } /* Farbe für aktiven Tab-Rahmen */ /* Aktiver Tab Hintergrund orange */ .tab-background[selected="true"]{ background: #1F4168!important; } /* Kontextmenü Hintergrund ändern */ menupopup > menu, menupopup, popup > menu, popup, #context-navigation{ -moz-appearance: none !important; color: #FFFFFF !important; background-color:#0E0000 !important; } menuitem { color: #FFFFFF!important; } "use strict"; /* *********************************************************************************************** README Aktivieren einer Einstellung > var ... auf 'true' setzen Deaktivieren einer Einstellung > var ... auf 'false' setzen Anpassungen vornehmen > Aendern von Werten - Farbe - Name: red, blue, transparent / Hexcode: #33CCFF, #FFF - Farbe - rgb(a): rgba(0,0,255,0.8) / hsl(a): hsla(240,100%,50%,0.8) // a = Sichtbarkeit - Zahlen: 1, 2, 3 ... 10, 11, 12 ... - Sichtbarkeit (in Dezimalzahlen): 0.0 bis 1.0 e.g. 1.4, 1,75 - Farbverlaeufe: linear-gradient(Richtung, Farbe, Farbe, Farbe) - Beispiel: linear-gradient(to right, blue, #33CCFF, rgba(0,0,255,0.8)) - Beispiel 2: Farbverlauf von links nach rechts - tranparent -> weiss mit 50%er Sichtbarkeit -> tranparent linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent) Info - Zu kleine Breitenwerte werden sich negativ auf einige Oberflaechenelemente auswirken (z.B. auf Menuelisten)! *********************************************************************************************** */ // Allgemeine Einstellungen // Scrollbars ausblenden var hide_scrollbars = false; /* Standard = false */ // Schaltflächen ausblenden var hide_scrollbar_buttons = false; /* Standard = false */ // benutzerdefinierte Breite var custom_scrollbar_width = true; /* Standard = false */ var custom_scrollbar_width_value = 8; /* 10-? // Standard = 17 (in px) */ // benutzerdefinierte Sichtbarkeit var custom_scrollbar_opacity = true; /* Standard = false */ var custom_opacity_value = "0.9"; /* Standard = 1.0 */ // "schwebende" Scrollbars / Scrollbars über dem Webinhalt var enable_floating_scrollbars = false; /* Standard = false */ // benutzerdefinierte Scrollbars var enable_custom_scrollbars = true; // benutzerdefinierte Hintergrundfarbe bzw. benutzerdefinierter Hintergrundverlauf var cs_background_color = "#CCCCCC"; /* Standard = #CCCCCC / Transparenter Hintergrund = transparent */ var cs_background_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = none */ // benutzerdefinierte Schiebereglerfarbe bzw. benutzerdefinierter Schiebereglerfarbverlauf var cs_thumb_color = "#33CCFF"; /* Standard = #33CCFF */ var cs_thumb_image = "(to right,transparent,rgba(255,0,0,0.9),transparent)"; /* Standard = unset */ // benutzerdefinierte Schiebereglerfarbe (hover/ueber) bzw. benutzerdefinierter Schiebereglerfarbverlauf var cs_thumb_hover_color = "red"; /* Standard = #66FFFF */ var cs_thumb_hover_image = "rgba(255,0,0)"; /* Standard = unset */ // benutzerdefinierte Schiebereglerrundung var cs_thumb_roundness = 0; /* Standard = 0 (in px) */ // benutzerdefinierte Schiebereglerrandbreite var cs_thumb_border = 1; /* Standard = 0 (in px) */ // benutzerdefinierte Schiebereglerrandfarbe var cs_thumb_border_color = "#33CCFF"; /* default ##33CCFF */ // benutzerdefinierte Schaltflaechenfarbe bzw. benutzerdefinierter Schaltflaechenfarbverlauf var cs_buttons_color = "lightgrey"; /* Standard = #000000 */ var cs_buttons_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = unset */ // benutzerdefinierte Schaltflaechenfarbe (hover/ueber) bzw. benutzerdefinierter Schaltflaechenfarbverlauf var cs_buttons_hover_color = "#000066"; /* Standard = #000066 */ var cs_buttons_hover_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = unset */ // benutzerdefinierte Schaltflächenrundung var cs_buttons_roundness = 0; /* Standard = 0 (in px) */ /* ******************************************************************************************** */ /* ******************************************************************************************** */ /* ******************************************************************************************** */ Components.utils.import("resource://gre/modules/Services.jsm"); var ss = Components.classes["@mozilla.org/content/style-sheet-service;1"].getService(Components.interfaces.nsIStyleSheetService); var custom_scrollbars = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar, scrollcorner {\ -moz-appearance: none !important;\ background-color: '+cs_background_color+' !important; \ background-image: '+cs_background_image+' !important; \ }\ scrollbar thumb {\ -moz-appearance: none !important;\ background-color: '+cs_thumb_color+' !important;\ background-image: '+cs_thumb_image+' !important;\ border-radius: '+cs_thumb_roundness+'px !important;\ border: '+cs_thumb_border+'px solid '+cs_thumb_border_color+' !important; \ }\ scrollbar thumb:hover, scrollbar thumb:active {\ -moz-appearance: none !important;\ background-color: '+cs_thumb_hover_color+' !important;\ background-image: '+cs_thumb_hover_image+' !important;\ }\ scrollbar scrollbarbutton {\ -moz-appearance: none !important;\ background-color: '+cs_buttons_color+' !important;\ background-image: '+cs_buttons_image+' !important;\ border-radius: '+cs_buttons_roundness+'px !important;\ }\ scrollbar scrollbarbutton:hover {\ -moz-appearance: none !important;\ background-color: '+cs_buttons_hover_color+' !important;\ background-image: '+cs_buttons_hover_image+' !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; var scrollbar_buttons = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar scrollbarbutton {\ opacity: 0 !important;\ }\ scrollbar[orient="vertical"] scrollbarbutton {\ min-height: 1px !important;\ height: 1px !important;\ max-height: 1px !important;\ }\ scrollbar[orient="horizontal"] scrollbarbutton {\ min-width: 1px !important;\ width: 1px !important;\ max-width: 1px !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; var scrollbar_width = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar[orient="vertical"] scrollbarbutton {\ min-width: 0 !important;\ width: '+custom_scrollbar_width_value+'px !important;\ max-width: '+custom_scrollbar_width_value+'px !important;\ }\ scrollbar[orient="horizontal"] scrollbarbutton {\ min-height: 0 !important;\ height: '+custom_scrollbar_width_value+'px !important;\ max-height: '+custom_scrollbar_width_value+'px !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; var floating_scrollbars = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar {\ position: relative !important;\ z-index: 1000000000 !important;\ }\ scrollbar, scrollcorner {\ background-color: transparent !important; \ background-image: unset !important; \ }\ scrollbar[orient="vertical"] {\ -moz-margin-start: -'+custom_scrollbar_width_value+'px !important;\ width: '+custom_scrollbar_width_value+'px !important;\ }\ scrollbar[orient="horizontal"] {\ margin-top: -'+custom_scrollbar_width_value+'px !important;\ height: '+custom_scrollbar_width_value+'px !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; var scrollbar_opacity = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar {\ opacity: '+custom_opacity_value+' !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; var remove_scrollbars = { init: function() { var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\ \ @namespace html url("http://www.w3.org/1999/xhtml");\ \ scrollbar, scrollcorner {\ display: none !important;\ visibility: collapse !important;\ }\ \ '), null, null); ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET); } }; // oben aktivierte Einstellungen werden hier ausgefuehrt if(enable_custom_scrollbars==true) custom_scrollbars.init(); if(hide_scrollbar_buttons==true) scrollbar_buttons.init(); if(custom_scrollbar_width==true) scrollbar_width.init(); if(enable_floating_scrollbars==true) floating_scrollbars.init(); if(custom_scrollbar_opacity==true) scrollbar_opacity.init(); if(hide_scrollbars==true) remove_scrollbars.init(); Screenshot (53).png
-
-
Danke euch jetzt gehts.
-
2002Andreas Der Code Funktioniert nicht.
CSS
Alles anzeigen/* userContent.css *********************************************/ /* Do not remove the @namespace line -- it's required for correct functioning * set default namespace to XUL */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* YouTube Vorschaubilder verkleinern */ @-moz-document domain(youtube.com){ ytd-rich-item-renderer.ytd-rich-grid-renderer:nth-child(n+1), ytd-rich-item-renderer.ytd-rich-shelf-renderer:nth-child(n+1) { max-width: 100px !important; } }
Wie gesagt nach dem Update YouTube Kritik der User hat es jetzt mich erwischt das soll demnächst alle bekommen.
scorpie Nein dieses Watchmaker nutze ich nicht, lies bitte den Artikel.