Skip to content

Discord - Hide PM box in user popup by locrian

Details

Authorlocrian

LicenseCC0

Categorydiscord

Created

Updated

Size334 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the PM box in the popup when you click on a user's name.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name        Hide PM in popup
@description Blocks "message user" box in the popup that appears when you click on a person's name.
@version     1.0
@namespace https://codeberg.org/locrian/userstyles
==/UserStyle== */

@-moz-document domain("discord.com") {

  div.footer-1fjuF6 {
    display: none;
  }

}

Reviews

No reviews yet.