This is a Chrome extension that hides the YouTube comment section.
You can download it from here.
# Install dependencies
npm install# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage report
npm run test:coveragegit archive -o youtube-comment-hide.zip HEAD