Skip to content

Commit 9861599

Browse files
authored
Fixed some setting naming mismatch
1 parent 5b16503 commit 9861599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

youtube-element-blocker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name YouTube element blocker
33
// @namespace Syndamia
44
// @description Block specific elements of YouTube, like the Feed, Comments, Subscriptions bar and more
5-
// @version 1.2
5+
// @version 1.3
66
// @author Kamen Mladenov
77
// @match *youtube.com*
88
// @run-at document-start
@@ -109,12 +109,12 @@ var css = {
109109
display: none !important;
110110
}`,
111111

112-
"hideLastSection": `
112+
"hideGuideLastSection": `
113113
ytd-guide-section-renderer:last-child {
114114
display: none !important;
115115
}`,
116116

117-
"hideFooter": `
117+
"hideGuideFooter": `
118118
#footer {
119119
display: none !important;
120120
}`,

0 commit comments

Comments
 (0)