Firefox add-on that replaces the slack-redir.net links in Slack with direct links in chat.
You can find the add-on published here.
- Install
web-ext
tool:
npm install --global web-ext
- Go to add-on directory, test and pack the add-on:
cd add-on
web-ext lint
web-ext build
- Done. The addon is now packed in
web-ext-artifacts
directory located inside theadd-on
directory.