Skip to content

Display only my messages in Foxford Webinars by Alexsab

Screenshot of Display only my messages in Foxford Webinars

Details

AuthorAlexsab

LicenseNo License

Categoryeducation

Created

Updated

Size575 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Conceals messages from others in the webinar chat on Foxford.ru school platform

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;
}
}

Reviews

No reviews yet.