Github Comment Enhancer (deprecated)
THIS USERSCRIPT IS SADLY DEPRECATED.
Add features to enhance comments & wiki & contact page on Github and comments on Github Gist.
You can reply to issues, pull requests and inline comments by pressing the reply button on every comment.
Every comment field also got a toolbar, consisting of the following buttons:
- Bold (ctrl+b)
- Italic (ctrl+i)
- Underline (ctrl+u)
- Strikethrough (ctrl+s)
- Headers
- Header 1 (ctrl+1)
- Header 2 (ctrl+2)
- Header 3 (ctrl+3)
- Header 4 (ctrl+4)
- Header 5 (ctrl+5)
- Header 6 (ctrl+6)
- Link (ctrl+l)
- Image (ctrl+g)
- Unordered List (alt+ctrl+u)
- Ordered List (alt+ctrl+o)
- Task List (alt+ctrl+t)
- Code (ctrl+k)
- Syntax highlighting
- Quote (ctrl+q)
- Horizontal Rule (ctrl+r)
- Table (alt+shift+t)
- Snippets
- Tab character
- UserAgent
- Contributing message
- Emoji
- Clear content (alt+ctrl+x)
Greasemonkey on
Mozilla Firefox desktop.
- 2.9.0
- Fixed GitHub changes (fixes jerone#98);
- 2.8.3
- Fixed erroring on non-editor pages (fixes jerone#95);
- 2.8.2
- Fix working on contact page (fixes jerone#91);
- 2.8.1
- Emoji menu overlaps text (fixes jerone#92);
- 2.8.0
- Reverted commit 9bf8974 to fix the toolbar on the wiki.
- Included fix for enabling and disabling buttons per language on wiki.
- Also fixes non-working italic button (fixes #83).
- Added clear button back to wiki.
- Moved help button to the right.
- Only execute action when button is not disabled.
- ✨ Added dialog when inserting link or image.
- Homepage is now link to userscript readme.
- 2.7.0
- Fixed Github's name completion (fixes jerone#81);
- Restored using enter key on dropdown menus.
- Fixed emoji text.
- 2.6.0
- 2.5.1
- Fixed showing list of all emoji (fixes jerone#75);
- 2.5.0
- Fixed not running everywhere (fixes jerone#66);
- Better clear button icon;
- Fixed comment form header on inline comments;
- 2.4.1
- Fixed a small bug with cached suggestions for emoji when returning to an issue/PR;
- 2.4.0
- Keyboard shortcuts (fixes jerone#19);
- 2.3.0
- Added emoji's (fixes jerone#37);
- Added underline button;
- Added option to choose the character that precedes the list;
- Added option to choose the characters that makes up a horizontal line;
- Fixed running on GitHub Gists and inline comments on commits (fixes jerone#43);
- Fixed linking @users on GitHub Gists (fixes jerone#13);
- Reply in correct inline commit comment textarea (fixes jerone#14);
- Searching snippets improved;
- Improve table code;
- Added missing tooltips;
- Corrected dependency message;
- 2.2.0
- 2.1.0
- 2.0.3
- Fixed reply button style issue after recent layout update;
- Fix ordered list with multi-line (fixes jerone#20);
- Small style fix with bold button in Chrome;
- 2.0.2
- Fix multiple reply buttons when navigating back;
- Added native & TamperMonkey for Google Chrome compatibility (fixes jerone#11);
- 2.0.1
- Small bug fix with reply after another layout update from Github;
- 2.0
- Fixed issues after recent layout updates (https://github.com/blog/1866-the-new-github-issues);
- Fixed pjax for new issues & PR listing pages;
- Added reply buttons (using to-markdown to convert to Markdown);
- 1.6
- Removed floating arrow (fixes jerone#7);
- Fixed history back;
- Fixed buttons on Github Gist;
- Fixed inline comments;
- 1.5
- Added pinned contributing message;
- Added tooltips for all buttons;
- 1.4
- Included on Github Gist;
- Fixed issue with missing trailing space when selected;
- Added snippets (only useragent atm);
- Added clear button;
- 1.3
- Navigation logic implemented;
- Inline comment logic implemented;
- Included on Wiki pages;
- Fixed warnings by JSHint;
- 1.2
- Added simple table logic;
- Added headers 4 'til 6;
- Combined headers in one button;
- Reordered buttons;
- Added Task Lists https://help.github.com/articles/writing-on-github#task-lists
- Added fenced code blocks;
- Clean up;
- 1.1.1
- Fixed space being not part of selection again;
- 1.1
- Fixed space being not part of selection;
- Added new line when needed;
- 1.0
- Initial version;
- https://github.com/jerone/UserScripts/issues/new (new issue)
- jerone#1 (new comment & edit comment)
- https://github.com/jerone/UserScripts/commit/master (comments below & inline comments)
- https://github.com/jerone/UserScripts/wiki/_new (new wiki)
- https://github.com/jerone/bootstrap-material-design/pull/new/feature/sass (new PR)
- https://gist.github.com/jerone/9526258 (new comment & edit comment)
- https://github.com/contact (new message without suggester)
- Part of domchristie's library to-markdown is used.





Greasemonkey
Mozilla Firefox