tomer8007 / whatsapp-web-incognito

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

Extension needs an update, after recent WhatsApp Web update #40

Closed krashish8 closed 3 years ago

krashish8 commented 3 years ago

Error in the JavaScript console:

interception.js:916 WhatsAppWebIncognito: Can't find the WhatsApp API. Sending read receipts might not work.

image

I guess the class names in the core/ui_class_names.js file shall be updated, because after running document.getElementsByClassName("className"), I can't get any element in the JavaScript console.

krashish8 commented 3 years ago

Also, how do I get the version number of the WhatsApp web which I am using: https://web.whatsapp.com/

dgadelha commented 3 years ago

Also, how do I get the version number of the WhatsApp web which I am using: web.whatsapp.com

Go to Settings -> Help image

krashish8 commented 3 years ago

Thanks @dgadelha That's the version I'm using. By the way, is the version decided based on the version of the android app used? So, can I revert back to previous version of whatsapp web on my "browser"?

elbeshenrique commented 3 years ago

I'm with the same problem here

tomer8007 commented 3 years ago

Yes, this is now fixed in 6eb2c4efd0339b8dd667a03999cae0c9bc30b339. I need to make the UI class names automatically identified in the future.

krashish8 commented 3 years ago

Thanks for the fix. Well, that's a good idea, it would be better if the UI class names are identified automatically.