WhatsApp Web - Clean UI

Fix & debloat WhatsApp Web's interface

< 脚本 WhatsApp Web - Clean UI 的反馈

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

§
发布于:2025-09-11

Perfect, imho would be better if hide statuses by default.

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

Perfect, imho would be better if hide statuses by default.

Thanks for the feedback! It would be interesting to see if I can find a way to make it so that each user can define which tabs to enable, so everyone can have their own setup. I'll be looking into that.

In the meanwhile, you can edit my code to hide it if you want. Look for this part:

/*Channels & communities*/
#app > div > div > div > header > div > div:first-child > div
{
    > div:nth-child(n + 3)
    {
        display: none;
    }
}

And change n + 3 with n + 2

(I'm not entirely sure but changing the code might disable automatic updates until you update it again, so have that in mind)

发布留言

登录以发布留言。