Skip to content

Microsoft Build 2023 - Hide Chat by JamesDBartlett3

Details

AuthorJamesDBartlett3

LicenseNo License

Categorybuild.microsoft.com

Created

Updated

Size718 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the Chat window on the Microsoft Build 2023 website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Microsoft Build 2023 - Hide Chat
@version      20230524.17.22
@namespace    userstyles.world/user/JamesDBartlett3
@description  Hides the Chat window on the Microsoft Build 2023 website
@author       JamesDBartlett3
@license      No License
==/UserStyle== */

@-moz-document domain("build.microsoft.com") {
#studioplayer-container > div > div.home-page__live-stream--content__video {
    width: 100%;
}

#studioplayer-container > div > div.home-page__live-stream__info.anonymous-login-modal__pubble {
    display: none;
}

#studioplayer-container > div > div.home-page__live-stream--content__video > div:nth-child(1) > span > div.pubble-reactions__layout-wrapper {
    display: none;
}
}

Reviews

No reviews yet.