Skip to content

Instantly share code, notes, and snippets.

@rauenzi
Last active August 13, 2017 01:24
Show Gist options
  • Save rauenzi/26afc4cab14245c2c382c419ccb28218 to your computer and use it in GitHub Desktop.
Save rauenzi/26afc4cab14245c2c382c419ccb28218 to your computer and use it in GitHub Desktop.
Summary on the user-popout update
  1. There is no more .quick-message-wrapper or .sections in the body.

  2. .username can be .headerUsernameNoNickname or have no class at all, but it is always the first-child (span) of headerTag.

  3. I believe they switch from background-color to background for the streaming purple.

Here's all the important selector changes:

Before | After

.user-popout | .userPopout-4pfA0d

.header | .header-3mZJcV

.header.streaming | .headerStreaming-3F-wjT 

.section.roles | .member-roles

.username-wrapper | .headerText-3tKBWq

.discord-tag | .headerTag-3zin_i

.nickname | .headerName-2N8Pdz

.username | .headerUsernameNoNickname-1iGxNP or no class (use .headerTag-3zin_i span:first-child)

.discriminator | .headerDiscriminator-3fLlCR

.footer | .footer-2J5zqP

.update-notice | .protip (I think, I don't know what update-notice was)

.avatar-wrapper | .avatarWrapper-2Gfmp1

.avatar-hint | .avatarHint-2i5XWK

.body | .body-3rkFrF

.section .label | .bodyTitleText-hSiL7d

.activity  | .headerActivityText-3qBQRo

.live-on-twitch | .headerLive-2dDMvp

.avatar-popout | .avatar-1BXaQj.popout-UKvsJt

.bot-tag | .botTag-1OwMgs (only for popouts so far)

.bot-tag-invert | .botTagInvert-gorWR_ (only for popouts so far)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment