Skip to content

Commit 8e7176b

Browse files
committed
Slightly changed wording on hideMasthead comment, updated version number and readme
1 parent 515067c commit 8e7176b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ var settings = {
6666
"hideMerch" : false,
6767
6868
"hideComments" : false,
69+
70+
// Makes comments at the top of the page visible when printing
71+
// Note: also loses navigation button. Can hide 'skip navigation' button only.
72+
"hideMasthead": false,
73+
74+
"hideSkipNavButton": false,
6975
};
7076
```
7177

youtube-element-blocker.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name YouTube element blocker
33
// @description Block specific elements of YouTube, like the Feed, Comments, Subscriptions bar and more
44
//
5-
// @version 1.5.0
5+
// @version 1.5.1
66
// @license MIT
77
// @author Syndamia
88
//
@@ -59,8 +59,9 @@ var generalSettings = {
5959
"hideMerch" : false,
6060

6161
"hideComments" : false,
62-
63-
// Hide masthead to make comments at top of page visible when printing - note: also loses navigation button. Can hide 'skip navigation' button only;
62+
63+
// Makes comments at the top of the page visible when printing
64+
// Note: also loses navigation button. Can hide 'skip navigation' button only.
6465
"hideMasthead": false,
6566

6667
"hideSkipNavButton": false,

0 commit comments

Comments
 (0)