Aber nur wo ist fehler in der userContent.cc dort habe ich nur zwei Codes drin.
CSS
/* 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;
}
}
Alles anzeigen