WebExtension that gives your WhatsApp Web™️ SUPER POWERS! 🖥💬⚡️🔥
🤘🏼Hide List: Hide annoying contacts! Keep your chatlist enjoyable again!
⚡️Message Macros: Add quick message macros for a faster response!
👸🏼WYSINWYG: Enables an utility bar on top of your compose message's bar allowing you to easily format your text.
After cloning this repo, starting development environment is as easy as:
yarn
yarn start
After that, a dist
folder will be created with extension's content. And also will re-build every time any file gets modified inside src
directory.
To generate a production build just run: yarn run build
Just make sure to follow Airbnb's JS Style Guidelines ok?
Check CHANGELOG.md for updated Release/Changes history.
Rafa Amorim – @rafaismyname – hi@rafaismy.name
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Fork it (https://github.com/rafaismyname/whatsbuddy/fork)
- Create your feature branch (
git checkout -b feature/name
) - Commit your changes (
git commit -am 'Add some sugar'
) - Push to the branch (
git push origin feature/name
) - Create a new Pull Request
- parcel - Blazing fast, zero configuration web application bundler
- parcel-plugin-web-extension - Parcel plugin for WebExtension projects
- Spectre - Lightweight, Responsive and Modern CSS Framework