A vanilla javascript chrome extension that adds functionality to GitHub comments by easily replying to users and automatically quoting selected text.
- Clone
cd github-quick-reply-chrome-extension && yarn
yarn build
- Clone
cd github-quick-reply-chrome-extension && npm install
npm run build
- Go to chrome://extensions/
- Click on Load Unpacked extension...
- Find and select github-quick-reply-chrome-extension/dist folder
- Enable and enjoy!
- Adds a quick reply icon and button to each comment
- Clicking automatically mentions person you are replying to.
- If text is highlighted clicking quick reply will automatically quote it.
- On submit scrolls to bottom where comment should be.