Makes whatsapp use the entire screen
WhatsApp Fullscreen by kazakazan
Details
Authorkazakazan
LicenseNo License
Categorywhatsapp
Created
Updated
Size368 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.com - 9/13/2022, 5:05:17 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("whatsapp.com") {
.app-wrapper-web ._1XkO3{
width: 100%;
max-width: 100%;
height: 100%;
top: 0;
}
}