A Userscript to hide your conversations while opening WhatsApp Web in front of others. Take care your privacy!
. Report a Bug · Suggest a feature
Chats are loaded hidden (not blur, only hide). A icon appear to show or hide all your conversations
- Download Tampermonkey (It should work on Greasemonkey too, but tested only in Tampermonkey)
Now, choose one of following install methods
- Click on "Install" Button above (Recomended. Install screen will appear only if you have Tampermonkey installed on your browser)
OR...
- Add a new script in Tampermonkey and paste the content of
Hide WhatsApp Web Conversations.user.js
OR...
-
Drag and Drop the file
Hide WhatsApp Web Conversations.user.js
inside Tampermonkey Script screen -
Load WhatsApp Web and enjoy!
- First version
- Options to hide or only blur
- Show private chats/groups only on search
- Fork
- Create a Branch of the feature (
git checkout -b feature/AmazingFeature
) - Commit (
git commit -m 'Add some AmazingFeature'
) - Push (
git push origin feature/AmazingFeature
) - Open a Pull Request