Skip to content

Hide Discord Download Button by o_o

Screenshot of Hide Discord Download Button

Details

Authoro_o

LicenseMIT

Categorydiscord

Created

Updated

Size395 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the download button on discord.com/app

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide Discord Download Button
@namespace      dabric.xyz/post/hide-discord-download-button
@version        1.0.0
@description    Hides the download button on discord.com/app
@author         dabric
==/UserStyle== */

@-moz-document domain("discord.com") {
  [class^=listItem]:has(div[data-list-item-id="guildsnav___app-download-button"]) {
    display: none;
  }
}

Reviews

No reviews yet.