Conceals messages from others in the webinar chat on Foxford.ru school platform
Display only my messages in Foxford Webinars by Alexsab
Details
AuthorAlexsab
LicenseNo License
Categoryeducation
Created
Updated
Size575 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Display only my messages in Foxford Webinars
@version 20240927.07.33
@namespace https://userstyles.world/user/Alexsab
@description Conceals messages from others in the webinar chat on Foxford.ru school platform
@author Alexsab
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://apps.foxford.ru/webinar/") {
.ulms-chat__message:not(.ulms-chat__message--me) {
display: none;
}
div[class^="chat_ListMessages__"] div[style*="position: absolute; left: 0px;"] {
height: auto !important;
}
}