Skip to content

Whatsapp Web Hide Useless Stuff by logerfo

Details

Authorlogerfo

LicenseNo License

Categoryweb.whatsapp.com

Created

Updated

Size748 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Whatsapp Web Hide Stories and Archive

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Whatsapp Web Hide Stories and Archive
@version      20230831.22.49
@namespace    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.6
@namespace url(http://www.w3.org/1999/xhtml);

/* hide stories */
._604FD ._3OtEr:nth-of-type(2) {
    display: none
}

/* hide archived */
._2O4d9 {
    display: none /*!important*/
}

/* hide profile ring */
[data-testid="status-v3-profile-photo-ring-wrapper"] {
    visibility: hidden
}
._1_Wgv {
    border: 0px !important
}

/* hide video call */
.qomlamqu {
    visibility: hidden
}

}

Reviews

No reviews yet.