Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Last active August 29, 2015 14:10
Show Gist options
  • Save dealingwith/92777ed5c0bf68d8d03d to your computer and use it in GitHub Desktop.
Save dealingwith/92777ed5c0bf68d8d03d to your computer and use it in GitHub Desktop.
On a github ticket, show only comments with todos
$("div.timeline-comment-wrapper:not(.timeline-new-comment)").hide()
$("div.discussion-item").hide()
$("li.task-list-item").closest("div.timeline-comment-wrapper").show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment