Expanded
/* Hides Nitro in DMs */
/* Hides Shop in DMs */
/* Remove Gift button*/
/* Hide Super React button and Context Menu */
/* Hide "Active Now" in Friends List */
[href="/store"],
[href='/shop'],
button[aria-label="Send a gift"],
[for="burst-reaction-toggle-button"],
[class*="nowPlayingColumn"]
{
display: none;
}```
Condensed:
```css
/*Hides Nitro, Shop in DMs, Removes Gift button, Hide Super React button, Hide "Active Now" in Friends List*/
[href="/store"], [href='/shop'], button[aria-label="Send a gift"], [for="burst-reaction-toggle-button"], [class*="nowPlayingColumn"]
{display: none;}
Hides annoying nitro gifting buttons. Super react, and gets rid of the 'Active Now' in friends tab