Make whatsapp web fit whole browser window
Whatsapp Web whole screen by lennzone
Details
Authorlennzone
LicenseNo License
Categoryhttps://web.whatsapp.com/
Created
Updated
Size262 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
@version 20240105.19.38
@namespace ?
==/UserStyle== */
@-moz-document domain("whatsapp.com") {
#app > div > div:last-child {
width: 100%;
max-width: none;
margin: 0px;
top: 0;
height: 100%;
}
}