Skip to content

Discord - Just Talk to Your Best Friend by misspeled-name

Details

Authormisspeled-name

LicenseCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

Categorydiscord, discordapp

Created

Updated

Size962 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style removes everything but the current DM chat or server chatroom in discord to maximize the portion of your screen devoted to the discussion.

Notes

The lists of servers, discussions and channels all disappear when this is active. If merely installed and left active like most userstyles this makes discord unusable. Instead navigate to the desired chat then activate it in your userstyle extension's menu.

Source code

/* ==UserStyle==
@name           Discord - Just Talk to Your Best Friend
@namespace      Misspeled Name (https://userstyles.world/user/misspeled-name)
@version        1.0.5
@description    This style removes everything but the current DM chat or server chatroom in discord.
@author         Misspeled Name (https://userstyles.world/user/misspeled-name)
@license        Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
==/UserStyle== */

@-moz-document domain("discordapp.com"), domain("discord.com") {
  /* server list */
  .guilds_a4d4d9
  /* conversations list in DM/channels list in servers */
  , .sidebar_a4d4d9
  /* title and search bar */
  /* uncomment the line to make this vanish as well */
  /* , .title_a7d72e */
  /* members list in server chatroom */
  /* member list no longer defaults to open so maybe i should remove this */
  , .membersWrap_cbd271
    {display: none !important;}
}

Reviews

No reviews yet.