-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitter.css
82 lines (68 loc) · 1.42 KB
/
twitter.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
/* ==UserStyle==
@name Twitter Tweaks
@namespace twitter.com
@version 1.0.0
@description Hides a bunch of addictive Twitter stuff.
@author konsuko
==/UserStyle== */
@-moz-document domain("nitter.net") {
html {
display: none;
}
}
@-moz-document domain("adminforge.de") {
html {
display: none;
}
}
@-moz-document domain("x.com") {
html {
display: none;
}
/* a[href*="/home"] {
display: none !important;
} */
}
@-moz-document domain("twitter.com") {
html {
display: none;
}
}
/*
@-moz-document url-prefix("https://twitter.com/home") {
body {
display: none !important;
}
}
@-moz-document domain("twitter.com") {
[aria-label='Home timeline'] {
display: none;
}
[aria-label='Timeline: Conversation'] {
display: flex !important;
}
[aria-labelledby='accessible-list-1'] {
display: none;
}
[aria-label='Relevant people'] {
display: none;
}
[aria-label='Timeline: Trending now'] {
display: none;
}
[aria-label='Trending'] {
display: none;
}
[aria-label='Who to follow'] {
display: none;
}
[aria-label='Search and explore'] {
display: none;
}
[aria-label='Trends for you'] {
display: none;
}
[aria-label='Timeline: Your Home Timeline'] {
display: none;
}
} */