Skip to content

Webex Teams for the Web by lswank

Details

Authorlswank

LicenseNo License

Categoryweb.webex.com

Created

Updated

Size930 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Are you using Webex Teams and hoping for a little bit more information density? Me too. This is an early attempt at making that happen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Webex Teams for the Web
@version      20230213.15.10
@namespace    userstyles.world/user/lswank
@description  Are you using Webex Teams and hoping for a little bit more information density? Me too. This is an early attempt at making that happen.
@author       lswank
@license      No License
==/UserStyle== */

@-moz-document domain("web.webex.com") {
/* Hide Avatars and Icons in the Spaces list */
#space-list .md-avatar-wrapper {
  display: none;
}


#space-list-column > div.space-list-footer > button {
  display: none;
}

*, .activity-content .activity-item-message, #md-button-6, #space-list .md-text-wrapper { 
    font-family: "Helvetica", sans-serif;
    font-size: 8pt
}

#space-list > #md-space-list-item-wrapper{
    height: 10px;
}


/* Hide the "Connect to Device" Button */
div#theme-provider div.global-devices-button-container > div > button[type="button"] {
    display: none;
}
}

Reviews

No reviews yet.