DreiDe / GWP---Get-Whatsapp-Pictures

Javascript Chrome plugin to get Whatsapp profile pictures for dataset creation.
The Unlicense
12 stars 1 forks source link

Not working #3

Closed piorphism closed 5 years ago

piorphism commented 5 years ago

When I try to run the script the following error appears: 'Uncaught TypeError: window.Store.Wap.profilePicFind is not a function' which is caused by 'let url = window.Store.Wap.profilePicFind(num + "@c.us");'. It seems like they have removed this function or renamed. Could you please clarify what is going on?

ahagacv commented 5 years ago

Same issue. Maybe Whatsapp changed class names?

DreiDe commented 5 years ago

I already looked into the code. The profilePicFind function is still present in app.js but it seems like it has been removed from the Store.Wap Object. Therefore it should still be possible to call it altought I couldn't figure out how to call it yet. If anyone finds a solution please share it.

DreiDe commented 5 years ago

It should work again now.