Whatsapp Web Hide Stories and Archive
Whatsapp Web Hide Useless Stuff by logerfo
Details
Authorlogerfo
LicenseNo License
Categoryweb.whatsapp.com
Created
Updated
Size800 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 Whatsapp Web Hide Stories and Archive
@version 20240811.15.05
@namespace https://userstyles.world/user/logerfo
@description Whatsapp Web Hide Stories and Archive
@author logerfo
@license No License
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
@name Whatsapp Web Hide Useless Stuff
@version 0.0.7
@namespace url(http://www.w3.org/1999/xhtml);
/* hide stories */
.x12fk4p8:not(.xyorhqc) > ._ajvb:nth-of-type(2) {
display: none
}
/* hide archived */
._ak72._ak7_ {
display: none /*!important*/
}
/* hide profile ring */
[data-testid="status-v3-profile-photo-ring-wrapper"] {
visibility: hidden
}
._1_Wgv {
border: 0px !important
}
/* hide video call */
._ajv1 .x1ux35ld:nth-of-type(1) {
visibility: hidden
}
}