Hides the download button on discord.com/app
Hide Discord Download Button by o_o

Details
Authoro_o
LicenseMIT
Categorydiscord
Created
Updated
Code size395 B
Code checksum1ce0db47
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}