-
Notifications
You must be signed in to change notification settings - Fork 0
/
discord-com-no-popup.user.css
38 lines (34 loc) · 1.09 KB
/
discord-com-no-popup.user.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
/* ==UserStyle==
@name discord.com - no-popup
@version 0.2.1
@description discord.com - no-popup
@namespace tst2005/discord-com-no-popup
@author tst2005
@homepageURL https://github.com/usercss/misc
@supportURL https://github.com/usercss/misc/issues
@updateURL https://github.com/usercss/misc/raw/master/discord-com-no-popup.user.css
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://discord.com/") {
/* no sign up */
/* masquer la barre d'incitation a telecharger l'app */
div[class^="notice-"][class*="colorDefault-"],
div[class^="base-"] div[class^="noticeDefault-"] {
display: none!important;
}
/* pop up: View your server at any role */
div[id*="popout_"][class*="layer-"] div[class*="subscribeTooltipWrapper-"] {
display: none!important;
}
div[class*="nowPlayingScroller-"] > div[class*="consentCard-"] {
display: none!important;
}
/* no tips about ctrl+k */
div[class*="channelNotice-"][class*="quickswitcher-"] {
display: none!important;
}
div[class*="channelNotice-"][class*="invite-"] {
display: none!important;
}
}