5

Hide annoying UI elements of Discord

 2 years ago
source link: https://muyexi.im/hide-annoying-ui-elements-of-discord/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Apr 21, 2022 1 min read

Hide annoying UI elements of Discord

As a communication tool, Discord can be a noisy or distracting place, but there are some hacky ways to improve your user experience.

Hide UI elements

  1. Install Stylebot.

  2. Open Stylebot panel and paste in the folling code:

div.wrapper-2SplAX {
  display: none;
}

// Hide channel follow button
button.followButton-1N-GGp {
  display: none;
}

// Hide unread badge
div.children-1MGS9G {
  display: none;
}

div.lowerBadge-3WTshO {
  display: none;
}

div.lower_badge_masks {
  display: none;
}

.scroller-3X7KbA rect  {
  display: none;
}

div.unreadBottom-3Ojk6R {
  display: none;
}

div.positionedContainer-W9XtGp {
  display: none;
}

// Hide the server list all together
nav.wrapper-1_HaEi {
  display: none;
}

// Hide typing status
div.typing-2J1mQU {
  display: none;
}

Tweak the css code to fit your need.

Hide the favicon badge

If you hate the favicon badge like me, you can disable it too.

  1. Install Tab Modifier.

  2. Override the dynamic favicon with a static icon: https://discord.com/assets/ec2c34cadd4b5f4594415127380a85e6.ico.

Fvb0FGf-ZZR0Rr3s6POorETm4CsH

After you open your Discord, refresh your webpage to eable the static icon, not a ideal solution, but it works.

Published by:


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK