Skip to content

Commit 6ccb2e1

Browse files
committed
Fixed hideGuideShortsTab hiding subscriptions button, following UI update
1 parent 8e7176b commit 6ccb2e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

youtube-element-blocker.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ var css = {
132132
#trending-guide-item {
133133
display: none !important;
134134
}
135-
ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(2) {
136-
display: none !important;
137-
}
138135
#appbar-nav li:nth-child(2) {
139136
display: none !important;
140137
}
@@ -143,7 +140,7 @@ var css = {
143140
}`,
144141

145142
"hideGuideShortsTab": `
146-
ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(3) {
143+
ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(2) {
147144
display: none !important;
148145
}
149146
#appbar-nav li:nth-child(3) {

0 commit comments

Comments
 (0)