Created
June 18, 2016 21:18
-
-
Save akash1810/905b8cf7b0452d5351d67406964ed5ff to your computer and use it in GitHub Desktop.
hide youtube comments on channels you're not subscribed to (for @somoso)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (! Boolean(document.querySelector('.yt-uix-subscription-button').getAttribute('data-is-subscribed'))) { | |
document.querySelector('.comment-section-renderer-items').style.display = 'none' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment