WhatsApp Web - Clean UI

Fix & debloat WhatsApp Web's interface

< 脚本 WhatsApp Web - Clean UI 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-08-06

Good script, please add WhatsApp Ai integration

Gamba04作者
§
发布于:2025-09-02

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.

§
发布于:2025-09-02

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

§
发布于:2025-09-02

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

Gamba04作者
§
发布于:2025-09-03

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?

§
发布于:2025-09-05

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

Gamba04作者
§
发布于:2025-09-05

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;
    }
}

发布留言

登录以发布留言。