-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
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.
Note: repeat +1s removed, so this number may not match the "Hide +1s" value.
- Use native element matches.
- Remove parentheses from reaction count.
- Hide more comments, but don't count authors twice.
- 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).
- Include a count of hidden items in the menu.
- Only run script on issue pages.
- Remove regex test, use replace instead. Hide plus 1 was including "Fixes gh-123" comments.
- Fix checkmark wrap in Firefox (ref).
- Include "pleeeassseee" comments when removing +1s.
- 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.
- Initial commit