Fix & debloat WhatsApp Web's interface
< 脚本 WhatsApp Web - Clean UI 的反馈
Good script, please add WhatsApp Ai integration
This script focuses only in UI & UX changes to make the use of the platform more comfortable. AI integration is both beyond my ability and my interests with this script.
Good script, please add WhatsApp Ai integration
This script focuses only in UI & UX changes to make the use of the platform more comfortable. AI integration is both beyond my ability and my interests with this script.
Hey, sorry I meant removing the existing AI integration, sorry if I worded it weird
Good script, please add WhatsApp Ai integration
This script focuses only in UI & UX changes to make the use of the platform more comfortable. AI integration is both beyond my ability and my interests with this script.
Removing the meta button I meant
Hey, sorry I meant removing the existing AI integration, sorry if I worded it weird
Okay, that's odd. I don't see anything related to Meta AI in the browser version of WhatsApp Web (at least in Google Chrome, which is what I use). You can check my screenshots, does it look different in another browser?
Hey, sorry I meant removing the existing AI integration, sorry if I worded it weird
Okay, that's odd. I don't see anything related to Meta AI in the browser version of WhatsApp Web (at least in Google Chrome, which is what I use). You can check my screenshots, does it look different in another browser?
It looks like this for me, your screenshots are missing the meta button
https://postimg.cc/XpcG46NG
It looks like this for me, your screenshots are missing the meta button
https://postimg.cc/XpcG46NG
Well that's even more weird because my script also removes the Channels and Communities tabs with this code:
/*Channels & communities*/
#app > div > div > div > header > div > div:first-child > div
{
> div:nth-child(3),
> div:nth-child(4)
{
display: none;
}
}
Also, I re-checked with my script turned off and I still don't see the Meta button.
So, can you confirm that you have not removed the code I mentioned above and, if so, could you check if replacing it with this code removes the Meta button?
/*Channels & communities*/
#app > div > div > div > header > div > div:first-child > div
{
> div:nth-child(n + 3)
{
display: none;
}
}
Good script, please add WhatsApp Ai integration