don't check element type for aria-label elements

This commit is contained in:
2025-08-01 15:56:18 +02:00
parent e18f3ffb8a
commit 0e8b2fe8b9
+5 -5
View File
@@ -18,22 +18,22 @@
}
/* Remove useless buttons */
.visual-refresh button[aria-label="Send a gift"] {
.visual-refresh [aria-label="Send a gift"] {
display: none;
}
.visual-refresh button[aria-label="Open sticker picker"] {
.visual-refresh [aria-label="Open sticker picker"] {
display: none;
}
.visual-refresh button[aria-label="Open GIF picker"] {
.visual-refresh [aria-label="Open GIF picker"] {
display: none;
}
.visual-refresh span[aria-label="Download the mobile app to make your first remix"] {
.visual-refresh [aria-label="Download the mobile app to make your first remix"] {
display: none;
}
.visual-refresh a[href="https://support.discord.com"] {
display: none;
}
.visual-refresh div[class^="channelAppLauncher_"] {
.visual-refresh [class^="channelAppLauncher_"] {
display: none;
}