blob: eb39f427d940fdc9cabdf036484b3f80ef0b6b16 (
plain)
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
|
style {
display: none !important;
}
*[style] {
background: none !important;
color: inherit !important;
font-size: inherit !important;
font-family: inherit !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
body, html, * {
background-image: none !important;
background-color: #222222 !important;
color: white !important;
}
img {
visibility: hidden !important;
}
a {
color: #46acff !important;
}
a[href^="#"]:before {
content: attr(href);
margin-right: 5px;
color: red;
}
}
/*-----------------------------------------------------*/
body[data-domain="www.youtube.com"] img {
visibility: visible !important;
}
|