Skip to content

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

Details

Authorpatricktobias

LicenseNo License

Categoryzoom.us

Created

Updated

Code size614 B

Code checksum61d42706

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

Reviews

No reviews yet.