We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7176b commit 6ccb2e1Copy full SHA for 6ccb2e1
youtube-element-blocker.js
@@ -132,9 +132,6 @@ var css = {
132
#trending-guide-item {
133
display: none !important;
134
}
135
- ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(2) {
136
- display: none !important;
137
- }
138
#appbar-nav li:nth-child(2) {
139
140
@@ -143,7 +140,7 @@ var css = {
143
}`,
144
141
145
142
"hideGuideShortsTab": `
146
- ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(3) {
+ ytd-guide-section-renderer:first-child #items > ytd-guide-entry-renderer:nth-child(2) {
147
148
149
#appbar-nav li:nth-child(3) {
0 commit comments