The WhatsApp extension is a side project develop in a weekened. It uses a simple Javascript function to speed up two times WhatsApp audio.
This project was developed with the following technologies:
-
Create a fork of the project
-
Clone this fork to create a local repository;
-
Make changes to your copy of the original project commit :
git commit -m 'feat: My new feature'
; -
Then push them:
git push origin my-feature
; -
When you are ready to share the results of your work, rebase your fork on the current HEAD of the master branch in the original project;
-
Create a pull request to suggest your changes to the original project.