This code will:
- Hide any popups or notifications
- Hide user profile images
Don't use this unless you have a reason for it.
Authorpatricktobias
LicenseNo License
Categoryzoom.us
Created
Updated
Code size614 B
Code checksum61d42706
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
This code will:
Don't use this unless you have a reason for it.
/* ==UserStyle==
@name Changes to Zoom Web App (Read before install!)
@namespace github.com/openstyles/stylus
@version 1.1.5
@description Changes to Zoom Web App
@author t.me/Optimus1132
==/UserStyle== */
@-moz-document regexp("(https:\\/\\/app\\.zoom\\.us\\/wc\\/\\d{10}).*") {
#meeting-app .video-avatar__mute-button,
#meeting-app #notificationManager,
#meeting-app .video-avatar__avatar-img,
#meeting-app .ReactModal__Overlay.ReactModal__Overlay--after-open {
display: none !important;
}
#meeting-app path {
fill: red !important;
}
}