-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube-stylish.css
102 lines (79 loc) · 2.02 KB
/
youtube-stylish.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
101
102
/* https://github.com/AshSimmonds/unstylish/blob/main/youtube-stylish.css */
/* https://docs.google.com/document/d/119oKttnYV0DhNL2SXleXvc1ce2b1p80_NFcy9bHhwaU/edit?usp=sharing */
/* dislike button */
.style-scope.ytd-menu-renderer.force-icon-button.style-text {
display: none;
}
/* view count and date */
#info-container {
font-size: 2em;
margin: 0.75em;
}
/* related vids tags */
.style-scope yt-chip-cloud-renderer
{
display: none;
}
/*progress bar */
.ytp-progress-bar-container
{
height: 129px !important;
bottom: 129px;
opacity: 0.3;
}
.tp-yt-paper-checkbox.style-scope {
width: 50px;
}
/* add to quere */
/* #items > ytd-menu-service-item-renderer.style-scope.ytd-menu-popup-renderer.iron-selected {
display: none;
} */
/* save to watch later */
/* #items > ytd-menu-service-item-renderer:nth-child(2) { display: none; } */
/* cast to */
#movie_player > div.ytp-chrome-bottom > div.ytp-chrome-controls > div.ytp-right-controls > button.ytp-remote-button.ytp-button {
display: none;
}
/* autoplay */
#movie_player > div.ytp-chrome-bottom > div.ytp-chrome-controls > div.ytp-right-controls > button:nth-child(6) {
display: none;
}
/* search by voice */
#voice-search-button {
display: none;
}
#subscribe-button {
display: none;
}
/* share button */
#top-level-buttons-computed > ytd-button-renderer {
display: none;
}
/* watch later - add to quere */
#hover-overlays {
display: none;
}
/* genre layover on home page */
#scroll-container {
display: none;
}
/* sidebar explore */
#sections > ytd-guide-section-renderer:nth-child(3) {
display: none;
}
/* sidebar more from youtube */
#sections > ytd-guide-section-renderer:nth-child(4) {
display: none;
}
/* multiselect add to queue */
#msfy-popup-menu #msfy-popup-menu-item-3 {
display: none;
}
/* multiselect save to watch later */
#msfy-popup-menu #msfy-popup-menu-item-4 {
display: none;
}
/* save to watch later */
#playlists > ytd-playlist-add-to-option-renderer:nth-child(1) {
display: none;
}