Fix & debloat WhatsApp Web's interface
< 脚本 WhatsApp Web - Clean UI 的反馈
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)
Perfect, imho would be better if hide statuses by default.