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

Show if a whatsapp story has been deleted or not. #109

Open Shizu-ka opened 1 year ago

Shizu-ka commented 1 year ago

can you make a feature that tells if a whatsapp story has been deleted or not. sometimes it makes a problem because i reply to a story which someone has deleted

IsaacHatton commented 6 months ago

When a status is deleted (with debug mode) this is outputted to console: image Could there be a way to store these, then reference them when a status is opened to check if there is a match, then create a popup?

tomer8007 commented 6 months ago

Yes, knowing which status was revoked is the easy part. The more annoying part in my opinion is to identify the status ID from the DOM (probably with FindReact) and then change the UI.