-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnonitro.css
More file actions
142 lines (112 loc) · 3.95 KB
/
Copy pathnonitro.css
File metadata and controls
142 lines (112 loc) · 3.95 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/* Remove nitro and shop bullshit below friends button */
div.scroller__89969.thin_b1c063.scrollerBase_f742b2.fade_ba0fa0 ul li:nth-child(3) {
display: none;
}
div.scroller__89969.thin_b1c063.scrollerBase_f742b2.fade_ba0fa0 ul li:nth-child(4) {
display: none;
}
/* Remove nitro bullshit from settings */
div.side_b4b3f6 div:nth-child(14) {
display: none;
}
div.side_b4b3f6 div:nth-child(15) {
display: none;
}
div.side_b4b3f6 div:nth-child(16) {
display: none;
}
div.side_b4b3f6 div:nth-child(17) {
display: none;
}
div.side_b4b3f6 div:nth-child(18) {
display: none;
}
div.side_b4b3f6 div:nth-child(19) {
display: none;
}
div.side_b4b3f6 div:nth-child(20) {
display: none;
}
/* Remove bullshit shop ads from profiles page */
div.container__686c4 {
display: none;
}
/* Remove bullshit nitro avatar decorations */
div.content__690c5 div:nth-child(2) div:nth-child(1) {
display: none;
}
div.content__690c5 div:nth-child(2) div:nth-child(2) {
display: none;
}
div.content__690c5 div:nth-child(2) div:nth-child(3) {
display: none;
}
div.content__690c5 div:nth-child(2) div:nth-child(4) {
display: none;
}
div.content__690c5 div:last-child {
top: 115px !important;
}
div.content__690c5 div:nth-child(1) div:nth-child(4) {
top: 24px !important;
}
/* Remove bullshit nitro exclusive animated pfps and limit window width to 220px */
div.imagePickerContainer__26f55 div.optionBox_d9023e:nth-child(2) {
display: none;
}
div.root_a28985.small_f8e677.fullscreenOnMobile__05784.rootWithShadow_d20cd6 {
max-width: 220px;
}
/* Remove profile effects cause it was broken cause of another change and ion wanna fix it also fuck EVERYBODY who uses this shit i cant stand it */
div.sectionsContainer__45b62 div.customizationSection__0f57e:nth-child(5) {
display: none;
}
/* HOLY SHIT DISCORD FIGURED OUT HOW TO USE CLASSES PROPERLY (remove bullshit try out nitro section btw) */
div.premiumFeatureBorder__6ac04.featureBorder__404e3.tryItOutSection_d658ca {
display: none;
}
/* Remove more nitro bullshit on appearence tab (use fakenitro) */
div.themeTitle_ab0542 button.button__581d0.lookFilled__950dd.colorBrand__27d57.sizeSmall_da7d10.grow__4c8a4 {
display: none;
}
div.title_de34af div:nth-child(2) {
display: none;
}
div.headings__5608a h3.defaultColor__30336.text-sm-normal__95a78.defaultColor__8610e {
visibility: hidden;
}
div.headings__5608a h3.defaultColor__30336.text-sm-normal__95a78.defaultColor__8610e:before {
content:'Make Discord yours.';
visibility: visible;
}
div.title_bf107a div:nth-child(2) {
display: none;
}
div.headings__34ee9 h3.defaultColor__30336.text-sm-normal__95a78.defaultColor__8610e {
visibility: hidden;
}
div.headings__34ee9 h3.defaultColor__30336.text-sm-normal__95a78.defaultColor__8610e:before {
content:'Change the Discord in-app icon.';
visibility: visible;
}
button.button__581d0.lookFilled__950dd.colorBrand__27d57.sizeMedium__60c12.grow__4c8a4 {
display: none;
}
/* might as well cause who tf clicks on this shit anyway lmaoooo (remove hypesquad from settings) */
div.side_b4b3f6 div:nth-child(45) {
display: none;
}
/* getting rid of some other nitro bullshit ion remember man im tired */
button.shinyButton_d5e126.button__581d0.lookFilled__950dd.colorGreen__75c93.sizeSmall_da7d10.fullWidth_fdb23d.grow__4c8a4.ctaButton__2bd82 {
display: none;
}
div.flex_f18b02.vertical__4ad59.justifyCenter__96cdc.alignStretch__2d62d.noWrap__5c413.truncatingText__44a35 div.defaultColor__30336.text-sm-normal__95a78:nth-child(2) {
visibility: hidden;
}
div.flex_f18b02.vertical__4ad59.justifyCenter__96cdc.alignStretch__2d62d.noWrap__5c413.truncatingText__44a35 div.defaultColor__30336.text-sm-normal__95a78:nth-child(2):before {
content:'This emoji is from one of your servers. This is a FakeNitro emoji and renders like a real emoji only for you. Appears as a link to non-plugin users.';
visibility: visible;
}
div.emojiSection_ab054b {
max-height: 115px;
}