hide id on google meet
hide id on google meet by hjmeneses
Details
Authorhjmeneses
LicenseNo License
Categoryuserstyles
Created
Updated
Size337 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 hide id on google meet
@version 20220205.00.14
@namespace userstyles.world/user/hjmeneses
@description hide id on google meet
@author hjmeneses
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://meet.google.com/") {
.CkXZgc {
visibility: hidden!important;
}
}