Skip to content

Changes to Zoom Web App (Read before install!) by patricktobias

Details

Authorpatricktobias

LicenseNo License

Categoryzoom.us

Created

Updated

Size514 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This code will:

  • Hide any popups or notifications
  • Hide user profile images

Don't use this unless you have a reason for it.

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.0.1
@description    A new userstyle
@author         Optimus1132
==/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;
    }
}

Reviews

No reviews yet.