Skip to content

Instantly share code, notes, and snippets.

@JamesDBartlett3
Last active May 24, 2023 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesDBartlett3/a942b3b85dbe87841c9f736880345975 to your computer and use it in GitHub Desktop.
Save JamesDBartlett3/a942b3b85dbe87841c9f736880345975 to your computer and use it in GitHub Desktop.
Hides the Chat window on the Microsoft Build 2023 website
/* ==UserStyle==
@name Microsoft Build 2023 - Hide Chat
@version 20230524.16.47
@namespace ?
==/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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment