Skip to content

Commit

Permalink
Slightly changed wording on hideMasthead comment, updated version num…
Browse files Browse the repository at this point in the history
…ber and readme
  • Loading branch information
Syndamia committed Aug 13, 2022
1 parent 515067c commit 8e7176b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ var settings = {
"hideMerch" : false,
"hideComments" : false,
// Makes comments at the top of the page visible when printing
// Note: also loses navigation button. Can hide 'skip navigation' button only.
"hideMasthead": false,
"hideSkipNavButton": false,
};
```

Expand Down
7 changes: 4 additions & 3 deletions youtube-element-blocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name YouTube element blocker
// @description Block specific elements of YouTube, like the Feed, Comments, Subscriptions bar and more
//
// @version 1.5.0
// @version 1.5.1
// @license MIT
// @author Syndamia
//
Expand Down Expand Up @@ -59,8 +59,9 @@ var generalSettings = {
"hideMerch" : false,

"hideComments" : false,

// Hide masthead to make comments at top of page visible when printing - note: also loses navigation button. Can hide 'skip navigation' button only;

// Makes comments at the top of the page visible when printing
// Note: also loses navigation button. Can hide 'skip navigation' button only.
"hideMasthead": false,

"hideSkipNavButton": false,
Expand Down

0 comments on commit 8e7176b

Please sign in to comment.