whatsapp-web-reveng
whatsapp-web-reveng copied to clipboard
[Not-A-Bug] New module for JS API Wap methods (aka window.Store.Wap)
After a new API update, again, this changed. Now the module name is bihdhbjih.
window.Store = {};
window.Store.Wap = webpackJsonp([], null, ["bihdhbjih"]).default;
This drove me mad the past hour. You're a hero. Thank you!
Hi, I'm facing an issue with changing the module name. can anyone explain how to change the module name to bihdhbjih ?
Thanks in advance
Hi, I'm facing an issue with changing the module name. can anyone explain how to change the module name to bihdhbjih ?
Thanks in advance
how are you currently loading the store object?
@HeiVask thanks, and for now it works. But how do you find this "bihdhbjih" string from whatsapp web? I think the version may update anytime so we should have a way to always get the "key" string. Thanks~
@HeiVask thanks, and for now it works. But how do you find this "bihdhbjih" string from whatsapp web? I think the version may update anytime so we should have a way to always get the "key" string. Thanks~
Unfortunately, AFAIK, there's no a way as such. I've found it just looking for known methods from Wap object (like "queryExists") in the source code 😅
@HeiVask OK, Thanks a lot.:smile:
how it do now?
@best-tech Check this: https://github.com/Theblood/Wapi_NEW/blob/master/wapi.js. WAP methods will be stored in window.Store.WapQuery.