Maximise workspace of chat window. Removes space on x and y axis.
Collapse user list to hide Friends' names.
Removes controls at top of side bar.
Whatsapp Web : Maximise workspace by kunalkhatri
Details
Authorkunalkhatri
LicenseNo License
Categoryweb.whatsapp.com
Created
Updated
Size719 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 web.whatsapp.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
.two {
top:0 !important;
width:100% !important;
max-width: unset !important;
height:100% !important;
max-height: unset !important;
}
._aigw {
max-width:75px !important;
header {
display:none;
}
transition:all .24s;
}
._aigw:hover {
max-width:unset !important;
}
#side>div:not(#pane-side){
display:none;
}
._ak8j {
display:none;
}
}