-
-
Notifications
You must be signed in to change notification settings - Fork 169
GitHub issue comments
Rob Garrison edited this page Dec 29, 2016
·
72 revisions
A userscript that adds a popup menu that allows toggling comments
- It only works on issue comment pages.
- 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 (any) emoji only comments and comments like "+1!!!!!!".
- Toggle comments from specific users by clicking on their avatar in the popup menu.
- Menu items that do not have content to hide will appear darker, except for the "Hide +1s" menu item (added v1.0.12).
- 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.
- Clean up linting issues.
- Add "cmon" & "come on" to list of words to ignore.
- Fix JS error when first comment doesn't have a reaction.
- Add unicode thumbs up which later get replaced by an image in Windows.
- Always show first comment reactions.
- Fix JS error that pops up when you toggle selections that have content.
- Prevent JS error when no items exist.
- Prevent JS error in closest function.
- Update menu UI.
- Show bold menu text only when an item is checked.
- Fade out menu items when no related elements are detected (except hide +1).
- Requested by darkred (ref).
- Code clean up, using more ES6.
- Add check to prevent javascript errors.
- 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