Skip to content

Instantly share code, notes, and snippets.

@akash1810
Created June 18, 2016 21:18
Show Gist options
  • Save akash1810/905b8cf7b0452d5351d67406964ed5ff to your computer and use it in GitHub Desktop.
Save akash1810/905b8cf7b0452d5351d67406964ed5ff to your computer and use it in GitHub Desktop.
hide youtube comments on channels you're not subscribed to (for @somoso)
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