-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (43 loc) · 1.19 KB
/
Copy pathstyle.css
File metadata and controls
53 lines (43 loc) · 1.19 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
div#secondary.ytd-watch-flexy {
display: none !important;
}
#comments.ytd-watch-flexy {
display: none !important;
}
@media screen and (max-width: 1014px) {
ytd-watch-next-secondary-results-renderer.ytd-watch-flexy {
display: none !important;
}
ytd-watch-metadata.ytd-watch-flexy {
margin-bottom: 24px;
}
}
@media screen and (min-width: 1015px) {
ytd-watch-flexy div#primary.ytd-watch-flexy {
max-width: 100% !important;
}
}
ytd-browse:is([page-subtype="home"]) {
display: none !important;
}
ytd-section-list-renderer:not([page-subtype="channels"], [page-subtype="history"], [page-subtype="playlist"])
ytd-shelf-renderer:has(div[id*="dismissible"]):not(:has(ytd-grid-movie-renderer)) {
display: none!important;
}
/* Removing Shorts from the sidebar */
ytd-guide-entry-renderer:has(a[title="Shorts"]) {
display: none !important;
}
ytd-mini-guide-entry-renderer:has(a[title="Shorts"]) {
display: none !important;
}
ytd-reel-shelf-renderer {
display: none !important;
}
/* Removing endscreen recommendations */
div.ytp-endscreen-content {
display: none !important;
}
#player .ytp-pause-overlay-container {
display: none !important;
}