A userstyle for messenger by tymscar
tymscar messenger by tymscar
Details
Authortymscar
LicenseNo License
Categorymessenger.com
Created
Updated
Code size1.4 kB
Code checksum1f3a3ff5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tymscar messenger
@version 20231024.18.09
@namespace userstyles.world/user/tymscar
@description A userstyle for messenger by tymscar
@author tymscar
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.messenger.com/t") {
div[role = "none"][style *= "--chat-incoming-message-bubble-background-color"] {
background-color: #182029 !important;
}
div[role = "none"].__fb-light-mode {
color: white !important;
}
div:has(> div[id = ':ri:']) > div:last-child {
display: none;
}
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: #182029;
}
*::-webkit-scrollbar-thumb {
background: #6C7177;
}
*::-webkit-scrollbar-thumb:hover {
background: #4f5357;
}
#facebook {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
div[aria-expanded = "true"]:not([aria-label = "Conversation information"]):not([aria-label = "React"]):not([aria-label = "Reply"]):not([aria-label = "More"]),
div[aria-expanded = "false"]:not([aria-label = "Conversation information"]):not([aria-label = "React"]):not([aria-label = "Reply"]):not([aria-label = "More"]) {
display: none !important;
}
span:has(> div[aria-label = "Open more actions"]) {
visibility: hidden !important;
width: 8px !important;
overflow: hidden !important;
}
}