Skip to content

Instantly share code, notes, and snippets.

@seandrickson
Created May 16, 2014 16:22
Show Gist options
  • Save seandrickson/b8e5803d1f4b85cfb415 to your computer and use it in GitHub Desktop.
Save seandrickson/b8e5803d1f4b85cfb415 to your computer and use it in GitHub Desktop.
Userstyle to remove comments from The Verge
/* For those people that already spend too much time on The Verge */
#comments,
.widget-recent-discussions,
aside.entry-unrelated {
display: none;
}
aside.rightcol {
padding-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment