tomer8007 / whatsapp-web-incognito

A Chrome extension that disables read receipts and presence updates on WhatsApp Web
MIT License
312 stars 74 forks source link

Receving Notification on typing..... recording... ...etc #168

Open MirzaHasnat opened 1 week ago

MirzaHasnat commented 1 week ago

Can you possibly add a feature which will push notification whenever someone from the chat list start typing and start recording?

tomer8007 commented 1 week ago

It's possible that you need to first subscribe to someone's presence to see him typing. So maybe this feature is impossible to implement in a good way.

MirzaHasnat commented 1 week ago

How about adding button to each chat if we want to get notifications from specific chats then extension automatically make presense for those chat?

tomer8007 commented 1 week ago

It's possible that you need to first subscribe to someone's presence to see him typing.

It's also possible that I was wrong. Anyway this will take some time to implement and it's not prioritized for me right now. Maybe if more people will show interest.

MirzaHasnat commented 1 week ago

Let me see if i can look into it.

MirzaHasnat commented 1 week ago

I have checked the extension and seems like its possible to add push notification in web whatsapp when someone start typing or recording a voice message here are some logs image

I'll be able to add it inside the code but I'm confused between NodeHanlders and wshook.before and wshook.after...etc

IsaacHatton commented 1 week ago

@MirzaHasnat are those events still received when the browser window has been unfocused for a few seconds and you no longer have "online" status?

MirzaHasnat commented 1 week ago

No, the events are being stopped when I unfocus the window

MirzaHasnat commented 1 week ago

image I got it working but now only problem is presense in window,

let me see what we can do about it

tomer8007 commented 1 week ago

Linking #170 .