Skip to content

Hide "Invite to Server" in DC by xiaopanpankevinpan

Details

Authorxiaopanpankevinpan

LicenseCC Zero

Categorydiscord, discord.com

Created

Updated

Size431 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide "Invite to Server" from the context menu appearing after a right-click on any user in Discord

This script is made because I've seen some complaints on Reddit

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide "Invite to Server" in DC
@namespace      https://openuserjs.org/users/kevin_pan_940506
@version        1.0.0
@description    Hide "Invite to Server" from the context menu for user in Discord
@author         XiaoPanPanKevinPan
==/UserStyle== */

@-moz-document regexp("https?://((ptb|canary)\.)?discord\.com/.*") {
    #user-context-invite-to-server {
        display: none;
    }
}

Reviews

No reviews yet.