Skip to content

ssau bbb hide userlist by brik13et

Details

Authorbrik13et

LicenseNo License

CategoryBBB, BigBlueButon, SSAU, Samara University

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hide Userlist for SSAU BigBlueButton Web client

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ssau bbb hide userlist
@version      20220415.06.39
@namespace    userstyles.world/user/brik13et
@description  hide Userlist for SSAU BigBlueButton Web client
@author       brik13et
@license      No License
==/UserStyle== */

@-moz-document regexp("http(|s)\\:\\/\\/bbb([0-9]*)\\.ssau\\.ru\\/.*") {
[class^="wrapper-"] > div:first-child {
    display: none;
}

[class^="userlistPad-"] > div:first-child {
    display: none;
}
}

Reviews

No reviews yet.