Skip to content

Instantly share code, notes, and snippets.

@hnnesv
Created December 18, 2012 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hnnesv/4327075 to your computer and use it in GitHub Desktop.
Save hnnesv/4327075 to your computer and use it in GitHub Desktop.
YouTube Comments Hider (Chrome Extension)
#watch7-discussion { display: none; }
{
"name": "YouTube Comments Hider",
"version": "1.0",
"manifest_version": 2,
"description": "No more YouTube comments. Yay!",
"content_scripts": [{
"matches": ["http://www.youtube.com/*"],
"css": ["hide.css"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment