Skip to content

Instantly share code, notes, and snippets.

@jsocol
Created November 9, 2012 05:46
Show Gist options
  • Select an option

  • Save jsocol/4043949 to your computer and use it in GitHub Desktop.

Select an option

Save jsocol/4043949 to your computer and use it in GitHub Desktop.
hide youtube comments with dotjs
(function(d) {
var c = d.querySelector("#watch-discussion");
c.parentNode.removeChild(c);
})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment