Skip to content

GitHub issue comments

Rob Garrison edited this page Jun 11, 2016 · 72 revisions

GitHub-code-colors | GitHub-custom-hotkeys | GitHub-image-preview | GitHub-issue-comments | GitHub-issue-counts | GitHub-issue-highlighter | GitHub-table-of-contents | GitHub-title-notification | GitHub-toggle-wiki-sidebar | Gist-to-dabblet

GitHub Issue Comments

A userscript that adds a popup menu that allows toggling comments

  • It works on issue comment pages only.
  • Items include just about all timeline entries including title, label, milestone and other changes.
  • There is also an option to toggle reactions and "+1" comments; it does include emojis and "+1!!!!!!" type entries as well.
  • Toggle comments from specific users by clicking on their avatar in the popup menu.
  • All menu settings are saved except for specific user that have their comments hidden.
  • Click this link to install from GitHub, or install from GreasyFork.

Screenshot

github-issue-comments

Menu (with ZenHub installed)

github-issue-comments-zenhub

Reaction text

Note: repeat +1s removed, so this number may not match the "Hide +1s" value.

github-issue-comments-reaction-text

Change Log

Version 1.0.10 (6/6/2016)

  • Use native element matches.

Version 1.0.9 (5/25/2016)

  • Remove parentheses from reaction count.

Version 1.0.8 (5/24/2016)

  • Hide more comments, but don't count authors twice.

Version 1.0.7 (5/23/2016)

  • Do not remove link only comments (see these comments).
  • Add hidden +1 count to top post. Requested here.
  • Auto update after "View more" comments is used (see a link here).

Version 1.0.5 & 1.0.6 (5/22/2016)

  • Include a count of hidden items in the menu.
  • Only run script on issue pages.

Version 1.0.4 (5/19/2016)

  • Remove regex test, use replace instead. Hide plus 1 was including "Fixes gh-123" comments.

Version 1.0.3 (5/17/2016)

  • Fix checkmark wrap in Firefox (ref).

Version 1.0.2 (4/10/2016)

  • Include "pleeeassseee" comments when removing +1s.

Version 1.0.1 (4/7/2016)

  • Consider any emoji as a +1 (e.g. cake, tada, etc)
  • Update selections after (ajax) page change.
  • Prevent JS error with a solitary empty comment.

Version 1.0.0 (4/4/2016)

  • Initial commit
Clone this wiki locally