Zoom Userstyle
HT Zoom by ht2547
Details
Authorht2547
LicenseNo License
CategoryZoom.us
Created
Updated
Size522 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 Changes to Zoom Web App (Read before install!)
@namespace github.com/openstyles/stylus
@version 1.1.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("^.*(zoom\\.us\\/wc\\/).*$") {
.video-avatar__mute-button,
#notificationManager,
.video-avatar__avatar-img,
.ReactModal__Overlay.ReactModal__Overlay--after-open {
display: none !important;
}
path {
fill: red !important;
}
}