I hate wasting time viewing the statuses of my contacts, I see them over and over again, that's why I removed the option to view them from my laptop.
Bye status by Ceinor
Details
AuthorCeinor
LicenseNo License
Categoryhttps://web.whatsapp.com/
Created
Updated
Size506 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 17/8/2023, 16:00:48
@namespace github.com/openstyles/stylus
@version 2.0.0
@description bye status
@author Me
==/UserStyle== */
@-moz-document url("https://web.whatsapp.com/") {
/* Hacer invisible el elemento */
._3OtEr[data-testid="menu-bar-status"] {
display: none !important;
}
._30ter.r0o0o[data-testid="menu-bar-community-tab"] {
display: none !important;
}
._3OtEr.rOo0o {
display: none !important;
}
}