-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathadblock-extras.css
100 lines (85 loc) · 3.37 KB
/
adblock-extras.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* ==UserStyle==
@name Discord AdBlock Extras
@namespace https://github.com/CroissantDuNord/discord-adblock
@version 1.0.0
@description Removes extra Nitro-related objects from Discord that do not explicitly count as advertising.
@author Ridge & contributors
==/UserStyle== */
/* It is highly recommended you manually import the rules you want from this file, rather than using the entire list. */
/* This is a highly opinionated collection of rules that remove clutter from the client, that some might find useful or desirable. */
/* Avatar decorations */
svg[class*=avatarDecoration_] {
display: none;
}
img[class*=avatarDecoration_] {
display: none;
}
/* Profile decorations */
div[class*=profileEffects] {
display: none;
}
div[class*=userProfileModalInner]>header>svg>foreignObject>div[class*=bannerPremium] {
display: none;
}
/* Server booster icon */
svg[class*=premiumIcon_] {
display: none;
}
/* Server boost progress bar */
ul > li:has(div[data-list-item-id*=channels___boosts-]) {
display: none;
}
/* Nitro Icon Sever */
div[class^=guildIconContainer_]:has(svg[class^=boostedGuildIconGem_]) {
display: none;
}
/* Quests icon */
svg[class^=questsIcon_] {
display: none;
}
/* "Quest Completed" badge in profiles */
div:has(> a[href="https://discord.com/discovery/quests"]) {
display: none;
}
/* "Nitro" and "Server Boosting" badges in profiles */
div:has(> a[href="https://discord.com/settings/premium"]) {
display: none;
}
/* "Hype Squad" badge in profiles */
div:has(> a[href="https://discord.com/settings/hypesquad-online"]) {
display: none;
}
/* Activity list */
h3[class^=membersGroup_]:has(span[role="button"]) {
display: none;
}
div[class^=container_] > aside[class^=membersWrap_] > div[class^=members_] > div[role^=list] > div:has(div[class*="openOnHover_"]) {
display: none;
}
/* "Forward" hover bar button */
div[class^=hoverBarButton_][aria-label=Forward] {
display: none;
}
/* "Events" button at the top of channel list */
#channels > ul > li:has([id^=upcoming-events-]),
#channels > ul > li:has([id^=upcoming-events-]) + [class^=sectionDivider_] {
display: none;
}
/* "Discover" footer on the left sidebar */
div[class^=footer_]:has(div[data-list-item-id="guildsnav___guild-discover-button"]) {
display: none;
}
/* "Discover" button in the new design */
div[class^=itemsContainer_] > div[class^=stack_] > div[class^=listItem_]:has(div[data-list-item-id=guildsnav___guild-discover-button]) {
display: none;
}
/* Soundmoji */
div[class^=categorySection_]:has(div[class^=soundmojiViewMore_]) {
display: none;
}
#soundboard-picker-tab {
display: none;
}
div[class^="categoryItemDefaultCategory_"]:has(path[d="M14.24 1.03a1 1 0 0 1 .73 1.21l-1 4a1 1 0 0 1-1.94-.48l1-4a1 1 0 0 1 1.21-.73ZM20.7 4.7a1 1 0 0 0-1.4-1.4l-4 4a1 1 0 0 0 1.4 1.4l4-4Z"]+path[d="M15.14 20.14c1.78-1.78.7-5.75-2.42-8.86-3.11-3.12-7.08-4.2-8.86-2.42A3.13 3.13 0 0 0 3 11V11l-1.16 8.92a2 2 0 0 0 2.24 2.24L13 21c.86-.04 1.6-.32 2.14-.86Zm-1.3-3.4a9.61 9.61 0 0 0-2.53-4.05 9.61 9.61 0 0 0-4.05-2.53c-1.27-.35-1.82-.05-1.99.11-.16.17-.46.72-.11 2a9.61 9.61 0 0 0 2.53 4.04 9.61 9.61 0 0 0 4.05 2.53c1.27.35 1.82.05 1.99-.11.16-.17.46-.72.11-2Z"]+path[d="M7.05 3.32a1 1 0 0 1 1.9-.64l1 3a1 1 0 1 1-1.9.64l-1-3ZM22.97 9.76a1 1 0 0 0-1.21-.73l-4 1a1 1 0 1 0 .48 1.94l4-1a1 1 0 0 0 .73-1.21ZM20.68 16.95a1 1 0 0 0 .64-1.9l-3-1a1 1 0 0 0-.64 1.9l3 1Z"]) {
display: none;
}