diff --git a/README.md b/README.md index 1713cc7..1bd249f 100644 --- a/README.md +++ b/README.md @@ -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, }; ``` diff --git a/youtube-element-blocker.js b/youtube-element-blocker.js index e36087e..5b11f4b 100644 --- a/youtube-element-blocker.js +++ b/youtube-element-blocker.js @@ -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 // @@ -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,