Whatsapp changed their layout in april 2024. This puts it back in fullscreen.
Fullscreen Whatsapp (April 2024) by DanteDeRuwe
Details
AuthorDanteDeRuwe
LicenseNo License
Categorywhatsapp
Created
Updated
Size499 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 Fullscreen Whatsapp (April 2024)
@version 20240417.15.57
@namespace https://userstyles.world/user/DanteDeRuwe
@description Whatsapp changed their layout in april 2024. This puts it back in fullscreen.
@author DanteDeRuwe
@license No License
==/UserStyle== */
@-moz-document url("https://web.whatsapp.com/") {
.two {
top: 0 !important;
width: 100% !important;
max-width: 100% !important;
height: 100% !important;
}
}